]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/depstest/depstest.py
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / depstest / depstest.py
index d83937db640cb98133c674cd1df3272a9ad82a19..83dbfc063cab22634467c60f8b042cff6c8a15ca 100755 (executable)
@@ -107,6 +107,10 @@ def _ReadLibrary(root_path, library_name):
 allowed_errors = (
   ("common/umutex.o", "std::__throw_system_error(int)"),
   ("common/umutex.o", "std::uncaught_exception()"),
+  ("common/umutex.o", "std::__once_callable"),
+  ("common/umutex.o", "std::__once_call"),
+  ("common/umutex.o", "__once_proxy"),
+  ("common/umutex.o", "__tls_get_addr"),
   ("common/unifiedcache.o", "std::__throw_system_error(int)"),
 )