[clang-repl] Disable execution unittests on unsupported platforms.
authorSunho Kim <ksunhokim123@gmail.com>
Fri, 29 Jul 2022 17:27:45 +0000 (02:27 +0900)
committerSunho Kim <ksunhokim123@gmail.com>
Fri, 29 Jul 2022 17:28:03 +0000 (02:28 +0900)
commit4191d661c74622c6fa72c1643e4567f45e6c9e1b
treeb5e45b08ed26723dbaebbcfe4d29653674d64b65
parentd8352abd3a4f411828dbe46c7dfd3e935ab4dd4a
[clang-repl] Disable execution unittests on unsupported platforms.

After the intoduction of global destructor support, there is a possiblity to run invalid instructions in the destructor of Interpreter class. Completely disable tests in platforms with failing test cases.

Differential Revision: https://reviews.llvm.org/D130786
clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp
clang/unittests/Interpreter/InterpreterTest.cpp