Rick Waldron
|
c5e8aa9ca2
|
Migrate test/harness/* away from dependence on $ERROR(). Close gh-742
|
2020-09-16 17:37:16 -04:00 |
Alexey Shvayka
|
96cf75770e
|
Harness: properly format negative zero
|
2020-03-25 12:03:05 -04:00 |
Adrian Heine
|
21f6a86a6d
|
Remove explicit sta.js includes
INTERPRETING.md states that sta.js has to be included unconditionally.
|
2018-10-15 12:45:55 -04:00 |
Rick Waldron
|
1a2244faf8
|
Fix all test/harness/*.js tests (#1068)
$ test262-harness --hostType=d8 -t 4 --hostPath=`which d8` test/harness/*.js
Ran 147 tests
147 passed
0 failed
$ test262-harness --hostType=node -t 4 --hostPath=`which node` test/harness/*.js
Ran 147 tests
147 passed
0 failed
$ test262-harness --hostType=jsshell -t 4 --hostPath=`which js` test/harness/*.js
Ran 147 tests
147 passed
0 failed
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
|
2017-06-22 22:25:35 -03:00 |
Mike Pennisi
|
3211e33199
|
Add tests for test harness
|
2015-04-22 18:38:40 -04:00 |