[PATCH] D107049: [clang-repl] Re-implement clang-interpreter as a test case.
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 3 06:18:17 PDT 2021
thakis added a comment.
Thanks for fixing! Intel macs are happy now.
But the test is still failing on arm macs: http://45.33.8.238/macm1/17292/step_7.txt
FAIL: Clang-Unit :: Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests/InterpreterTest.CatchException (28440 of 28440)
******************** TEST 'Clang-Unit :: Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests/InterpreterTest.CatchException' FAILED ********************
Script:
--
/Users/thakis/src/llvm-project/out/gn/obj/clang/unittests/Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests --gtest_filter=InterpreterTest.CatchException
--
Note: Google Test filter = InterpreterTest.CatchException
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from InterpreterTest
[ RUN ] InterpreterTest.CatchException
libunwind: malformed __unwind_info at 0x192029E3C bad second level page
libunwind: malformed __unwind_info at 0x192029E3C bad second level page
libunwind: malformed __unwind_info at 0x192029E3C bad second level page
libunwind: malformed __unwind_info at 0x192029E3C bad second level page
libunwind: malformed __unwind_info at 0x192029E3C bad second level page
libunwind: malformed __unwind_info at 0x192029E3C bad second level page
libunwind: malformed __unwind_info at 0x192029E3C bad second level page
libunwind: malformed __unwind_info at 0x192029E3C bad second level page
....
Please take a look.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107049/new/
https://reviews.llvm.org/D107049
More information about the cfe-commits
mailing list