- May 01, 2017
-
-
Leo Balter authored
-
Leo Balter authored
* Split order tests for RegExp#flags * small fixes for RegExp named groups * Remove invalid syntax * The test mustn't include the global flag
-
jugglinmike authored
This script is intended to identify common test file formatting errors prior to their acceptance into the project. It is designed to support future extensions for additional validation rules.
-
- Apr 28, 2017
-
-
Leo Balter authored
for-await-of: dstr-binding templates
-
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
Cleanup prop desc tests in the Array folder
-
- Apr 27, 2017
-
-
Leo Balter authored
-
Leo Balter authored
Update RegExp#dotAll tests
-
Leo Balter authored
Split tests for lookbehind
-
Leo Balter authored
-
Daniel Ehrenberg authored
-
Daniel Ehrenberg authored
Tests for the stage 3 proposal at https://tc39.github.io/proposal-regexp-lookbehind/ Tests ported from V8, written by @hashseed
-
Daniel Ehrenberg authored
This is a convenience function which tries to make tests easier to read and write.
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Daniel Ehrenberg authored
Proposal from @mathiasbynens at https://github.com/tc39/proposal-regexp-dotall-flag and https://tc39.github.io/proposal-regexp-dotall-flag/
-
⭐caitp⭐ authored
-
Daniel Ehrenberg authored
Tests against the Stage 3 named capture groups proposal https://tc39.github.io/proposal-regexp-named-groups
-
- Apr 26, 2017
-
-
Rick Waldron authored
Avoid using $ERROR in test files
-
- Apr 25, 2017
-
-
Rick Waldron authored
Remove duplicate
-
Leo Balter authored
-
Leo Balter authored
same es src/dstr-assignment/array-elem-target-simple-strict.case
-
Leo Balter authored
-
- Apr 24, 2017
-
-
Leo Balter authored
-
Leo Balter authored
* Update github-deploy-key * Update deploy.sh
-
- Apr 21, 2017
-
-
Leo Balter authored
Update templates for function forms
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
The templates are being used for many tests reusing the same available function forms. The format they are provided allow us to extend tests with cases for other tests relying in the same formats.
-
- Apr 20, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
INTERPRETING.md missed two `$` => `$262` changes.
-
Thomas Wood authored
References #875, #802
-
- 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
-
Mathias Bynens authored
-