diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-18 18:51:52 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-06-18 18:51:52 -0700 |
commit | 52279fa9b201bb151c12d8b494d421c39abad67d (patch) | |
tree | e3556a89a93f32dcdd1d3b5b334d66d925a517f5 | |
parent | 86462ba6a0fa81eec03afc32ee74ffa91928e004 (diff) |
disable new test_varargs in x86 (requires le32 now)
-rwxr-xr-x | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 830b2e18..6519bf05 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -4311,6 +4311,7 @@ def process(filename): def test_varargs(self): if Settings.QUANTUM_SIZE == 1: return self.skip('FIXME: Add support for this') + if not self.is_le32(): return self.skip('we do not support all varargs stuff without le32') src = ''' #include <stdio.h> |