Jon Coppeard
|
65731d7d96
|
Simplify default-property-not-set-own.js test by making it not import itself
|
2018-11-23 11:58:46 +00:00 |
Jon Coppeard
|
a0fbe4aa9a
|
Fix a couple of minor issues in dynamic-import tests
|
2018-11-22 17:54:39 +00:00 |
Leo Balter
|
028d76e551
|
Generate tests
|
2018-11-14 09:37:26 -05:00 |
Leo Balter
|
f7f845ce6f
|
Update tests with DONOTEVALUATE
|
2018-11-14 09:19:15 -05:00 |
Leo Balter
|
10dc6ff75a
|
Generate tests
|
2018-11-13 20:21:32 -05:00 |
Leo Balter
|
dec4e5df74
|
Merge pull request #1801 from mathiasbynens/issue-1634
Move `throw "…"` for negative parsing errors to a helper function
|
2018-11-13 17:23:09 -05:00 |
Adrian Heine né Lang
|
25da344185
|
Add missing new.target feature flags (#1929)
|
2018-11-07 10:13:49 -05:00 |
Kevin Gibbons
|
2be73ca5ea
|
Add missing `./` to relative path in dynamic import (#1925)
|
2018-11-06 15:38:18 -05:00 |
Rick Waldron
|
f1e362d558
|
Fix typos; generate tests (#1907)
|
2018-10-26 17:11:05 -04:00 |
Leo Balter
|
70248aa166
|
Generate tests
|
2018-10-26 14:41:35 -04:00 |
Leo Balter
|
1538a93bc1
|
typo
|
2018-10-25 13:30:18 -04:00 |
Leo Balter
|
09e608edad
|
Add cases for ImportCall syntax reused in CallExpressions
|
2018-10-25 13:30:18 -04:00 |
Leo Balter
|
ca87891961
|
Add case for valid import in a new covered expression
|
2018-10-25 13:30:18 -04:00 |
Leo Balter
|
cd9ca65787
|
Generate tests
|
2018-10-25 13:30:18 -04:00 |
Leo Balter
|
51a0bad7d4
|
Generate tests
|
2018-10-25 13:30:18 -04:00 |
Leo Balter
|
a347df3aae
|
Add tests for invalid expressions with import() with early ReferenceErrors
|
2018-10-25 13:30:18 -04:00 |
Leo Balter
|
d641be96b4
|
Add test for import() used from eval
|
2018-10-25 13:30:18 -04:00 |
Leo Balter
|
54aba308b7
|
import() must not allow a escape sequence
|
2018-10-25 13:30:18 -04:00 |
Leo Balter
|
91bf2474c2
|
Add more cases for import.meta and new promise instances
|
2018-10-24 12:27:40 -04:00 |
Leo Balter
|
bcdc613df7
|
Add case for custom toprimitive operations
|
2018-10-24 12:27:40 -04:00 |
Leo Balter
|
23e9d7d58e
|
Add another case for indirect module binding update
Also cases for double failing resolutions
|
2018-10-24 12:27:40 -04:00 |
Leo Balter
|
aebfbdd9df
|
Add more edgy cases for import()
Also rename test/language/expressions/dynamic-import/assignment-expression/
|
2018-10-24 12:27:40 -04:00 |
Mathias Bynens
|
8869799c6d
|
Rebase, regenerate, and update tests
|
2018-10-23 13:51:17 +02:00 |
Leo Balter
|
3936950114
|
Fix test previously invalid for strict mode
|
2018-10-19 12:43:39 -04:00 |
Leo Balter
|
fc250a310c
|
fix test with unnecessary async generator
|
2018-10-19 12:43:39 -04:00 |
Leo Balter
|
98b3cc95f7
|
flag resolved import specifiers in test files
|
2018-10-19 12:43:39 -04:00 |
Leo Balter
|
c93b1075f5
|
Generate tests
|
2018-10-19 12:43:39 -04:00 |
Leo Balter
|
7ee8091259
|
Move namespace test files
|
2018-10-19 11:51:40 -04:00 |
Leo Balter
|
20b6a3b0a7
|
Move dynamic-import tests to test/language/expressions
|
2018-10-19 11:48:17 -04:00 |