Changeset 7f6a7c9 for tests/meta
- Timestamp:
- Sep 21, 2022, 11:02:15 AM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, stuck-waitfor-destruct
- Children:
- 95dab9e
- Parents:
- 428adbc (diff), 0bd46fd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- tests/meta
- Files:
-
- 3 deleted
- 4 moved
-
.expect/arch.arm64.txt (moved) (moved from tests/meta/.expect/archVast.nast.arm64.txt ) (1 diff)
-
.expect/arch.x64.txt (moved) (moved from tests/meta/.expect/archVast.nast.x64.txt ) (1 diff)
-
.expect/arch.x86.txt (moved) (moved from tests/meta/.expect/archVast.nast.x86.txt ) (1 diff)
-
.expect/archVast.oast.arm64.txt (deleted)
-
.expect/archVast.oast.x64.txt (deleted)
-
.expect/archVast.oast.x86.txt (deleted)
-
arch.cfa (moved) (moved from tests/meta/archVast.cfa ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/meta/.expect/arch.arm64.txt
r428adbc r7f6a7c9 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
r428adbc r7f6a7c9 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
r428adbc r7f6a7c9 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
r428adbc r7f6a7c9 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.