diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-09-25 01:20:34 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-09-25 01:20:34 -0700 |
commit | 3b21d884fbcb3c994931278129bec8dea76bb777 (patch) | |
tree | f66854e934cf036d7c6fdca2c91421488dcc5ca7 /tests/runner.py | |
parent | c1b363f2f4b60f8ed50964790cc15ccc97baea1a (diff) |
improve header constant parsing
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 5bd321da..996b08c5 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -2531,6 +2531,8 @@ if 'benchmark' not in str(sys.argv): self.do_test(src, expected, post_build=add_pre_run, extra_emscripten_args=['-H', 'libc/fcntl.h']) def test_fcntl_misc(self): + return self.skip('TODO: add fadvise.h') + def add_pre_run(filename): src = open(filename, 'r').read().replace( '// {{PRE_RUN_ADDITIONS}}', |