Test for ultima
LWisteria opened this issue · 6 comments
LWisteria commented
There is no test for ultima itself. That absence could be problem.
vorj commented
@LWisteria I made the template of test case for ultima in #202.
Then, what should we check? Please let me know your opinion.
These are the test cases what I conceived:
- General conversions
- Type cast
- Function style cast
- C++ cast
- Constructor
- Template instantiation
- Overload mangling
- Tricking
half
- Type cast
- Specific Conversions
-
CArray<T, N>
to__global T*, CArray_N
- Operator overloading for
CArray
- Member functions for
CArray
andCIndexer
- Header name mutation
- Begin/end print out directives
- Elementwise/reduction kernel conversion
-
LWisteria commented
LWisteria commented
Anyway, this issue is not on the beta2 milestone thus #153 's priority is higher.
vorj commented
OK, so I will create those test cases later.