We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca32f6a commit edd3cfaCopy full SHA for edd3cfa
lldb/test/API/lang/cpp/thread_local/TestThreadLocal.py
@@ -39,6 +39,11 @@ def test_thread_local(self):
39
process.Kill()
40
lldbutil.run_to_breakpoint_do_run(self, target, main_bkpt)
41
42
+ # The test fails during tear down because the module isn't cleared.
43
+ # Even though this test case is marked as xfail, a failure during
44
+ # tear down still counts as an error.
45
+ main_module.Clear()
46
+
47
self.expect(
48
"expr tl_local_int",
49
error=True,
0 commit comments