Skip to content

Commit 199a9ab

Browse files
author
Aleksandra Pasek
committed
Skip projects* tests for cross targets
These tests require the libutil library which is not present on current cross linux sysroots, but is present on the target boards. Skip these tests for the time being until target sysroots are updated as part of W309-031. TN: T616-039
1 parent 3a3f567 commit 199a9ab

File tree

32 files changed

+69
-8
lines changed

32 files changed

+69
-8
lines changed

testsuite/tests/projects/C_Library_Files/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ data:
99
- "foo.h"
1010
- "main.adb"
1111
- "my_obj"
12+
13+
control:
14+
- [SKIP, "env.is_cross", "Libutil missing from cross-linux sysroots, see T616-039"]

testsuite/tests/projects/aggregated_languages/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ data:
44
- "a.gpr"
55
- "b.gpr"
66
- "aggr.gpr"
7+
control:
8+
- [SKIP, "env.is_cross", "Libutil missing from cross-linux sysroots, see T616-039"]

testsuite/tests/projects/aggregated_projects/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ data:
1515
- "src_e.ads"
1616
control:
1717
- [XFAIL, "env.valgrind", "Known memory leak: see S912-003"]
18+
- [SKIP, "env.is_cross", "Libutil missing from cross-linux sysroots, see T616-039"]

testsuite/tests/projects/c_cpp_extensions/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ description: >
44
predefined in-memory cgpr.
55
data:
66
- "p.gpr"
7+
control:
8+
- [SKIP, "env.is_cross", "Libutil missing from cross-linux sysroots, see T616-039"]

testsuite/tests/projects/custom_name_duplicate/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ data:
99
- "pack.ads_foo"
1010
- "pack2.ads"
1111
- "q"
12+
control:
13+
- [SKIP, "env.is_cross", "Libutil missing from cross-linux sysroots, see T616-039"]

testsuite/tests/projects/custom_package_var/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ data:
55
- "test.adb"
66
- "prj.gpr"
77
- "subprj.gpr"
8+
control:
9+
- [SKIP, "env.is_cross", "Libutil missing from cross-linux sysroots, see T616-039"]

testsuite/tests/projects/extended_project_sources/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ data:
77
- "r.gpr"
88
- "src_p"
99
- "src_q"
10-
- "src_r"
10+
- "src_r"
11+
control:
12+
- [SKIP, "env.is_cross", "Libutil missing from cross-linux sysroots, see T616-039"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
description: External_As_List recognition
22
data:
33
- "abst.gpr"
4+
control:
5+
- [SKIP, "env.is_cross", "Libutil missing from cross-linux sysroots, see T616-039"]
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
description: Complex default value of external in imported project
22
data:
33
- "p.gpr"
4-
- "q.gpr"
4+
- "q.gpr"
5+
control:
6+
- [SKIP, "env.is_cross", "Libutil missing from cross-linux sysroots, see T616-039"]

testsuite/tests/projects/external_default_value_agg/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ data:
88
- "abst.gpr"
99
control:
1010
- [XFAIL, "env.valgrind", "Known memory leak: see S912-005"]
11+
- [SKIP, "env.is_cross", "Libutil missing from cross-linux sysroots, see T616-039"]

0 commit comments

Comments
 (0)