diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-12 20:47:44 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-12 20:47:44 -0800 |
commit | 88d2ba5490b515245143e125b5ae52e27c2ee78c (patch) | |
tree | 9bde32d722b6cf7858b5c182696645fcf1f06a8f | |
parent | e47ffbe2d2224dd0610e43979a35e4cb08c01cc6 (diff) |
enable another test_cases case in fastcomp
-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 399fb2f4..799e47f0 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -5027,7 +5027,7 @@ def process(filename): '2xi40', # pnacl limitations in ExpandGetElementPtr 'legalizer_ta2', '514_ta2', # pnacl limitation in not legalizing i104, i96, etc. 'longjmp_tiny', 'longjmp_tiny_invoke', 'longjmp_tiny_phi', 'longjmp_tiny_phi2', 'longjmp_tiny_invoke_phi', 'indirectbrphi', 'ptrtoint_blockaddr', 'quoted', # current fastcomp limitations FIXME - 'sillyfuncast', 'sillyfuncast2', 'sillybitcast', 'atomicrmw_unaligned' # TODO XXX + 'sillyfuncast2', 'sillybitcast', 'atomicrmw_unaligned' # TODO XXX ]: continue if '_ta2' in shortname and not Settings.USE_TYPED_ARRAYS == 2: print self.skip('case "%s" only relevant for ta2' % shortname) |