File tree Expand file tree Collapse file tree 7 files changed +15
-9
lines changed
Semmle.Autobuild.CSharp.Tests
Semmle.Autobuild.Cpp.Tests Expand file tree Collapse file tree 7 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,10 @@ test_suite(
7474 name = "unit-tests" ,
7575 tags = ["csharp" ],
7676 tests = [
77- "//csharp/autobuilder/Semmle.Autobuild.CSharp.Tests" ,
78- "//csharp/autobuilder/Semmle.Autobuild.Cpp.Tests" ,
79- "//csharp/extractor/Semmle.Extraction.Tests" ,
77+ "//csharp/autobuilder/Semmle.Autobuild.CSharp.Tests:acst" ,
78+ "//csharp/autobuilder/Semmle.Autobuild.Cpp.Tests:acpt" ,
79+ "//csharp/extractor/Semmle.Extraction.Tests:et" ,
80+ # this test suite currently fails, disable for now
81+ # "//csharp/extractor/Semmle.Util.Tests:ut",
8082 ],
8183)
Original file line number Diff line number Diff line change 44)
55
66codeql_xunit_test (
7- name = "Semmle.Autobuild.CSharp.Tests" ,
7+ # short name as we run into long path limitations on Windows
8+ name = "acst" ,
89 srcs = glob ([
910 "*.cs" ,
1011 ]),
Original file line number Diff line number Diff line change 44)
55
66codeql_xunit_test (
7- name = "Semmle.Autobuild.Cpp.Tests" ,
7+ # short name as we run into long path limitations on Windows
8+ name = "acpt" ,
89 srcs = glob ([
910 "*.cs" ,
1011 ]),
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ codeql_csharp_library(
1010 "SourceGenerators/**/*.cs" ,
1111 ]),
1212 allow_unsafe_blocks = True ,
13- internals_visible_to = ["Semmle.Extraction.Tests " ],
13+ internals_visible_to = ["et " ],
1414 visibility = ["//csharp:__subpackages__" ],
1515 deps = [
1616 "//csharp/extractor/Semmle.Extraction.CSharp" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ codeql_csharp_library(
88 srcs = glob ([
99 "*.cs" ,
1010 ]),
11- internals_visible_to = ["Semmle.Extraction.Tests " ],
11+ internals_visible_to = ["et " ],
1212 visibility = ["//csharp:__subpackages__" ],
1313 deps = [
1414 "//csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching" ,
Original file line number Diff line number Diff line change 44)
55
66codeql_xunit_test (
7- name = "Semmle.Extraction.Tests" ,
7+ # short name as we run into long path limitations on Windows
8+ name = "et" ,
89 srcs = glob ([
910 "*.cs" ,
1011 ]),
Original file line number Diff line number Diff line change 44)
55
66codeql_xunit_test (
7- name = "Semmle.Util.Tests" ,
7+ # short name as we run into long path limitations on Windows
8+ name = "ut" ,
89 srcs = glob ([
910 "*.cs" ,
1011 ]),
You can’t perform that action at this time.
0 commit comments