Skip to content

Commit 970152b

Browse files
committed
[lldb] Add issue link for TestUniqueTypes4.py Windows skip
The changes to this test uncovered a pre-existing issue that I've documented in the linked issue.
1 parent a7c05bf commit 970152b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/lang/cpp/unique-types4/TestUniqueTypes4.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ def do_test(self, debug_flags):
3131
self.expect_expr("ns::FooDouble::value", result_type="double", result_value="0")
3232
self.expect_expr("ns::FooInt::value", result_type="int", result_value="0")
3333

34-
@skipIfWindows # Skip on windows until we can track down why this stopped working
34+
@skipIfWindows # https://github.com/llvm/llvm-project/issues/75936
3535
@skipIf(compiler=no_match("clang"))
3636
@skipIf(compiler_version=["<", "15.0"])
3737
def test_simple_template_names(self):
3838
self.do_test(dict(CFLAGS_EXTRAS="-gsimple-template-names"))
3939

40-
@skipIfWindows # Skip on windows until we can track down why this stopped working
40+
@skipIfWindows # https://github.com/llvm/llvm-project/issues/75936
4141
@skipIf(compiler=no_match("clang"))
4242
@skipIf(compiler_version=["<", "15.0"])
4343
def test_no_simple_template_names(self):

0 commit comments

Comments
 (0)