-
- Downloads
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>
Showing
- test/harness/assert-false.js 1 addition, 0 deletionstest/harness/assert-false.js
- test/harness/assert-notsamevalue-nan.js 1 addition, 0 deletionstest/harness/assert-notsamevalue-nan.js
- test/harness/assert-obj.js 1 addition, 0 deletionstest/harness/assert-obj.js
- test/harness/assert-samevalue-objects.js 1 addition, 0 deletionstest/harness/assert-samevalue-objects.js
- test/harness/assert-samevalue-zeros.js 1 addition, 0 deletionstest/harness/assert-samevalue-zeros.js
- test/harness/assert-throws-early-not-early.js 1 addition, 6 deletionstest/harness/assert-throws-early-not-early.js
- test/harness/assert-throws-incorrect-ctor.js 1 addition, 0 deletionstest/harness/assert-throws-incorrect-ctor.js
- test/harness/assert-throws-native.js 1 addition, 0 deletionstest/harness/assert-throws-native.js
- test/harness/assert-throws-no-arg.js 1 addition, 0 deletionstest/harness/assert-throws-no-arg.js
- test/harness/assert-throws-no-error.js 1 addition, 0 deletionstest/harness/assert-throws-no-error.js
- test/harness/assert-throws-null-fn.js 1 addition, 0 deletionstest/harness/assert-throws-null-fn.js
- test/harness/assert-throws-null.js 1 addition, 0 deletionstest/harness/assert-throws-null.js
- test/harness/assert-throws-primitive.js 1 addition, 1 deletiontest/harness/assert-throws-primitive.js
- test/harness/assert-throws-single-arg.js 1 addition, 1 deletiontest/harness/assert-throws-single-arg.js
- test/harness/assertRelativeDateMs.js 1 addition, 1 deletiontest/harness/assertRelativeDateMs.js
- test/harness/error.js 3 additions, 3 deletionstest/harness/error.js
- test/harness/propertyhelper-verifyconfigurable-not-configurable-not-strict.js 1 addition, 1 deletion...yhelper-verifyconfigurable-not-configurable-not-strict.js
- test/harness/propertyhelper-verifyconfigurable-not-configurable-strict.js 1 addition, 2 deletions...pertyhelper-verifyconfigurable-not-configurable-strict.js
- test/harness/propertyhelper-verifyenumerable-not-enumerable-symbol.js 2 additions, 5 deletions.../propertyhelper-verifyenumerable-not-enumerable-symbol.js
- test/harness/propertyhelper-verifyenumerable-not-enumerable.js 2 additions, 5 deletions...harness/propertyhelper-verifyenumerable-not-enumerable.js
Please register or sign in to comment