-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathignore_for_compile.tests
108 lines (79 loc) · 2.91 KB
/
ignore_for_compile.tests
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# WRONG TRANSFO TO FIX
tests/matrix/intro_mops/matrix_intro_mops_doc_exp.cpp
tests/matrix/intro_mops/matrix_intro_mops_exp.cpp
tests/matrix/intro_mindex/matrix_intro_mindex_doc_exp.cpp
tests/matrix/intro_mindex/matrix_intro_mindex_basic_doc_exp.cpp
tests/matrix/intro_mindex/matrix_intro_mindex_exp.cpp
tests/loop/slide/loop_slide_doc_exp.cpp
tests/loop/hoist/loop_hoist_basic_doc_exp.cpp
# need to insert optitrust.h either via script or in cpp source
tests/align/alloc/align_alloc_doc_exp.cpp
tests/align/alloc/align_alloc_exp.cpp
# missing MALLOC_ALIGNED1
tests/instr/read_last_write/instr_read_last_write_doc_exp.cpp
# the transfo needs to remove a 'get'
tests/loop/move/loop_move_exp.cpp
# avoid binding x inside a loop on x
tests/record/rename_fields/record_rename_fields_exp.cpp
tests/matrix/local_name_obj/matrix_local_name_obj_exp.cpp
# other issues
tests/record/to_variables/record_to_variables_exp.cpp
# the test is semantically incorrect
tests/function/beta/function_beta_basic_exp.cpp
# variable x should be public in class
tests/aos_to_soa/typedef/aos_to_soa_typedef_exp.cpp
# boggus
# OUTPUT DISPLAY TO FIX
tests/function/inline/function_inline_exp.cpp
# display 'int;'
tests/function/uninline/function_uninline_basic_exp.cpp
# higher-order functions should use c++ syntax
tests/loop/shift/loop_shift_basic_exp.cpp
# double display of 'const'
tests/matrix/simpl/matrix_simpl_exp.cpp
# missing extern in display
tests/matrix/stack_copy/matrix_stack_copy_exp.cpp
# 'ref' shown in display
tests/variable/bind/variable_bind_exp.cpp
# mysterious C syntax
# NOT MEANT TO COMPILE
# - the 'CHOOSE' token is meant to be inlined
tests/variable/delocalize_in_vars/variable_delocalize_in_vars_doc_exp.cpp
tests/variable/delocalize_in_vars/variable_delocalize_in_vars_exp.cpp
tests/variable/delocalize/variable_delocalize_exp.cpp
# - change type to an incompatible type
tests/variable/change_type/variable_change_type_exp.cpp
# FUTURE WORK
# ast wip
tests/ast/cpp_ast_exp.cpp
tests/ast/c_stackvar_ptr_exp.cpp
tests/ast/c_stackvar_exp.cpp
tests/ast/c_infix_exp.cpp
tests/ast/c_features_exp.cpp
tests/ast/c_address_exp.cpp
# apac not supported
tests/apac/unfold_let_mult_const/apac_unfold_let_mult_const_exp.cpp
tests/apac/heapify/apac_heapify_exp.cpp
tests/apac/constify_args/apac_constify_args_exp.cpp
# omp not supported
tests/omp/teams4_exp.cpp
tests/omp/teams3_exp.cpp
tests/omp/teams2_exp.cpp
tests/omp/teams1_exp.cpp
tests/omp/taskyield1_exp.cpp
tests/omp/task_dep5_exp.cpp
tests/omp/target_data3_exp.cpp
tests/omp/target3_exp.cpp
tests/omp/target2_exp.cpp
tests/omp/target1_exp.cpp
tests/omp/simd8_exp.cpp
tests/omp/simd2_exp.cpp
tests/omp/reduction4_exp.cpp
tests/omp/private1_exp.cpp
tests/omp/get_nthrs1_exp.cpp
tests/omp/async_target4_exp.cpp
tests/omp/async_target3_exp.cpp
tests/omp/async_target2_exp.cpp
tests/omp/array_sections4_exp.cpp
tests/omp/array_sections3_exp.cpp
tests/omp/array_sections2_exp.cpp