Skip to content

Commit 3022d10

Browse files
authored
Add LSan and ASan test modes to non_core_test_modes (#9011)
This allows glob patterns like `asan.test_a*` to be used on ASan and LSan tests.
1 parent ca6a320 commit 3022d10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/runner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ def create_test_file(name, contents, binary=False):
289289
'sockets',
290290
'interactive',
291291
'benchmark',
292+
'asan',
293+
'lsan',
292294
]
293295

294296
test_index = 0

0 commit comments

Comments
 (0)