TestSTL was marked as skipped unconditionally in 2018, undo
It was avoiding a crash at the time on macOS, apparently, and
it skipped the test on all platforms. This test passes for me
now on macOS, let's remove the skip and see how the bots go.
GitOrigin-RevId: d9bc7f7844e803ea622f29e7367c8ba6dccde442
diff --git a/test/API/lang/cpp/stl/TestSTL.py b/test/API/lang/cpp/stl/TestSTL.py
index 357144c..004dc80 100644
--- a/test/API/lang/cpp/stl/TestSTL.py
+++ b/test/API/lang/cpp/stl/TestSTL.py
@@ -12,7 +12,6 @@
class STLTestCase(TestBase):
- @skipIf
@expectedFailureAll(bugnumber="llvm.org/PR36713")
def test(self):
"""Test some expressions involving STL data types."""