aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2023-12-19 14:25:23 +0000
committerDavid Spickett <david.spickett@linaro.org>2023-12-19 14:25:23 +0000
commit970152bec1ca2e9a924fb8dc92d098bd110b4dae (patch)
treee79459396d5c4694c4d06f41aee7cd554b75d72c
parenta7c05bfd16beba8577d4cbdfd23503ccb0b297d5 (diff)
downloadllvm-970152bec1ca2e9a924fb8dc92d098bd110b4dae.zip
llvm-970152bec1ca2e9a924fb8dc92d098bd110b4dae.tar.gz
llvm-970152bec1ca2e9a924fb8dc92d098bd110b4dae.tar.bz2
[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.
-rw-r--r--lldb/test/API/lang/cpp/unique-types4/TestUniqueTypes4.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/API/lang/cpp/unique-types4/TestUniqueTypes4.py b/lldb/test/API/lang/cpp/unique-types4/TestUniqueTypes4.py
index 876e4fe..30d49eb 100644
--- a/lldb/test/API/lang/cpp/unique-types4/TestUniqueTypes4.py
+++ b/lldb/test/API/lang/cpp/unique-types4/TestUniqueTypes4.py
@@ -31,13 +31,13 @@ class UniqueTypesTestCase4(TestBase):
self.expect_expr("ns::FooDouble::value", result_type="double", result_value="0")
self.expect_expr("ns::FooInt::value", result_type="int", result_value="0")
- @skipIfWindows # Skip on windows until we can track down why this stopped working
+ @skipIfWindows # https://github.com/llvm/llvm-project/issues/75936
@skipIf(compiler=no_match("clang"))
@skipIf(compiler_version=["<", "15.0"])
def test_simple_template_names(self):
self.do_test(dict(CFLAGS_EXTRAS="-gsimple-template-names"))
- @skipIfWindows # Skip on windows until we can track down why this stopped working
+ @skipIfWindows # https://github.com/llvm/llvm-project/issues/75936
@skipIf(compiler=no_match("clang"))
@skipIf(compiler_version=["<", "15.0"])
def test_no_simple_template_names(self):