Skip to content

Commit

Permalink
Re-enable test after LLVM roll (#21982)
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed May 24, 2024
1 parent 54e4285 commit 4add03f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion test/other/metadce/test_metadce_files_wasmfs.funcs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ $main
$memcmp
$memmove
$operator\20delete\28void*\29
$operator\20delete\28void*\2c\20unsigned\20long\29
$operator\20new\28unsigned\20long\29
$pthread_mutex_init
$sbrk
Expand Down Expand Up @@ -80,9 +81,9 @@ $std::__2::vector<unsigned\20char\2c\20std::__2::allocator<unsigned\20char>>::__
$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
$std::__throw_bad_alloc\28\29
$strlen
$void\20std::__2::__libcpp_operator_delete\5babi:nn180100\5d<void*>\28void*\29
$wasmfs::DataFile::Handle::flush\28\29
$wasmfs::DataFile::Handle::write\28unsigned\20char\20const*\2c\20unsigned\20long\2c\20long\20long\29
$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
$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
$wasmfs::Directory::Handle::getChild\28std::__2::basic_string<char\2c\20std::__2::char_traits<char>\2c\20std::__2::allocator<char>>\20const&\29
$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
Expand Down
2 changes: 1 addition & 1 deletion test/other/metadce/test_metadce_files_wasmfs.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
50961
51023
3 changes: 1 addition & 2 deletions test/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -8631,8 +8631,7 @@ def test_metadce_libcxxabi_message(self, *args):

@parameterized({
'js_fs': (['-O3', '-sNO_WASMFS'], [], []), # noqa
# XXX disabled for LLVM roll
# 'wasmfs': (['-O3', '-sWASMFS'], [], []), # noqa
'wasmfs': (['-O3', '-sWASMFS'], [], []), # noqa
})
def test_metadce_files(self, *args):
self.run_metadce_test('files.cpp', *args)
Expand Down

0 comments on commit 4add03f

Please sign in to comment.