Skip to content

Commit a990b2f

Browse files
committed
[lldb][test] TestCPP20Standard.py: skip on older compilers
Requires C++20 support (at least for the spaceship operator). Seems to work back to Clang-11 (cherry picked from commit 5379189)
1 parent 0ce70fe commit a990b2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/cpp/standards/cpp20/TestCPP20Standard.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from lldbsuite.test import lldbutil
55

66
class TestCPP20Standard(TestBase):
7+
@skipIf(compiler="clang", compiler_version=['<', '11.0'])
78
def test_cpp20(self):
89
"""
910
Tests that we can evaluate an expression in C++20 mode

0 commit comments

Comments
 (0)