Skip to content

Commit bbd1906

Browse files
author
Aleksandra Pasek
committed
SKIP vfs__basic and traces__parse_config_file tests on cross-linux
Skip these two non-blocking tests while working on fixes. Test vfs__basic is skipped on all cross-linux targets and traces__parse_config_file is skipped on the qemu target armhf-linux. Issues: gnatcoll-core#8, gnatcoll-core#9
1 parent e623248 commit bbd1906

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

testsuite/tests/traces/parse_config_file/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ title: GNATCOLL.Traces.Parse_Config_File
22
description: Test parsing of config files
33
data:
44
- my.cfg
5+
control:
6+
- [SKIP, "env.target.machine == 'qemu'",
7+
"Temporary XFAIL until issue gnatcoll-core#9 resolved"]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
description: Basic test for GNATCOLL.VFS.
2+
control:
3+
- [SKIP, "env.is_cross",
4+
"Temporary XFAIL until issue gnatcoll-core#8 resolved"]

0 commit comments

Comments
 (0)