mirror of
https://github.com/tc39/test262.git
synced 2025-07-19 20:14:56 +02:00
Re-organize tests for eval
Limit tests in `language/expressions/call/` and `built-ins/eval/` to only assert details that are directly related to the invocation pattern. Re-organize all other tests within the `language/eval-code/` directory, further categorizing each as `direct` or `indirect` as appropriate. Remove the extraneous "executable" flag from those files which carried it.
This commit is contained in:
parent
7f88f29328
commit
7630e1763d
0
test/language/eval-code/non-definable-global-function.js → test/language/eval-code/direct/non-definable-global-function.js
Executable file → Normal file
0
test/language/eval-code/non-definable-global-function.js → test/language/eval-code/direct/non-definable-global-function.js
Executable file → Normal file
0
test/language/eval-code/non-definable-global-generator.js → test/language/eval-code/direct/non-definable-global-generator.js
Executable file → Normal file
0
test/language/eval-code/non-definable-global-generator.js → test/language/eval-code/direct/non-definable-global-generator.js
Executable file → Normal file
0
test/language/eval-code/non-definable-global-var.js → test/language/eval-code/direct/non-definable-global-var.js
Executable file → Normal file
0
test/language/eval-code/non-definable-global-var.js → test/language/eval-code/direct/non-definable-global-var.js
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user