Bug 1595049 - Part 2: Enable some tests by default. r=arai

Drive-by change, noticed while adding the test in part 1.

Depends on D52346

Differential Revision: https://phabricator.services.mozilla.com/D52347

--HG--
extra : moz-landing-system : lando
This commit is contained in:
André Bargull 2019-11-08 15:56:49 +00:00
Родитель 2029b30287
Коммит 84b6b1c6a8
4 изменённых файлов: 0 добавлений и 8 удалений

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

@ -1,5 +1,3 @@
// |reftest| module skip-if(release_or_beta)
async function* f() {
return "success";
}

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

@ -1,5 +1,3 @@
// |reftest| skip-if(release_or_beta)
var AsyncGenerator = async function*(){}.constructor;
function assertSyntaxError(code) {

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

@ -1,5 +1,3 @@
// |reftest| skip-if(!Promise.allSettled)
// Smoke test for `Promise.allSettled`, test262 should cover the function in
// more detail.

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

@ -1,5 +1,3 @@
// |reftest| skip-if(!String.prototype.matchAll)
// Basic surface tests.
assertEq(typeof String.prototype.matchAll, "function");