Rick Waldron
|
ac65ecab7c
|
Atomics: updates to tests
|
2018-04-19 15:09:39 -04:00 |
Rick Waldron
|
4ea2931f16
|
Update all harness files to pass linting. (#1153)
```
$ python tools/lint/lint.py --whitelist lint.whitelist harness/*.js
Linting 25 files.
Linting complete. 0 errors found.
```
- Renames detachArrayBuffer-$262.detachArrayBuffer.js -> detachArrayBuffer-host-detachArrayBuffer.js (previous naming prevents command-click from terminal)
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
|
2017-07-14 11:37:24 -04:00 |
André Bargull
|
d59e30c95e
|
Remove execute bit from files (#976)
|
2017-04-13 16:24:07 -04:00 |
Leonardo Balter
|
bc42c6ab5c
|
Add harness for byte conversion values
Update testTypedArrayConversions to require byteConversionValues
|
2016-05-25 10:10:50 -04:00 |
Leonardo Balter
|
04a3c28f7d
|
Add tests for conversion operations on TypedArrays
|
2016-04-19 12:18:52 -04:00 |
Leonardo Balter
|
4388f2869c
|
Allow call testWithTypedArrayConstructors with a constructors subset
|
2016-02-12 16:02:36 -08:00 |
André Bargull
|
42edfd6e89
|
Add missing tests for "length" and "name" properties of %TypedArray% built-in functions
|
2016-01-15 18:12:42 +01:00 |
André Bargull
|
b62dccf1dc
|
Add test cases for recent ES2016 fixes
- lastIndex in RegExp.prototype[Symbol.split]: tc39/ecma262@08b4756747
- Missing number conversion in DataView.prototype.setXXX: tc39/ecma262@4f875fe96d
- Negative zero byteoffset in TypedArray: tc39/ecma262@2d1ed20db7
- EvalDeclarationInstantiation throws TypeError: tc39/ecma262@2be6968715
- BindingRestElement allows BindingPattern: tc39/ecma262@d322357e6b
- Eval in parameters with computed property keys: tc39/ecma262@04e2e9b719
- Use strict with non-simple parameters: tc39/ecma262@15b0db41ed
- __proto__ in strict mode: tc39/ecma262@5c1984334d
|
2015-12-15 17:33:49 +01:00 |