Skip to content

Commit 4add03f

Browse files
authored
Re-enable test after LLVM roll (#21982)
1 parent 54e4285 commit 4add03f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/other/metadce/test_metadce_files_wasmfs.funcs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ $main
4040
$memcmp
4141
$memmove
4242
$operator\20delete\28void*\29
43+
$operator\20delete\28void*\2c\20unsigned\20long\29
4344
$operator\20new\28unsigned\20long\29
4445
$pthread_mutex_init
4546
$sbrk
@@ -80,9 +81,9 @@ $std::__2::vector<unsigned\20char\2c\20std::__2::allocator<unsigned\20char>>::__
8081
$std::__2::vector<wasmfs::MemoryDirectory::ChildEntry\2c\20std::__2::allocator<wasmfs::MemoryDirectory::ChildEntry>>::erase\5babi:nn180100\5d\28std::__2::__wrap_iter<wasmfs::MemoryDirectory::ChildEntry\20const*>\29
8182
$std::__throw_bad_alloc\28\29
8283
$strlen
83-
$void\20std::__2::__libcpp_operator_delete\5babi:nn180100\5d<void*>\28void*\29
8484
$wasmfs::DataFile::Handle::flush\28\29
8585
$wasmfs::DataFile::Handle::write\28unsigned\20char\20const*\2c\20unsigned\20long\2c\20long\20long\29
86+
$wasmfs::Directory::Entry*\20std::__2::vector<wasmfs::Directory::Entry\2c\20std::__2::allocator<wasmfs::Directory::Entry>>::__push_back_slow_path<wasmfs::Directory::Entry>\28wasmfs::Directory::Entry&&\29
8687
$wasmfs::Directory::Handle::cacheChild\28std::__2::basic_string<char\2c\20std::__2::char_traits<char>\2c\20std::__2::allocator<char>>\20const&\2c\20std::__2::shared_ptr<wasmfs::File>\2c\20wasmfs::Directory::DCacheKind\29
8788
$wasmfs::Directory::Handle::getChild\28std::__2::basic_string<char\2c\20std::__2::char_traits<char>\2c\20std::__2::allocator<char>>\20const&\29
8889
$wasmfs::Directory::Handle::insertDirectory\28std::__2::basic_string<char\2c\20std::__2::char_traits<char>\2c\20std::__2::allocator<char>>\20const&\2c\20unsigned\20int\29
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
50961
1+
51023

test/test_other.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8631,8 +8631,7 @@ def test_metadce_libcxxabi_message(self, *args):
86318631

86328632
@parameterized({
86338633
'js_fs': (['-O3', '-sNO_WASMFS'], [], []), # noqa
8634-
# XXX disabled for LLVM roll
8635-
# 'wasmfs': (['-O3', '-sWASMFS'], [], []), # noqa
8634+
'wasmfs': (['-O3', '-sWASMFS'], [], []), # noqa
86368635
})
86378636
def test_metadce_files(self, *args):
86388637
self.run_metadce_test('files.cpp', *args)

0 commit comments

Comments
 (0)