diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-03-03 16:36:10 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-03-03 16:36:10 -0800 |
commit | e303c7f81082f6d49a52e9b7b0db1ff131d6efb6 (patch) | |
tree | ae4e5ff2b4fedfb78a529858d6613ec72f6f35b6 | |
parent | 4d94ef65a6e9fc7bd4634e871e50fdda08c227a6 (diff) |
disable tests/cases/sillyfuncast2 in fastcomp - we do not attempt to correct errors in improper function calls with the wrong type (but we do warn in this test)
-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 6ea0614a..3ee02d3c 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', # current fastcomp limitations FIXME + 'quoted', 'sillyfuncast2', # current fastcomp limitations FIXME 'atomicrmw_unaligned' # TODO XXX ]: continue if '_ta2' in shortname and not Settings.USE_TYPED_ARRAYS == 2: |