diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-12-24 14:25:55 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-12-24 14:25:55 -0800 |
commit | 8178ecd4a7301f2971254707e8f379f9ed91cc3e (patch) | |
tree | 08f6bd461fa5c6ab721c5089a7c0b32bfe2d566f | |
parent | 59051ea5144993b2e2d94bb727e7dc5e33cb140a (diff) |
disable a test requiring unaligned memory 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 5a19ef0c..e61f5c35 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -5033,7 +5033,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', 'indirectbrphi', 'ptrtoint_blockaddr', 'quoted', # current fastcomp limitations FIXME - 'sillyfuncast', 'sillyfuncast2', 'sillybitcast', # TODO very very soon XXX + 'sillyfuncast', '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) |