Bug 1339031 - Part 1: Use the default JavaScript version in standard tests. r=evilpie

This commit is contained in:
André Bargull 2017-02-13 03:04:26 -08:00
Родитель 23bfe02cd8
Коммит 4662d3495a
4 изменённых файлов: 0 добавлений и 28 удалений

Просмотреть файл

@ -533,18 +533,6 @@ function jsTestDriverBrowserInit()
{
properties.version = '1.8';
}
else if (properties.test.match(/^ecma_6\/LexicalEnvironment/))
{
properties.version = '1.8';
}
else if (properties.test.match(/^ecma_6\/Class/))
{
properties.version = '1.8';
}
else if (properties.test.match(/^ecma_6\/extensions/))
{
properties.version = '1.8';
}
}
// default to language=type;text/javascript. required for

Просмотреть файл

@ -1,9 +1,3 @@
// NOTE: This only turns on 1.8.5 in shell builds. The browser requires the
// futzing in js/src/tests/browser.js (which only turns on 1.8, the most
// the browser supports).
if (typeof version != 'undefined')
version(185);
function assertThrownErrorContains(thunk, substr) {
try {
thunk();

Просмотреть файл

@ -1,5 +0,0 @@
// NOTE: This only turns on 1.8.5 in shell builds. The browser requires the
// futzing in js/src/tests/browser.js (which only turns on 1.8, the most
// the browser supports).
if (typeof version != 'undefined')
version(185);

Просмотреть файл

@ -1,5 +0,0 @@
// NOTE: This only turns on 1.8.5 in shell builds. The browser requires the
// futzing in js/src/tests/browser.js (which only turns on 1.8, the most
// the browser supports).
if (typeof version != 'undefined')
version(185);