We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d11b7f commit 277e55cCopy full SHA for 277e55c
test/lit.cfg.py
@@ -37,7 +37,7 @@
37
# excludes: A list of directories to exclude from the testsuite. The 'Inputs'
38
# subdirectories contain auxiliary inputs for various tests in their parent
39
# directories.
40
-config.excludes = []
+config.excludes = ["benchgc"]
41
42
# test_exec_root: The root path where tests should be run.
43
config.test_exec_root = os.path.join(config.gc_obj_root, "test")
0 commit comments