aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/unittests/Interpreter/InterpreterExtensionsTest.cpp')
-rw-r--r--clang/unittests/Interpreter/InterpreterExtensionsTest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/unittests/Interpreter/InterpreterExtensionsTest.cpp b/clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
index 77fd1b4..b770861 100644
--- a/clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
+++ b/clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
@@ -56,7 +56,11 @@ public:
void resetExecutor() { Interpreter::ResetExecutor(); }
};
+#ifdef _AIX
+TEST(InterpreterExtensionsTest, DISABLED_ExecutorCreateReset) {
+#else
TEST(InterpreterExtensionsTest, ExecutorCreateReset) {
+#endif
// Make sure we can create the executer on the platform.
if (!HostSupportsJit())
GTEST_SKIP();