forked from OSchip/llvm-project
Move "concurrent events" tests back into one folder
These tests all test very similar things, and use the same inferior. They were only placed in separate folders to achieve better paralelization. Now that we paralelize at a file level, this is no longer relevant, and we can put them together again. llvm-svn: 326159
This commit is contained in:
parent
f1c058d99b
commit
de872a697a
|
@ -32,13 +32,12 @@ class ConcurrentEventsBase(TestBase):
|
|||
super(ConcurrentEventsBase, self).setUp()
|
||||
# Find the line number for our breakpoint.
|
||||
self.filename = 'main.cpp'
|
||||
source_relpath = os.path.join(os.path.pardir, self.filename)
|
||||
self.thread_breakpoint_line = line_number(
|
||||
source_relpath, '// Set breakpoint here')
|
||||
self.filename, '// Set breakpoint here')
|
||||
self.setup_breakpoint_line = line_number(
|
||||
source_relpath, '// Break here and adjust num')
|
||||
self.filename, '// Break here and adjust num')
|
||||
self.finish_breakpoint_line = line_number(
|
||||
source_relpath, '// Break here and verify one thread is active')
|
||||
self.filename, '// Break here and verify one thread is active')
|
||||
|
||||
def describe_threads(self):
|
||||
ret = []
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
LEVEL = ../../../../make
|
||||
LEVEL = ../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
|
@ -1,10 +0,0 @@
|
|||
LEVEL = ../../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
||||
main.cpp: ../main.cpp
|
||||
cp $< $@
|
Loading…
Reference in New Issue