Kevin Gibbons
|
961480ac61
|
remove some auto-generated error messages in "assert.throws" tests
|
2024-03-25 12:09:10 +01:00 |
Linus Groh
|
32540f3034
|
Fix property name in Atomics.isLockFree() descriptor test
|
2023-12-04 13:48:06 +01:00 |
José Julián Espina
|
4a6439e4a7
|
Add `Array.prototype.includes` and `exponentiation` features (#3799)
|
2023-03-23 10:51:08 +01:00 |
Rick Waldron
|
d576baf73f
|
Info: adds "sec-evaluatenew" step to info for all "not-a-constructor.js" tests.
|
2020-10-06 12:01:34 -04:00 |
Rick Waldron
|
c644ede430
|
Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739
|
2020-10-06 12:01:34 -04:00 |
André Bargull
|
06c2f01901
|
Fix multiple test bugs and remove incomplete or no longer valid tests (#1616)
|
2018-06-29 18:52:53 -04:00 |
Rick Waldron
|
e164657a2b
|
Atomics: fixes to bigint variants; updated assertion messages
|
2018-06-27 12:58:02 -04:00 |
Rick Waldron
|
c29ae8effb
|
Atomics: refactor atomicsHelper.js to extend $262.agent.*
|
2018-06-27 11:13:23 -04:00 |
Rick Waldron
|
5ebd632d8f
|
Atomics: features fixes, harness features, etc.
|
2018-06-22 15:14:12 -04:00 |
Rick Waldron
|
a19232ca4c
|
Atomics: house keeping.
|
2018-06-22 15:14:11 -04:00 |
Rick Waldron
|
1a382d2c3c
|
Atomics: features list corrections
|
2018-06-22 15:14:11 -04:00 |
Rick Waldron
|
7c30ad5c4f
|
Atomics: expected return values for all atomic operations
|
2018-06-22 15:14:11 -04:00 |
Rick Waldron
|
a3b05ee839
|
Atomics: updates to various Atomics tests. gh-1527
Ref gh-1531
|
2018-06-22 15:14:11 -04:00 |
Rick Waldron
|
e246d95deb
|
Remove strange copyright lines
|
2018-06-22 15:14:11 -04:00 |
Rick Waldron
|
ac65ecab7c
|
Atomics: updates to tests
|
2018-04-19 15:09:39 -04:00 |
Leo Balter
|
478f5b4c0c
|
Add features tags for Atomics and SharedArrayBuffer (#1494)
* Add features tags for Atomics
* Add features tags for SharedArrayBuffer
|
2018-03-19 19:51:32 -04:00 |
Rick Waldron
|
dedd68020b
|
built-ins/Atomics/*: make all indentation consistent (depth & character) (#1442)
|
2018-02-15 15:26:13 -05:00 |
André Bargull
|
f95b56ab28
|
Revert "js-beautify: make all indentation consistent (depth & character) (#1409)" (#1412)
This reverts commit a01de4a722 .
|
2018-02-09 12:09:47 -05:00 |
Rick Waldron
|
a01de4a722
|
js-beautify: make all indentation consistent (depth & character) (#1409)
|
2018-02-09 11:35:37 -05:00 |
Rick Waldron
|
92a2621901
|
Frontmatter: fixup "info: >" to "info: |"
|
2018-01-05 12:27:59 -05:00 |
deathbearbrown
|
98ec72c17c
|
add esid to atomic frontmatter
|
2017-08-02 15:56:03 -04:00 |
Shu-yu Guo
|
a72ee6d912
|
SharedArrayBuffer and Atomics tests (#839)
|
2017-02-07 11:17:31 -05:00 |