Skip to content

Commit 7606653

Browse files
committed
Maybe I need ENABLE_THREADS in the Makefile.
1 parent d526af3 commit 7606653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
C_SOURCES := main.c
22
CFLAGS_EXTRAS := -std=c99
33

4+
ENABLE_THREADS := YES
5+
46
include Makefile.rules

lldb/test/API/functionalities/thread/exit_during_expression/TestExitDuringExpression.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ class TestExitDuringExpression(TestBase):
1414

1515
NO_DEBUG_INFO_TESTCASE = True
1616

17-
# The test file doesn't build on Linux: "undefined reference to pthread_create"
18-
@skipIfLinux
1917
@skipIfWindows
2018
def test_exit_before_one_thread_unwind(self):
2119
"""Test the case where we exit within the one thread timeout"""

0 commit comments

Comments
 (0)