test262/harness
jugglinmike 162e8be99f
Add tests for Temporal.now.plainDateTime (#3037)
* Temporal.now.plainDateTime: import tests from prop

* Add required metadata

* Correct invalid test

Ensure the error is thrown due to the invocation of the provided method.
Add a separate test to verify how the method is invoked.

* Remove duplicated assertions

* Improve coverage

* Rewrite test to focus on Calendar parameter

The observable interactions with the "timeZone" parameter are verified
by another test which is named for that purpose.

* Remove non-standard test

This test's title suggests that it was intended to verify the behavior
when the "calendar" parameter was undefined. The expected behavior in
that case depends on the presence of a builtin calendar named
"undefined." Test262 cannot definitively assert the presence or absence
of such a calendar.

In contrast to the title, the test body actually uses the calendar name
"japanese."  Test262 cannot definitively assert the presence or absence
of such a calendar.
2021-07-16 09:25:55 -04:00
..
arrayContains.js lint: add rule to verify use of harness files 2019-09-25 14:00:50 -04:00
assert.js Revert "Improve assert.throws output" 2020-08-21 15:58:21 -04:00
assertRelativeDateMs.js lint: add rule to verify use of harness files 2019-09-25 14:00:50 -04:00
async-gc.js Add feature tag for cleanupSome 2020-07-21 16:57:50 -04:00
atomicsHelper.js atomicsHelper.js: Add $262.agent.setTimeout to defines 2020-10-19 17:48:00 -04:00
byteConversionValues.js lint: add rule to verify use of harness files 2019-09-25 14:00:50 -04:00
compareArray.js Remove usage of rest and default parameters in harness (#3034) 2021-07-02 09:04:13 -04:00
compareIterator.js lint: add rule to verify use of harness files 2019-09-25 14:00:50 -04:00
dateConstants.js lint: add rule to verify use of harness files 2019-09-25 14:00:50 -04:00
decimalToHexString.js lint: add rule to verify use of harness files 2019-09-25 14:00:50 -04:00
deepEqual.js Cleanup compareArray and deepEqual assertions, remove assert._formatValue 2019-10-09 17:57:10 -04:00
detachArrayBuffer.js lint: add rule to verify use of harness files 2019-09-25 14:00:50 -04:00
doneprintHandle.js lint: add rule to verify use of harness files 2019-09-25 14:00:50 -04:00
features.yml Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -04:00
fnGlobalObject.js lint: add rule to verify use of harness files 2019-09-25 14:00:50 -04:00
hidden-constructors.js Remove erroneous ArrowFunction 2020-10-07 16:43:48 -04:00
isConstructor.js lint: add rule to verify use of harness files 2019-09-25 14:00:50 -04:00
nans.js lint: add rule to verify use of harness files 2019-09-25 14:00:50 -04:00
nativeFunctionMatcher.js native function validator for your consideration 2020-08-04 19:44:31 -04:00
promiseHelper.js lint: add rule to verify use of harness files 2019-09-25 14:00:50 -04:00
propertyHelper.js Avoid using Array.isArray directly 2020-03-25 11:59:43 -04:00
proxyTrapsHelper.js lint: add rule to verify use of harness files 2019-09-25 14:00:50 -04:00
regExpUtils.js Don't use function argument destructuring in regExpUtils.js (#3000) 2021-05-28 19:47:36 -04:00
sta.js Remove usage of rest and default parameters in harness (#3034) 2021-07-02 09:04:13 -04:00
tcoHelper.js lint: add rule to verify use of harness files 2019-09-25 14:00:50 -04:00
temporalHelpers.js Add tests for Temporal.now.plainDateTime (#3037) 2021-07-16 09:25:55 -04:00
testAtomics.js lint: add rule to verify use of harness files 2019-09-25 14:00:50 -04:00
testBigIntTypedArray.js Atomics: corrections 2020-06-24 12:26:41 -04:00
testIntl.js Fix tests on {localeMatcher: "lookup"} (#3008) 2021-06-24 13:37:33 -04:00
testTypedArray.js Atomics: corrections 2020-06-24 12:26:41 -04:00
timer.js lint: add rule to verify use of harness files 2019-09-25 14:00:50 -04:00
typeCoercion.js lint: add rule to verify use of harness files 2019-09-25 14:00:50 -04:00
wellKnownIntrinsicObjects.js native function validator for your consideration 2020-08-04 19:44:31 -04:00