diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-03-03 17:50:16 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-03-03 17:50:16 -0800 |
commit | a7f7be88de0d636489e46053928bc5b608b8f958 (patch) | |
tree | 5f40fcb506ea47eeda56b3ffeb32c4f308fd6c06 /tests/test_core.py | |
parent | e303c7f81082f6d49a52e9b7b0db1ff131d6efb6 (diff) |
improve testing for statically incorrect calls
Diffstat (limited to 'tests/test_core.py')
-rw-r--r-- | tests/test_core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 3ee02d3c..6ea0614a 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -5202,7 +5202,7 @@ def process(filename): 'structparam', 'extendedprecision', 'issue_39', 'phinonexist', 'oob_ta2', 'phiself', 'invokebitcast', # invalid ir 'structphiparam', 'callwithstructural_ta2', 'callwithstructural64_ta2', 'structinparam', # pnacl limitations in ExpandStructRegs '2xi40', # pnacl limitations in ExpandGetElementPtr - 'quoted', 'sillyfuncast2', # current fastcomp limitations FIXME + 'quoted', # current fastcomp limitations FIXME 'atomicrmw_unaligned' # TODO XXX ]: continue if '_ta2' in shortname and not Settings.USE_TYPED_ARRAYS == 2: |