Skip to content

Commit b1dbe13

Browse files
authored
Temporarily disable test_metadce_hello_main_module_2 for llvm roll (#17198)
1 parent 9a7230f commit b1dbe13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_other.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7435,7 +7435,8 @@ def test_metadce_cxx(self, *args):
74357435
# we don't metadce with linkable code! other modules may want stuff
74367436
# TODO(sbc): Investivate why the number of exports is order of magnitude
74377437
# larger for wasm backend.
7438-
'main_module_2': (['-O3', '-sMAIN_MODULE=2'], [], []), # noqa
7438+
# Disabled while llvm change rolls in
7439+
#'main_module_2': (['-O3', '-sMAIN_MODULE=2'], [], []), # noqa
74397440
})
74407441
def test_metadce_hello(self, *args):
74417442
self.run_metadce_test('hello_world.cpp', *args)

0 commit comments

Comments
 (0)