- 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
-
Mike Pennisi authored
As the author of these files, I can verify that they were contributed in 2015 on behalf of the V8 project.
-
Mike Pennisi authored
-
jugglinmike authored
Installing dependencies using this file increases parity between the CI and development environment. Because the file explicitly specifies a version of the package to be installed, this approach also produces more predictable results overall.
-
- Apr 17, 2017
-
-
Daniel Ehrenberg authored
-
- Apr 15, 2017
-
-
Leo Balter authored
- Apr 14, 2017
-
-
André Bargull authored
-
Mathias Bynens 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.
-
Daniel Ehrenberg authored
Ref https://github.com/tc39/ecma262/issues/815 Ref https://github.com/tc39/ecma262/pull/889 This is testing the current semantics of the specs, rather than the semantics in the proposed referenced issue.
-
Mathias Bynens authored
-
- Apr 11, 2017
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Joseph Pecoraro authored
The `length` property should be [[Configurable]] https://tc39.github.io/ecma262/#sec-function.prototype.bind Also the test was testing deleting the wrong property. Fixes #957.
-
Leo Balter authored
Update Async-from-Sync Iterator yield* tests
-
- Apr 10, 2017
-
-
Caitlin Potter authored
-
Caitlin Potter authored
Ordering of done and value property loads changed in https://github.com/tc39/proposal-async-iteration/commit/395b2e3b2f5acb62f9fae11c5e189423d4af50e6
-
jugglinmike authored
Introduce configuration to allow build servers provided by the Travis CI service to execute the test generation tool and commit the resultant files to the canonical upstream repository. Enabling this workflow required additional administrative work: 1. Create an account with TravisCI 2. Install the `travis` command-line utility 3. Create a "deploy key" and an encrypted version using the command `./make.py github_deploy_key_enc` 4. Register the deploy key with the project's GitHub account 5. Check the encrypted deploy key to the repository 6. Configure the TravisCI service to automatically build this project
-
André Bargull authored
* Add Function.prototype.toString tests for many function forms * Add non-const computed property name to Function.prototype.toString tests * Split class method tests into class-expression and class-statement tests * Add tests for unnamed function expression forms * Add tests for async (generator) methods in class contexts * Add test case for Function.prototype.toString on async arrow function
-
André Bargull authored
-
- Apr 07, 2017
-
-
Rick Waldron authored
Update cases for async arrow fns with a line terminator
-