Update test262 (#9587)

* Update test262

* Also remove unrecognized tests from the whitelist
This commit is contained in:
Daniel Tschinder
2019-02-25 15:10:48 -08:00
committed by GitHub
parent 434fd32c90
commit 45c96908e9
3 changed files with 28 additions and 34 deletions

View File

@@ -43,6 +43,7 @@ const ignoredFeatures = [
"for-of",
"generators",
"globalThis",
"hashbang",
"Int8Array",
"Int32Array",
"Intl.ListFormat",
@@ -209,7 +210,8 @@ exports.updateWhitelist = function(filename, summary) {
.concat(summary.disallowed.failure)
.map(function(test) {
return test.id;
});
})
.concat(summary.unrecognized);
const toAdd = summary.disallowed.falsePositive
.concat(summary.disallowed.falseNegative)
.map(function(test) {