better test262 test aliases
This commit is contained in:
parent
22c972e85b
commit
3c154f9f6d
@ -49,7 +49,9 @@ _.each(harness, exec);
|
||||
// tests!
|
||||
var tests = read(test262Loc + "/test");
|
||||
_.each(tests, function (loc) {
|
||||
test(loc, function () {
|
||||
var alias = path.relative(test262Loc + "/test", loc);
|
||||
alias = alias.replace(/\.([^\.]+)$/g, "");
|
||||
test(alias, function () {
|
||||
exec(loc);
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user