Skip to content

Commit 2e4fdb0

Browse files
authored
[test] Add lto test configs to passing_core_test_modes. NFC (#25665)
Without this, one cannot do things like `./test/runner lto0.test_foo*`.
1 parent ee63c08 commit 2e4fdb0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/runner.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
'core3',
6060
'cores',
6161
'corez',
62+
'lto0',
63+
'lto1',
64+
'lto2',
65+
'lto3',
66+
'ltos',
67+
'ltoz',
6268
'core_2gb',
6369
'strict',
6470
'strict_js',

0 commit comments

Comments
 (0)