Update test262 (#9587)
* Update test262 * Also remove unrecognized tests from the whitelist
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user