Changeset 456215a
- Timestamp:
- Sep 1, 2022, 11:21:53 AM (2 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation
- Children:
- 8b95bab
- Parents:
- b443db0
- Location:
- tests
- Files:
-
- 4 deleted
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
tests/meta/.expect/arch.arm64.txt
rb443db0 r456215a 1 meta/arch Vast.cfa:28:1 error: Cannot choose between 3 alternatives for expression1 meta/arch.cfa:28:1 error: Cannot choose between 3 alternatives for expression 2 2 Explicit Cast of: 3 3 Name: FA64 -
tests/meta/.expect/arch.x64.txt
rb443db0 r456215a 1 meta/arch Vast.cfa:28:1 error: Cannot choose between 3 alternatives for expression1 meta/arch.cfa:28:1 error: Cannot choose between 3 alternatives for expression 2 2 Explicit Cast of: 3 3 Name: FX64 -
tests/meta/.expect/arch.x86.txt
rb443db0 r456215a 1 meta/arch Vast.cfa:28:1 error: Cannot choose between 3 alternatives for expression1 meta/arch.cfa:28:1 error: Cannot choose between 3 alternatives for expression 2 2 Explicit Cast of: 3 3 Name: FX86 -
tests/meta/arch.cfa
rb443db0 r456215a 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // arch Vast.cfa -- Check if all combinations are of ast/arch are properly distinguished7 // arch.cfa -- Check if all architectures are properly distinguished by the test suite 8 8 // 9 9 // Author : Thierry Delisle
Note: See TracChangeset
for help on using the changeset viewer.