[PATCH] D107049: [clang-repl] Re-implement clang-interpreter as a test case.
Vassil Vassilev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 6 02:17:09 PDT 2021
v.g.vassilev added subscribers: karies, Hahnfeld.
v.g.vassilev added a comment.
In D107049#2982224 <https://reviews.llvm.org/D107049#2982224>, @thakis wrote:
> 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.
It looks like we hit https://bugs.llvm.org/show_bug.cgi?id=49692
cc: @karies, @Hahnfeld
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