File tree 12 files changed +13
-8
lines changed
12 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,5 @@ cuda_env_vars = [
15
15
for var in cuda_env_vars :
16
16
if var in os .environ :
17
17
config .environment [var ] = os .environ [var ]
18
+
19
+ config .traditional_output = True
Original file line number Diff line number Diff line change @@ -17,5 +17,7 @@ if(ARCH STREQUAL "x86")
17
17
18
18
file (GLOB SOURCES ${TEST_SUITE_NURBS_ROOT} /*.cpp)
19
19
llvm_test_executable(nurbs ${SOURCES} )
20
+
21
+ file (COPY lit.local.cfg DESTINATION "${CMAKE_CURRENT_BINARY_DIR} " )
20
22
endif ()
21
23
endif ()
Original file line number Diff line number Diff line change
1
+ config.traditional_output = True
Original file line number Diff line number Diff line change @@ -32,4 +32,6 @@ if(TEST_SUITE_POVRAY_ROOT)
32
32
)
33
33
34
34
llvm_test_executable(povray ${Source} )
35
+
36
+ file (COPY lit.local.cfg DESTINATION "${CMAKE_CURRENT_BINARY_DIR} " )
35
37
endif ()
Original file line number Diff line number Diff line change
1
+ config.traditional_output = True
Original file line number Diff line number Diff line change @@ -40,5 +40,3 @@ if(TEST_SUITE_SPEC2006_ROOT)
40
40
add_subdirectory (CINT2006)
41
41
add_subdirectory (CFP2006)
42
42
endif ()
43
-
44
- file (COPY lit.local.cfg DESTINATION "${CMAKE_CURRENT_BINARY_DIR} " )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ if(TEST_SUITE_SKIDMARKS10_ROOT)
10
10
11
11
llvm_test_run(0 ${TEST_SUITE_SKIDMARKS10_ROOT} /golden
12
12
WORKDIR ${CMAKE_CURRENT_BINARY_DIR} )
13
- llvm_test_verify(${FPCMP}
14
- %o
15
- ${CMAKE_CURRENT_SOURCE_DIR} /skidmarks.reference_output
16
- )
17
13
file (GLOB SOURCES ${TEST_SUITE_SKIDMARKS10_ROOT} /source /*.c)
18
14
llvm_test_executable(skidmarks ${SOURCES} )
19
15
endif ()
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ add_subdirectory(Benchmarks)
3
3
if (NOT TEST_SUITE_BENCHMARKING_ONLY)
4
4
add_subdirectory (UnitTests)
5
5
endif ()
6
+
7
+ file (COPY lit.local.cfg DESTINATION "${CMAKE_CURRENT_BINARY_DIR} " )
Original file line number Diff line number Diff line change
1
+ config.traditional_output = True
Original file line number Diff line number Diff line change
1
+ config.traditional_output = True
1
2
config.single_source = True
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ config.test_format = test.TestSuiteTest()
10
10
config.suffixes = [' .test' ]
11
11
config.excludes = [' ABI-Testsuite' ]
12
12
config.remote_flags = " "
13
- config.traditional_output = True
13
+ config.traditional_output = False
14
14
config.single_source = False
15
15
if ' SSH_AUTH_SOCK' in os.environ:
16
16
config.environment[' SSH_AUTH_SOCK' ] = os.environ[' SSH_AUTH_SOCK' ]
You can’t perform that action at this time.
0 commit comments