Test262 update (#692)

This commit is contained in:
Mateusz Burzyński
2017-08-25 00:42:04 +02:00
committed by Brian Ng
parent be0fe1c6b6
commit 5df1139567
3 changed files with 491 additions and 179 deletions

View File

@@ -81,7 +81,7 @@ Promise.all([utils.getTests(testDir), utils.getWhitelist(whitelistFile)])
badnewsDetails.push(desc + ":");
badnewsDetails.push(
...tests.map(function(test) {
return test.id;
return test.id || test;
})
);
});