Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Side by Side Diff: crosstest/crosstest.cfg

Issue 987503004: Subzero: Run cross tests as a much more configurable python script. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Add import to be safe Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Makefile.standalone ('k') | crosstest/lit.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [simple_loop]
2 driver: simple_loop_main.c
3 test: simple_loop.c
4
5 [mem_intrin]
6 driver: mem_intrin_main.cpp
7 test: mem_intrin.cpp
8
9 [test_arith]
10 driver: test_arith_main.cpp
11 test: test_arith.cpp test_arith_frem.ll test_arith_sqrt.ll
12
13 [test_bitmanip]
14 driver: test_bitmanip_main.cpp
15 test: test_bitmanip.cpp test_bitmanip_intrin.ll
16
17 [test_calling_conv]
18 driver: test_calling_conv_main.cpp
19 test: test_calling_conv.cpp
20
21 [test_cast]
22 driver: test_cast_main.cpp
23 test: test_cast.cpp test_cast_to_u1.ll test_cast_vectors.ll
24
25 [test_fcmp]
26 driver: test_fcmp_main.cpp
27 test: test_fcmp.pnacl.ll
28
29 [test_global]
30 driver: test_global_main.cpp
31 test: test_global.cpp
32
33 [test_icmp]
34 driver: test_icmp_main.cpp
35 test: test_icmp.cpp test_icmp_i1vec.ll
36
37 [test_select]
38 driver: test_select_main.cpp
39 test: test_select.ll
40
41 [test_stacksave]
42 driver: test_stacksave_main.c
43 test: test_stacksave.c
44
45 [test_sync_atomic]
46 driver: test_sync_atomic_main.cpp
47 # Compile the non-Subzero object files straight from source since the native
48 # LLVM backend does not understand how to lower NaCl-specific intrinsics.
49 flags: --crosstest-bitcode=0
50 test: test_sync_atomic.cpp
51
52 [test_vector_ops]
53 driver: test_vector_ops_main.cpp
54 test: test_vector_ops.ll
OLDNEW
« no previous file with comments | « Makefile.standalone ('k') | crosstest/lit.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698