Skip to content

Commit 261f784

Browse files
committed
big-integers/big-reals: add XFAILs on Windows
Change-Id: I88d13b781bd9060d50fa330c752b027cdc9e264b TN: UA19-042
1 parent 64eb073 commit 261f784

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
driver: python
2+
control:
3+
# TODO: remove this limitation once UA22-033 is implemented
4+
- [XFAIL, "env.target.os.name == 'windows'", "uint32_t not available on Windows"]

testsuite/tests/big-reals/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
driver: python
2+
control:
3+
# TODO: remove this limitation once UA22-033 is implemented
4+
- [XFAIL, "env.target.os.name == 'windows'", "uint32_t not available on Windows"]

0 commit comments

Comments
 (0)