jit: add switch statements
[official-gcc.git] / gcc / testsuite / jit.dg / all-non-failing-tests.h
blob36a616018d50b82f34e92c7a326757a5e27a7061
1 /* This file is used by test-combination.c and test-threads.c to
2 bring all of the non-failing test cases into one source file,
3 renaming each "create_code" and "verify_code" hook so that they
4 each have unique name. */
6 /* Include various other test cases, defining COMBINED_TEST so that
7 harness.h doesn't duplicate copes of e.g. main, and renaming the
8 hooks provided by each test case. */
9 #define COMBINED_TEST
11 /* test-accessing-struct.c */
12 #define create_code create_code_accessing_struct
13 #define verify_code verify_code_accessing_struct
14 #include "test-accessing-struct.c"
15 #undef create_code
16 #undef verify_code
18 /* test-accessing-union.c */
19 #define create_code create_code_accessing_union
20 #define verify_code verify_code_accessing_union
21 #include "test-accessing-union.c"
22 #undef create_code
23 #undef verify_code
25 /* test-arith-overflow.c */
26 #define create_code create_code_arith_overflow
27 #define verify_code verify_code_arith_overflow
28 #include "test-arith-overflow.c"
29 #undef create_code
30 #undef verify_code
32 /* test-array-as-pointer.c */
33 #define create_code create_code_array_as_pointer
34 #define verify_code verify_code_array_as_pointer
35 #include "test-array-as-pointer.c"
36 #undef create_code
37 #undef verify_code
39 /* test-arrays.c */
40 #define create_code create_code_arrays
41 #define verify_code verify_code_arrays
42 #include "test-arrays.c"
43 #undef create_code
44 #undef verify_code
46 /* test-calling-external-function.c */
47 #define create_code create_code_calling_external_function
48 #define verify_code verify_code_calling_external_function
49 #include "test-calling-external-function.c"
50 #undef create_code
51 #undef verify_code
53 /* test-calling-function-ptr.c */
54 #define create_code create_code_calling_function_ptr
55 #define verify_code verify_code_calling_function_ptr
56 #include "test-calling-function-ptr.c"
57 #undef create_code
58 #undef verify_code
60 /* test-compound-assignment.c */
61 #define create_code create_code_compound_assignment
62 #define verify_code verify_code_compound_assignment
63 #include "test-compound-assignment.c"
64 #undef create_code
65 #undef verify_code
67 /* test-constants.c */
68 #define create_code create_code_constants
69 #define verify_code verify_code_constants
70 #include "test-constants.c"
71 #undef create_code
72 #undef verify_code
74 /* test-debug-strings.c */
75 #define create_code create_code_debug_strings
76 #define verify_code verify_code_debug_strings
77 #include "test-debug-strings.c"
78 #undef create_code
79 #undef verify_code
81 /* test-dot-product.c */
82 #define create_code create_code_dot_product
83 #define verify_code verify_code_dot_product
84 #include "test-dot-product.c"
85 #undef create_code
86 #undef verify_code
88 /* test-error-*.c: We don't use these test cases, since they deliberately
89 introduce errors, which we don't want here. */
91 /* test-expressions.c */
92 #define create_code create_code_expressions
93 #define verify_code verify_code_expressions
94 #include "test-expressions.c"
95 #undef create_code
96 #undef verify_code
98 /* test-extra-options.c: We don't use this one, since the extra options
99 affect the whole context. */
101 /* test-factorial.c */
102 #define create_code create_code_factorial
103 #define verify_code verify_code_factorial
104 #include "test-factorial.c"
105 #undef create_code
106 #undef verify_code
108 /* test-fibonacci.c */
109 #define create_code create_code_fibonacci
110 #define verify_code verify_code_fibonacci
111 #include "test-fibonacci.c"
112 #undef create_code
113 #undef verify_code
115 /* test-functions.c */
116 #define create_code create_code_functions
117 #define verify_code verify_code_functions
118 #include "test-functions.c"
119 #undef create_code
120 #undef verify_code
122 /* test-hello-world.c */
123 #define create_code create_code_hello_world
124 #define verify_code verify_code_hello_world
125 #include "test-hello-world.c"
126 #undef create_code
127 #undef verify_code
129 /* test-linked-list.c */
130 #define create_code create_code_linked_list
131 #define verify_code verify_code_linked_list
132 #include "test-linked-list.c"
133 #undef create_code
134 #undef verify_code
136 /* test-long-names.c */
137 #define create_code create_code_long_names
138 #define verify_code verify_code_long_names
139 #include "test-long-names.c"
140 #undef create_code
141 #undef verify_code
143 /* test-quadratic.c */
144 #define create_code create_code_quadratic
145 #define verify_code verify_code_quadratic
146 #include "test-quadratic.c"
147 #undef create_code
148 #undef verify_code
150 /* test-nested-loops.c */
151 #define create_code create_code_nested_loop
152 #define verify_code verify_code_nested_loop
153 #include "test-nested-loops.c"
154 #undef create_code
155 #undef verify_code
157 /* test-reading-struct.c */
158 #define create_code create_code_reading_struct
159 #define verify_code verify_code_reading_struct
160 #include "test-reading-struct.c"
161 #undef create_code
162 #undef verify_code
164 /* test-string-literal.c */
165 #define create_code create_code_string_literal
166 #define verify_code verify_code_string_literal
167 #include "test-string-literal.c"
168 #undef create_code
169 #undef verify_code
171 /* test-sum-of-squares.c */
172 #define create_code create_code_sum_of_squares
173 #define verify_code verify_code_sum_of_squares
174 #include "test-sum-of-squares.c"
175 #undef create_code
176 #undef verify_code
178 /* test-switch.c */
179 #define create_code create_code_switch
180 #define verify_code verify_code_switch
181 #include "test-switch.c"
182 #undef create_code
183 #undef verify_code
185 /* test-types.c */
186 #define create_code create_code_types
187 #define verify_code verify_code_types
188 #include "test-types.c"
189 #undef create_code
190 #undef verify_code
192 /* test-using-global.c */
193 #define create_code create_code_using_global
194 #define verify_code verify_code_using_global
195 #include "test-using-global.c"
196 #undef create_code
197 #undef verify_code
199 /* test-validly-unreachable-block.c: We don't use this one, since the use
200 of gcc_jit_context_set_bool_allow_unreachable_blocks affects the whole
201 context. */
203 /* test-volatile.c */
204 #define create_code create_code_volatile
205 #define verify_code verify_code_volatile
206 #include "test-volatile.c"
207 #undef create_code
208 #undef verify_code
210 /* Now expose the individual testcases as instances of this struct. */
212 struct testcase
214 const char *m_name;
215 void (*m_hook_to_create_code) (gcc_jit_context *ctxt,
216 void * user_data);
217 void (*m_hook_to_verify_code) (gcc_jit_context *ctxt,
218 gcc_jit_result *result);
221 const struct testcase testcases[] = {
222 {"accessing_struct",
223 create_code_accessing_struct,
224 verify_code_accessing_struct},
225 {"accessing_union",
226 create_code_accessing_union,
227 verify_code_accessing_union},
228 {"arith_overflow",
229 create_code_arith_overflow,
230 verify_code_arith_overflow},
231 {"array_as_pointer",
232 create_code_array_as_pointer,
233 verify_code_array_as_pointer},
234 {"arrays",
235 create_code_arrays,
236 verify_code_arrays},
237 {"calling_external_function",
238 create_code_calling_external_function,
239 verify_code_calling_external_function},
240 {"calling_function_ptr",
241 create_code_calling_function_ptr,
242 verify_code_calling_function_ptr},
243 {"compound_assignment",
244 create_code_compound_assignment,
245 verify_code_compound_assignment},
246 {"constants",
247 create_code_constants,
248 verify_code_constants},
249 {"debug_strings",
250 create_code_debug_strings,
251 verify_code_debug_strings},
252 {"dot_product",
253 create_code_dot_product,
254 verify_code_dot_product},
255 {"expressions",
256 create_code_expressions,
257 verify_code_expressions},
258 {"factorial",
259 create_code_factorial,
260 verify_code_factorial},
261 {"fibonacci",
262 create_code_fibonacci,
263 verify_code_fibonacci},
264 {"functions",
265 create_code_functions,
266 verify_code_functions},
267 {"hello_world",
268 create_code_hello_world,
269 verify_code_hello_world},
270 {"linked_list",
271 create_code_linked_list,
272 verify_code_linked_list},
273 {"long_names",
274 create_code_long_names,
275 verify_code_long_names},
276 {"quadratic",
277 create_code_quadratic,
278 verify_code_quadratic},
279 {"nested_loop",
280 create_code_nested_loop,
281 verify_code_nested_loop},
282 {"reading_struct ",
283 create_code_reading_struct ,
284 verify_code_reading_struct },
285 {"string_literal",
286 create_code_string_literal,
287 verify_code_string_literal},
288 {"sum_of_squares",
289 create_code_sum_of_squares,
290 verify_code_sum_of_squares},
291 {"switch",
292 create_code_switch,
293 verify_code_switch},
294 {"types",
295 create_code_types,
296 verify_code_types},
297 {"using_global",
298 create_code_using_global,
299 verify_code_using_global},
300 {"volatile",
301 create_code_volatile,
302 verify_code_volatile}
305 const int num_testcases = (sizeof (testcases) / sizeof (testcases[0]));