summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update ArrayBuffer.byteLength test for detached ArrayBufferHEADdevBenjamin Terrier2022-08-221-6/+4
| | | | | | | | | ECMAScript 2021 (ES12) changed the behavior of byteLength of detached ArrayBuffer. Task-number: QTBUG-103925 Change-Id: If407e2093f7716e4bbbacfff9e9e7af248c22ee8 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Add optional chaining testsMaximilian Goldstein2021-04-1338-0/+1131
| | | | | Change-Id: Ia87313a2756dfbc3d90128ac77cd4dc6c8c137df Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Actually test isSafeInteger() rather than isInteger()Edward Welbourne2020-05-191-6/+8
| | | | | | | | | s/isInteger/isSafeInteger/g in an isSafeInteger() test; see https://github.com/tc39/test262/issues/2605 Change-Id: I3e6f45e6ef9ec9822811aa96c049d6490d2ee567 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* test/language/expressions: Add nullish coalescing testsMaximilian Goldstein2019-12-0424-0/+1360
| | | | | | | | | Copies a few tests for nullish coalescing straight from the newest test262 master branch so that we can test https://codereview.qt-project.org/c/qt/qtdeclarative/+/283241 . Change-Id: I312e96c1e2934d2933421371d58bfce670f244ae Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Don't export .gitignore in source archivesSimon Hausmann2018-08-091-0/+2
| | | | | | | Task-number: QTBUG-59991 Change-Id: If7bd6e4f34ce185c1e328e17dc80a3f6ba542c1e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> (cherry picked from commit fe58b18c13d1ea5d42951e5b698efc3bfab6dc8c)
* Bigint typedarray conversion (#1469)Valerie2018-03-0917-28/+788
| | | | | | | | | | * BigInt: add tests for TypedArray(typedArray) constructor of mixed 'Big'/'not Big' element types * BigInt: update info text on tests of ToBigInt * BigInt: conversion to big int on creation of Big(U)Int64 TypedArray * BigInt: Add tests for ToBigInt64 and ToBigUint64 wrapping
* Merge pull request #1481 from bocoup/anba-fixesLeo Balter2018-03-0912-52/+48
|\ | | | | TypedArray and Async Iteration bug fixes
| * WhitespaceLeo Balter2018-03-0910-61/+45
| |
| * TypedArray and Async Iteration bug fixesValerie R Young2018-03-085-3/+15
| |
* | Link to Metadata section in INTERPRETING.md (#1482)mitchcurtis2018-03-091-1/+1
| |
* | improve propertyHelper for failure messages (#1480)Leo Balter2018-03-081-1/+1
| | | | | | | | | | Example: Before: descriptor value should be 42 Expected SameValue(«1», «0») to be true After: descriptor value should be 42
* | Fix length prop tests for the TypedArrays ctors family (#1479)Leo Balter2018-03-0818-242/+256
|/
* test/built-ins/Object/prototype/toString/*.js: clean up and extended fixes ↵Rick Waldron2018-03-0735-272/+425
| | | | | | from gh-1473 (#1475)
* Function.prototype.toString works on symbol-named built-insMichael Ficarra2018-03-071-0/+11
|
* Function.prototype.toString works on anonymous well-known intrinsicsMichael Ficarra2018-03-071-0/+12
|
* add Function.prototype.toString result for callable proxiesMichael Ficarra2018-03-071-0/+17
|
* allow any function to report its toString as a NativeFunctionMichael Ficarra2018-03-0754-116/+180
| | | | related: https://github.com/tc39/Function-prototype-toString-revision/pull/26
* typed-arrays/bigint: fixes per recommendation. (#1473)Rick Waldron2018-03-064-21/+6
| | | Fixes gh-1467
* Fix yaml consistencyLeo Balter2018-03-0614-29/+39
|
* typed-array: ctor test renames (#1468)Valerie2018-03-02173-0/+0
|
* async-iteration: AsyncGeneratorPrototype tests (#1451)Valerie2018-03-0230-0/+1582
|
* async-iteration: AsyncFromSyncIteratorPrototype next/throw/returnValerie R Young2018-03-0122-0/+1262
|
* TypedArrays with elementSize 1 cannot produce these range errors (#1465)Rick Waldron2018-03-012-4/+16
|
* numeric literal seperators: test change in CodePoint production (#1464)Valerie2018-02-285-0/+274
|
* Remove unused parameter for testWithBigIntTypedArrayConstructorsLeo Balter2018-02-2810-17/+17
| | | | +whitespace
* Add test for eval-in-function template tags (#1457)Daniel Ehrenberg2018-02-271-0/+35
| | | Thanks to Caitin Potter for highlighting this test case.
* Remove unused BigInt syntax in TA test (#1455)Adrian Heine né Lang2018-02-271-8/+1
|
* Updates a portion of the BigInt tests that need work. Ref gh-1461 (#1462)Rick Waldron2018-02-27175-5334/+16
|
* Fix errors recently introduced. (#1448)Leo Balter2018-02-27167-1311/+306
| | | | | | | | | | | | | | | | | | | | | | * Fix bad references on tests for BigInt TypedArrays * Remove bad conversions for BigInt TypedArray * Cleanup the BigInt TypedArray harness file Remove non used code (testBigIntTypedArrayConversions) Move the constructors list to inside the exposed function, this prevents early implementations to fail before the function is called. * Fix bad references in TypedArrays.of (BigInt) * Remove BigInt tests from typedarray harness test * Use BigInt for BigInt typedArrays * Apply last fixings on BigInt TypedArray tests * Apply fixes to last revision from @anba
* Revert "Additional tests for QuantifiableAssertion" (#1458)Leo Balter2018-02-2612-220/+0
|
* Merge pull request #1456 from littledan/quantifiedassertionDaniel Ehrenberg2018-02-2612-0/+220
|\ | | | | Additional tests for QuantifiableAssertion
| * Additional tests for QuantifiableAssertionDaniel Ehrenberg2018-02-2612-0/+220
| | | | | | | | | | | | | | | | | | | | | | | | - Tests that lookahead and lookbehind are not extended to QuantifiableAssertion, as in https://github.com/tc39/ecma262/pull/1102 - Additional tests verifying some more combinations of cases for QuantifiableAssertion being invalid in Unicode mode. Based on the tests in https://chromium-review.googlesource.com/c/v8/v8/+/926102 These tests pass on V8 (if the throw for early errors is removed to work around a V8 issue where RegExps don't have early errors).
* | Fix typo intialize(r) -> initialize(r) (#1454)Adrian Heine né Lang2018-02-260-0/+0
| |
* | Remove whitespace between Literal and BigIntLiteralSuffix (#1452)Sathya Gunasekaran2018-02-221-1/+1
| |
* | async-iteration: move existing throw/return tests to AsyncGeneratorPrototype dirValerie R Young2018-02-2215-0/+0
| |
* | Update Function/prototype/toString 'esid: pending' frontmatterValerie R Young2018-02-2217-17/+17
| |
* | async-iteration: add esid for 'esid: pending' testsValerie R Young2018-02-2235-37/+214
| |
* | Fix whitespaceLeo Balter2018-02-1525-67/+38
| |
* | Merge pull request #1413 from leobalter/cxielarko-bigint-ta-3Rick Waldron2018-02-151305-282/+34053
|\ \ | | | | | | BigInt+TypedArray tests, splitted
| * | fix bad fixings from Remove NLeo Balter2018-02-155-28/+28
| | |
| * | fix syntax typoLeo Balter2018-02-151-1/+1
| | |
| * | Last cases of convertToBigIntLeo Balter2018-02-1531-88/+54
| | |
| * | Minimize use of convertToBigIntLeo Balter2018-02-15273-1125/+1125
| | |
| * | Fix missing BigInt usage in TypedArraysLeo Balter2018-02-1530-90/+90
| | |
| * | remove bogus checksLeo Balter2018-02-1513-48/+0
| | |
| * | Remove N()Leo Balter2018-02-15209-1221/+1219
| | |
| * | whitespaceLeo Balter2018-02-151-2/+1
| | |
| * | Add missing feature flag for TypedArraysLeo Balter2018-02-15210-0/+210
| | |
| * | Add missing feature flagsLeo Balter2018-02-15112-0/+112
| | |
| * | Use esid tags on TypedArray/prototype/*Leo Balter2018-02-15406-408/+274
| | |