From ed95123a07aac6aaedd56e08825efbb5c737d110 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 22 May 2024 12:17:31 -0700 Subject: [PATCH] Disable a test to allow LLVM to roll in (#21978) --- test/test_other.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_other.py b/test/test_other.py index 5df83c6387f0..4e19b14be749 100644 --- a/test/test_other.py +++ b/test/test_other.py @@ -8612,7 +8612,8 @@ def test_metadce_libcxxabi_message(self, *args): @parameterized({ 'js_fs': (['-O3', '-sNO_WASMFS'], [], []), # noqa - 'wasmfs': (['-O3', '-sWASMFS'], [], []), # noqa + # XXX disabled for LLVM roll + # 'wasmfs': (['-O3', '-sWASMFS'], [], []), # noqa }) def test_metadce_files(self, *args): self.run_metadce_test('files.cpp', *args)