test262/test/harness
André Bargull 9f5938bc15 Fix harness tests for verifyProperty 2023-10-02 11:27:59 +02:00
..
assert-false.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
assert-notsamevalue-nan.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
assert-notsamevalue-notsame.js
assert-notsamevalue-objects.js
assert-notsamevalue-tostring.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
assert-notsamevalue-zeros.js
assert-obj.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
assert-samevalue-nan.js
assert-samevalue-objects.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
assert-samevalue-same.js
assert-samevalue-tostring.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
assert-samevalue-zeros.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
assert-throws-custom-typeerror.js Add identity tests for the assert.throws 2021-09-21 16:45:27 -04:00
assert-throws-custom.js
assert-throws-incorrect-ctor.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
assert-throws-native.js
assert-throws-no-arg.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
assert-throws-no-error.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
assert-throws-null-fn.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
assert-throws-null.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
assert-throws-primitive.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
assert-throws-same-realm.js asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
assert-throws-single-arg.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
assert-tostring.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
assert-true.js
assertRelativeDateMs.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
asyncHelpers-asyncTest-func-throws-sync.js asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
asyncHelpers-asyncTest-rejects-non-callable.js Harness tests for asyncHelpers.js' asyncTest function 2023-02-21 11:04:09 -08:00
asyncHelpers-asyncTest-return-not-thenable.js asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
asyncHelpers-asyncTest-returns-undefined.js asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
asyncHelpers-asyncTest-then-rejects.js harness/asyncHelpers.js: Refactor asyncTest to always return undefined instead of a Promise 2023-02-21 11:04:09 -08:00
asyncHelpers-asyncTest-then-resolves.js harness/asyncHelpers.js: Refactor asyncTest to always return undefined instead of a Promise 2023-02-21 11:04:09 -08:00
asyncHelpers-asyncTest-without-async-flag.js asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
asyncHelpers-throwsAsync-custom-typeerror.js asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
asyncHelpers-throwsAsync-custom.js asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
asyncHelpers-throwsAsync-func-throws-sync.js asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
asyncHelpers-throwsAsync-incorrect-ctor.js asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
asyncHelpers-throwsAsync-invalid-func.js asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
asyncHelpers-throwsAsync-native.js asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
asyncHelpers-throwsAsync-no-arg.js asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
asyncHelpers-throwsAsync-no-error.js asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
asyncHelpers-throwsAsync-null.js asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
asyncHelpers-throwsAsync-primitive.js asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
asyncHelpers-throwsAsync-resolved-error.js asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
asyncHelpers-throwsAsync-same-realm.js asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
asyncHelpers-throwsAsync-single-arg.js asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
byteConversionValues.js
compare-array-arguments.js fix: corrections to assert.compareArray and assert.compareArray.format (#3226) 2021-10-01 12:52:15 -04:00
compare-array-arraylike.js fix: corrections to assert.compareArray and assert.compareArray.format (#3226) 2021-10-01 12:52:15 -04:00
compare-array-different-elements.js fix: corrections to assert.compareArray and assert.compareArray.format (#3226) 2021-10-01 12:52:15 -04:00
compare-array-different-length.js fix: corrections to assert.compareArray and assert.compareArray.format (#3226) 2021-10-01 12:52:15 -04:00
compare-array-empty.js fix: corrections to assert.compareArray and assert.compareArray.format (#3226) 2021-10-01 12:52:15 -04:00
compare-array-falsy-arguments.js
compare-array-message.js fix: ensure that symbol args as message don't break assert.compareArray 2021-10-05 15:16:53 -04:00
compare-array-same-elements-different-order.js fix: corrections to assert.compareArray and assert.compareArray.format (#3226) 2021-10-01 12:52:15 -04:00
compare-array-same-elements-same-order.js fix: corrections to assert.compareArray and assert.compareArray.format (#3226) 2021-10-01 12:52:15 -04:00
compare-array-samevalue.js fix: corrections to assert.compareArray and assert.compareArray.format (#3226) 2021-10-01 12:52:15 -04:00
compare-array-sparse.js fix: corrections to assert.compareArray and assert.compareArray.format (#3226) 2021-10-01 12:52:15 -04:00
compare-array-symbol.js fix: corrections to assert.compareArray and assert.compareArray.format (#3226) 2021-10-01 12:52:15 -04:00
dateConstants.js
decimalToHexString.js
deepEqual-array.js
deepEqual-circular.js
deepEqual-deep.js
deepEqual-mapset.js
deepEqual-object.js
deepEqual-primitives-bigint.js
deepEqual-primitives.js
detachArrayBuffer-host-detachArrayBuffer.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
detachArrayBuffer.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
fnGlobalObject.js
isConstructor.js Reject exceptional input to `isConstructor` (#3748) 2022-12-15 22:53:34 -05:00
nans.js
nativeFunctionMatcher.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
promiseHelper.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
propertyhelper-verifyconfigurable-configurable-object.js
propertyhelper-verifyconfigurable-configurable.js
propertyhelper-verifyconfigurable-not-configurable.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
propertyhelper-verifyenumerable-enumerable-symbol.js
propertyhelper-verifyenumerable-enumerable.js
propertyhelper-verifyenumerable-not-enumerable-symbol.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
propertyhelper-verifyenumerable-not-enumerable.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
propertyhelper-verifynotconfigurable-configurable.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
propertyhelper-verifynotconfigurable-not-configurable.js
propertyhelper-verifynotenumerable-enumerable-symbol.js
propertyhelper-verifynotenumerable-enumerable.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
propertyhelper-verifynotenumerable-not-enumerable-symbol.js
propertyhelper-verifynotenumerable-not-enumerable.js
propertyhelper-verifynotwritable-not-writable-strict.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
propertyhelper-verifynotwritable-writable.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
propertyhelper-verifywritable-array-length.js
propertyhelper-verifywritable-not-writable.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
propertyhelper-verifywritable-writable.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
proxytrapshelper-default.js
proxytrapshelper-overrides.js
sta.js chore: migrate $ERROR -> throw new Test262Error in harness/ & test/harness 2021-07-21 15:15:55 -04:00
tcoHelper.js
temporalHelpers-sample-time-zones.js Temporal Helpers: Add harness tests for DST sample time zone 2023-09-08 09:38:14 -07:00
testTypedArray-conversions-call-error.js Migrate test/harness/* away from dependence on $ERROR(). Close gh-742 2020-09-16 17:37:16 -04:00
testTypedArray-conversions.js
testTypedArray.js Remove redundancy from test for testTypedArray.js 2021-10-29 15:20:45 -04:00
timer.js
verifyProperty-arguments.js
verifyProperty-configurable-object.js
verifyProperty-desc-is-not-object.js
verifyProperty-noproperty.js
verifyProperty-restore-accessor-symbol.js
verifyProperty-restore-accessor.js
verifyProperty-restore-symbol.js
verifyProperty-restore.js
verifyProperty-same-value.js
verifyProperty-string-prop.js
verifyProperty-symbol-prop.js
verifyProperty-undefined-desc.js
verifyProperty-value-error.js Fix harness tests for verifyProperty 2023-10-02 11:27:59 +02:00
verifyProperty-value.js