Commit 4c70054975bd5b85cd3089f88e55fa0f77c099cc
1 parent
c30bbd12c1
Exists in
master
test cases
Showing 30 changed files with 144 additions and 0 deletions Side-by-side Diff
- Checkpoint/arith_gt_float.dat
- Checkpoint/arith_gt_float.glsl
- Checkpoint/arith_gt_float.out
- Checkpoint/arith_post_dec_int.dat
- Checkpoint/arith_post_dec_int.glsl
- Checkpoint/arith_post_dec_int.out
- Checkpoint/arith_pre_inc_int.dat
- Checkpoint/arith_pre_inc_int.glsl
- Checkpoint/arith_pre_inc_int.out
- Checkpoint/for_loop.dat
- Checkpoint/for_loop.glsl
- Checkpoint/for_loop.out
- Checkpoint/func_ret_bool.dat
- Checkpoint/func_ret_bool.glsl
- Checkpoint/func_ret_bool.out
- Checkpoint/if_test.dat
- Checkpoint/if_test.glsl
- Checkpoint/if_test.out
- Checkpoint/multi_ret.dat
- Checkpoint/multi_ret.glsl
- Checkpoint/multi_ret.out
- Checkpoint/switch_basic.dat
- Checkpoint/switch_basic.glsl
- Checkpoint/switch_basic.out
- Checkpoint/vect_assign.dat
- Checkpoint/vect_assign.glsl
- Checkpoint/vect_assign.out
- Checkpoint/while_loop.dat
- Checkpoint/while_loop.glsl
- Checkpoint/while_loop.out
Checkpoint/arith_gt_float.dat
View file @
4c70054
Checkpoint/arith_gt_float.glsl
View file @
4c70054
Checkpoint/arith_gt_float.out
View file @
4c70054
1 | +Result: -1 |
Checkpoint/arith_post_dec_int.dat
View file @
4c70054
Checkpoint/arith_post_dec_int.glsl
View file @
4c70054
Checkpoint/arith_post_dec_int.out
View file @
4c70054
1 | +Result: 9 |
Checkpoint/arith_pre_inc_int.dat
View file @
4c70054
Checkpoint/arith_pre_inc_int.glsl
View file @
4c70054
Checkpoint/arith_pre_inc_int.out
View file @
4c70054
1 | +Result: 12 |
Checkpoint/for_loop.dat
View file @
4c70054
Checkpoint/for_loop.glsl
View file @
4c70054
Checkpoint/for_loop.out
View file @
4c70054
1 | +Result: 1.024000e+03 |
Checkpoint/func_ret_bool.dat
View file @
4c70054
1 | +funct: foo |
Checkpoint/func_ret_bool.glsl
View file @
4c70054
Checkpoint/func_ret_bool.out
View file @
4c70054
1 | +Result: -1 |
Checkpoint/if_test.dat
View file @
4c70054
Checkpoint/if_test.glsl
View file @
4c70054
Checkpoint/if_test.out
View file @
4c70054
1 | +Result: 1.000000e+00 |
Checkpoint/multi_ret.dat
View file @
4c70054
Checkpoint/multi_ret.glsl
View file @
4c70054
Checkpoint/multi_ret.out
View file @
4c70054
1 | +Result: 1 |
Checkpoint/switch_basic.dat
View file @
4c70054
Checkpoint/switch_basic.glsl
View file @
4c70054
Checkpoint/switch_basic.out
View file @
4c70054
1 | +Result: 2.000000e+00 |
Checkpoint/vect_assign.dat
View file @
4c70054
Checkpoint/vect_assign.glsl
View file @
4c70054
Checkpoint/vect_assign.out
View file @
4c70054
1 | +Result: 7.500000e-01 |
Checkpoint/while_loop.dat
View file @
4c70054
Checkpoint/while_loop.glsl
View file @
4c70054
Checkpoint/while_loop.out
View file @
4c70054
1 | +Result: 5050 |