- Oct 03, 2017
-
-
Leo Balter authored
* Improve tests for BigInt.prototype.valueOf * fixup! Improve tests for BigInt.prototype.valueOf * fixup! Improve tests for BigInt.prototype.valueOf * fixup! Improve tests for BigInt.prototype.valueOf
-
Yusuke Suzuki authored
typeCoercion.js is included in several tests which are not marked as `features: [BigInt]`. Since BigInt is new feature, we should not make the above unrelated tests failed due to lack of BigInt syntax support. Close #1252.
-
- Oct 02, 2017
-
-
Robin Templeton authored
* BigInt valueOf tests * add features from typeCoercion.js
-
- Sep 13, 2017
-
-
Josh Wolfe authored
* typeCoercion.js supports ToIndex * typeCoercion.js supports ToBigInt * updated BigInt.asIntN type coercion tests to use typeCoercion.js
-
- Sep 08, 2017
-
-
Rick Waldron authored
-
Rick Waldron authored
-
Josh Wolfe authored
-
Josh Wolfe authored
-
Josh Wolfe authored
-
Josh Wolfe authored
-
Leo Balter authored
After conversations in #1215, we need to catch up with the code that was previously produced before we set the features flags requirements.
-
- Aug 31, 2017
-
-
Rick Waldron authored
-
- Aug 03, 2017
-
-
Doug Ilijev authored
-
- Jul 14, 2017
-
-
Rick Waldron authored
``` $ python tools/lint/lint.py --whitelist lint.whitelist harness/*.js Linting 25 files. Linting complete. 0 errors found. ``` - Renames detachArrayBuffer-$262.detachArrayBuffer.js -> detachArrayBuffer-host-detachArrayBuffer.js (previous naming prevents command-click from terminal) Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- Jun 28, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- Jun 23, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- May 01, 2017
-
-
Leo Balter authored
-
- Apr 27, 2017
-
-
Daniel Ehrenberg authored
-
Daniel Ehrenberg authored
This is a convenience function which tries to make tests easier to read and write.
-
- Apr 18, 2017
-
-
André Bargull authored
* Move decimalToHexString into harness instead of duplicating it in multiple files * Optimize decimalToHexString and support numbers greater than 65535 * Replace alternative decimalToHexString function with include for decimalToHexString.js * Add decimalToHex2String to return the string representation of a two-digit hex-number * Replace decimalToHex2String with decimalToPercentHexString to return the percent hex-encoded string of a two-digit hex-number * Replace two String.fromCharCode calls with a single call * Further reduce string concatentations in decodeURI[Component] tests * Remove unnecessary Test262Error error handling in catch-clauses * Remove try/catch wrappings in decodeURI/encodeURI tests
-
- Apr 15, 2017
-
-
Leo Balter authored
-
- Apr 14, 2017
-
-
André Bargull authored
-
- Apr 13, 2017
-
-
André Bargull authored
-
Mathias Bynens authored
Proposal: https://github.com/tc39/proposal-regexp-unicode-property-escapes These tests have been generated by the script at https://github.com/mathiasbynens/unicode-property-escapes-tests. They check all the properties and values that should be supported by implementations against the symbols they’re supposed to match. False positives are detected as well. Ref. #950. Ref. https://github.com/tc39/proposal-regexp-unicode-property-escapes/issues/4.
-
Mathias Bynens authored
-
- Mar 13, 2017
-
- Mar 02, 2017
-
-
Lars T Hansen authored
Ref tc39/ecma262#807
-
- Mar 01, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- Feb 07, 2017
-
-
Shu-yu Guo authored
-
- Nov 22, 2016
-
-
Kevin Gibbons authored
-
- Oct 19, 2016
-
-
Mike Pennisi authored
Because expectations regarding error "phase" are now expressed via test meta-data, the test runner may now enforce this requirement on negative tests. Remove the "NotEarlyError" from the project source. This reduces the amount of domain knowledge required to author tests and lessens the potential for inconsistencies between tests.
-
- Jun 20, 2016
-
-
Leonardo Balter authored
Due to specs approximation values, some tests are invalid as the harness helpers rely on another approximated values as Math.LN2.
-
- May 25, 2016
-
-
Leonardo Balter authored
Update testTypedArrayConversions to require byteConversionValues
-
- May 12, 2016
-
-
jugglinmike authored
Ensure that NaN values are canonicalized consistently by all invocations of SetValueInBuffer. Also ensure that `%TypedArray%.prototype.set` and `%TypedArray%.prototype.slice` preserve the bit-level encoding of the source data. Use a set of experimentally-derived expressions known to produce NaN values with distinct bit patterns in various platforms.
-
- Apr 21, 2016
-
-
jugglinmike authored
Modify the regular expression for native functions' toString value to satisfy all test cases. Correct the test file's reference to the harness file. Re-format the test file's assertions to aid debugging in the event of failure.
-
- Apr 19, 2016
-
-
jugglinmike authored
The millisecond representation of a given Date instance is dependent on the local system's time zone settings. In order to pass consistently across contexts, tests for this value must take the system configuration into account. Introduce a test harness utility function to encapsulate these concerns. Re-use this function across all test files that assert the exact millisecond representation of Date instances.
-
Leonardo Balter authored
-