temporarily disable test_simd7; issue #3103

This commit is contained in:
Alon Zakai 2014-12-21 10:59:53 -08:00
Родитель 33dc4b7f83
Коммит 6fa69f8f46
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -5298,6 +5298,7 @@ return malloc(size);
def test_simd7(self):
# test_simd7 is to test negative zero handling.
return self.skip('see issue #3103')
if Settings.ASM_JS: Settings.ASM_JS = 2 # does not validate
if os.environ.get('EMCC_FAST_COMPILER') == '0': return self.skip('needs fastcomp')