File tree 1 file changed +2
-2
lines changed
lldb/test/API/lang/cpp/unique-types4 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ def do_test(self, debug_flags):
31
31
self .expect_expr ("ns::FooDouble::value" , result_type = "double" , result_value = "0" )
32
32
self .expect_expr ("ns::FooInt::value" , result_type = "int" , result_value = "0" )
33
33
34
- @skipIfWindows # Skip on windows until we can track down why this stopped working
34
+ @skipIfWindows # https://github.com/llvm/llvm-project/issues/75936
35
35
@skipIf (compiler = no_match ("clang" ))
36
36
@skipIf (compiler_version = ["<" , "15.0" ])
37
37
def test_simple_template_names (self ):
38
38
self .do_test (dict (CFLAGS_EXTRAS = "-gsimple-template-names" ))
39
39
40
- @skipIfWindows # Skip on windows until we can track down why this stopped working
40
+ @skipIfWindows # https://github.com/llvm/llvm-project/issues/75936
41
41
@skipIf (compiler = no_match ("clang" ))
42
42
@skipIf (compiler_version = ["<" , "15.0" ])
43
43
def test_no_simple_template_names (self ):
You can’t perform that action at this time.
0 commit comments