Skip to content

Commit 81b6db5

Browse files
author
Aleksandra Pasek
committed
Merge branch 'topic/SKIP-Python-tests-on-cross-targets' into 'master'
Skip tests that use python on cross targets See merge request eng/toolchain/gnatcoll-core!27
2 parents de9f59e + 37321d1 commit 81b6db5

File tree

10 files changed

+19
-0
lines changed

10 files changed

+19
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
title: GNATCOLL.OS.Process Args Tests (High Level API)
22
data: ["test_data/*.py"]
3+
control:
4+
- [SKIP, "env.is_cross", "Test uses python which is not available on cross targets"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
title: GNATCOLL.OS.Process Check that we can write on stderr in the child process
2+
control:
3+
- [SKIP, "env.is_cross", "Test uses python which is not available on cross targets"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
title: GNATCOLL.OS.Process Env Tests (High Level API)
22
data: ["test_data/*.py"]
3+
control:
4+
- [SKIP, "env.is_cross", "Test uses python which is not available on cross targets"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
title: GNATCOLL.OS.Process check that exit status are catched correctly
2+
control:
3+
- [SKIP, "env.is_cross", "Test uses python which is not available on cross targets"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
title: Check that GNATCOLL.OS.Process release runtime lock in case of error
22
timeout: 10
3+
control:
4+
- [SKIP, "env.is_cross", "Test uses python which is not available on cross targets"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
title: GNATCOLL.OS.Process Low Level interface tests
2+
control:
3+
- [SKIP, "env.is_cross", "Test uses python which is not available on cross targets"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
title: GNATCOLL.OS.Process Priority Tests (High Level API)
22
control:
33
- ["SKIP", "env.build.os.name == 'windows'", "Unix only test"]
4+
- [SKIP, "env.is_cross", "Test uses python which is not available on cross targets"]
45
data: ["test_data/*.py"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
title: GNATCOLL.OS.Process State
22
data: ["test_data/*.py"]
3+
control:
4+
- [SKIP, "env.is_cross", "Test uses python which is not available on cross targets"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
title: GNATCOLL.OS.Process Is_Running
22
data: ["test_data/*.py"]
3+
control:
4+
- [SKIP, "env.is_cross", "Test uses python which is not available on cross targets"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
title: GNATCOLL.OS.Process Is_Running
22
data: ["test_data/*.py"]
3+
control:
4+
- [SKIP, "env.is_cross", "Test uses python which is not available on cross targets"]

0 commit comments

Comments
 (0)