PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocks
[official-gcc.git] / gcc / testsuite / jit.dg / all-non-failing-tests.h
blob67a16de9b08d9efab04aa7d697b40e4e8bc38fa3
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-types.c */
179 #define create_code create_code_types
180 #define verify_code verify_code_types
181 #include "test-types.c"
182 #undef create_code
183 #undef verify_code
185 /* test-using-global.c */
186 #define create_code create_code_using_global
187 #define verify_code verify_code_using_global
188 #include "test-using-global.c"
189 #undef create_code
190 #undef verify_code
192 /* test-validly-unreachable-block.c: We don't use this one, since the use
193 of gcc_jit_context_set_bool_allow_unreachable_blocks affects the whole
194 context. */
196 /* test-volatile.c */
197 #define create_code create_code_volatile
198 #define verify_code verify_code_volatile
199 #include "test-volatile.c"
200 #undef create_code
201 #undef verify_code
203 /* Now expose the individual testcases as instances of this struct. */
205 struct testcase
207 const char *m_name;
208 void (*m_hook_to_create_code) (gcc_jit_context *ctxt,
209 void * user_data);
210 void (*m_hook_to_verify_code) (gcc_jit_context *ctxt,
211 gcc_jit_result *result);
214 const struct testcase testcases[] = {
215 {"accessing_struct",
216 create_code_accessing_struct,
217 verify_code_accessing_struct},
218 {"accessing_union",
219 create_code_accessing_union,
220 verify_code_accessing_union},
221 {"arith_overflow",
222 create_code_arith_overflow,
223 verify_code_arith_overflow},
224 {"array_as_pointer",
225 create_code_array_as_pointer,
226 verify_code_array_as_pointer},
227 {"arrays",
228 create_code_arrays,
229 verify_code_arrays},
230 {"calling_external_function",
231 create_code_calling_external_function,
232 verify_code_calling_external_function},
233 {"calling_function_ptr",
234 create_code_calling_function_ptr,
235 verify_code_calling_function_ptr},
236 {"compound_assignment",
237 create_code_compound_assignment,
238 verify_code_compound_assignment},
239 {"constants",
240 create_code_constants,
241 verify_code_constants},
242 {"debug_strings",
243 create_code_debug_strings,
244 verify_code_debug_strings},
245 {"dot_product",
246 create_code_dot_product,
247 verify_code_dot_product},
248 {"expressions",
249 create_code_expressions,
250 verify_code_expressions},
251 {"factorial",
252 create_code_factorial,
253 verify_code_factorial},
254 {"fibonacci",
255 create_code_fibonacci,
256 verify_code_fibonacci},
257 {"functions",
258 create_code_functions,
259 verify_code_functions},
260 {"hello_world",
261 create_code_hello_world,
262 verify_code_hello_world},
263 {"linked_list",
264 create_code_linked_list,
265 verify_code_linked_list},
266 {"long_names",
267 create_code_long_names,
268 verify_code_long_names},
269 {"quadratic",
270 create_code_quadratic,
271 verify_code_quadratic},
272 {"nested_loop",
273 create_code_nested_loop,
274 verify_code_nested_loop},
275 {"reading_struct ",
276 create_code_reading_struct ,
277 verify_code_reading_struct },
278 {"string_literal",
279 create_code_string_literal,
280 verify_code_string_literal},
281 {"sum_of_squares",
282 create_code_sum_of_squares,
283 verify_code_sum_of_squares},
284 {"types",
285 create_code_types,
286 verify_code_types},
287 {"using_global",
288 create_code_using_global,
289 verify_code_using_global},
290 {"volatile",
291 create_code_volatile,
292 verify_code_volatile}
295 const int num_testcases = (sizeof (testcases) / sizeof (testcases[0]));