Skip to content

Commit ebacf44

Browse files
author
Aleksandra Pasek
committed
Merge branch 'topic/SKIP-more-Python-tests-on-cross' into 'master'
Skip few more tests using Python on cross targets See merge request eng/toolchain/gnatcoll-core!28
2 parents 81b6db5 + 8a5d132 commit ebacf44

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
description: Test for GNATCOLL.OS.Dir
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 +1,3 @@
11
description: Test for GNATCOLL.OS.Dir.Walk
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.FSUtil test
22
data: ["data.txt"]
3+
control:
4+
- [SKIP, "env.is_cross", "Test uses python which is not available on cross targets"]

testsuite/tests/os/stat/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
title: GNATCOLL.OS.Stat tests
2+
control:
3+
- [SKIP, "env.is_cross", "Test uses python which is not available on cross targets"]

0 commit comments

Comments
 (0)