Skip to content

Commit 8a5d132

Browse files
author
Aleksandra Pasek
committed
Skip few more tests using Python on cross targets
Python is generally unavailable on cross targets. Skip these tests for the time being. Issue #5 opened on gnatcoll-core to adapt these tests to omit the use of Python. TN: T616-039
1 parent 81b6db5 commit 8a5d132

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)