diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-12-07 15:17:57 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-07 15:17:57 -0800 |
commit | 1f4842db0437edb73896e0d7a03558c5a2c692ba (patch) | |
tree | 5618ca045edd11298fb1353b2b8037ffbe00f99c | |
parent | 92a1c1e242fa6b49573a1f92ac5155400f81cd2f (diff) |
disable test_linespecific in asm
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index b256a04f..8bf71758 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7104,6 +7104,8 @@ def process(filename): assert 'Assertion failed' in str(e), str(e) def test_linespecific(self): + if Settings.ASM_JS: return self.skip('asm always has corrections on') + if '-g' not in Building.COMPILER_TEST_OPTS: Building.COMPILER_TEST_OPTS.append('-g') if self.emcc_args: self.emcc_args += ['--llvm-opts', '0'] # llvm full opts make the expected failures here not happen |