Commit 1fc8b22
authored
Remove
This change is split out from emscripten-core#26131.
Requiring a specific engine for test configuration like this should not
be necessary and it prevents individual tests withing the test suite
from then requiring a different engine (i.e. what does mean if the test
suite requires v8 but specific test if marked as `@requires_node`.)
Instead we can just have a single `wasm64` test suite (like we do for
all other other tests suites, and the developer can choose which engine
to use by editing their config.wasm64_v8 test_core configuration. NFC (emscripten-core#26137)1 parent fda71e5 commit 1fc8b22
2 files changed
Lines changed: 2 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9847 | 9847 | | |
9848 | 9848 | | |
9849 | 9849 | | |
9850 | | - | |
9851 | | - | |
| 9850 | + | |
9852 | 9851 | | |
9853 | 9852 | | |
9854 | 9853 | | |
| |||
9893 | 9892 | | |
9894 | 9893 | | |
9895 | 9894 | | |
9896 | | - | |
9897 | | - | |
9898 | | - | |
9899 | | - | |
9900 | | - | |
9901 | 9895 | | |
9902 | 9896 | | |
9903 | 9897 | | |
| |||
9931 | 9925 | | |
9932 | 9926 | | |
9933 | 9927 | | |
9934 | | - | |
9935 | | - | |
9936 | | - | |
| 9928 | + | |
9937 | 9929 | | |
9938 | 9930 | | |
9939 | 9931 | | |
| |||
0 commit comments