summaryrefslogtreecommitdiff
path: root/test/built-ins
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>
* 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>
* 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
| |
* | 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-0753-116/+166
| | | | 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
|
* Remove unused parameter for testWithBigIntTypedArrayConstructorsLeo Balter2018-02-2810-17/+17
| | | | +whitespace
* 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-27174-5332/+15
|
* Fix errors recently introduced. (#1448)Leo Balter2018-02-27165-1262/+297
| | | | | | | | | | | | | | | | | | | | | | * 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
* 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/+794
|
* Update Function/prototype/toString 'esid: pending' frontmatterValerie R Young2018-02-2217-17/+17
|
* Fix whitespaceLeo Balter2018-02-1525-67/+38
|
* Merge pull request #1413 from leobalter/cxielarko-bigint-ta-3Rick Waldron2018-02-151303-282/+33975
|\ | | | | 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-1530-84/+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-15208-1217/+1217
| |
| * 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
| |
| * Restore original tests for TypedArrays and optimize filesLeo Balter2018-02-151037-370/+33865
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - optimize file names - BigInt folder for TAs.from and of - copy tests preparing for bigint - copy ta prototype methods for bigint - Use an exclusive harness for bigint typedarrays - add features - use proper harness - use preper harness - Restore original tests for TypedArrays - final fixes - fix includes
| * Move TypedArray ctors tests to a bigint specific folderLeo Balter2018-02-15125-0/+0
| |
| * BigInt TypedArray testsRobin Templeton2018-02-15298-1511/+1599
| | | | | | | | | | | | | | | | | | | | | | | | - add @jakobkummerow's changes - remove EOL whitespace - use 'Array.isArray' instead of 'instanceof Array' - check for BigInt type in toLocaleString tests - specify TypedArray constructor list for non-BigInt tests - update TypedArray harness test for BigInt - add a missing type coercion - disable more tests for Big(U)Int64Array - check for BigInt before using BigInt TypedArray constructors
* | built-ins/Array/*: make all indentation consistent (depth & character) (#1415)Rick Waldron2018-02-152146-18677/+22114
| |
* | built-ins/Math/*: make all indentation consistent (depth & character) (#1435)Rick Waldron2018-02-1571-522/+558
|/
* built-ins/Date/*: make all indentation consistent (depth & character) (#1422)Rick Waldron2018-02-15391-932/+1011
|
* built-ins/BigInt/*: make all indentation consistent (depth & character) (#1418)Rick Waldron2018-02-1513-68/+70
|
* built-ins/DataView/*: make all indentation consistent (depth & character) ↵Rick Waldron2018-02-1522-46/+96
| | | | (#1416)
* built-ins/Boolean/*: make all indentation consistent (depth & character) (#1417)Rick Waldron2018-02-1525-191/+199
|
* built-ins/ArrayBuffer/*: make all indentation consistent (depth & character) ↵Rick Waldron2018-02-1516-27/+54
| | | | (#1421)
* built-ins/SharedArrayBuffer/*: make all indentation consistent (depth & ↵Rick Waldron2018-02-1513-20/+40
| | | | character) (#1426)
* built-ins/decode/* - built-ins/eval/*: make all indentation consistent ↵Rick Waldron2018-02-1571-299/+581
| | | | (depth & character) (#1423)
* built-ins/Function/*: make all indentation consistent (depth & character) ↵Rick Waldron2018-02-15342-1133/+1499
| | | | | (#1424) This intentionally skips test/built-ins/Function/prototype/toString/*