After https://reviews.llvm.org/D141215 we called Interpreter::ParseAndExecute in Interpreter::create so we need to disable all tests on platforms that don't have good JIT support.
This should fixes https://lab.llvm.org/buildbot/#/builders/38/builds/11955
Signed-off-by: Jun Zhang <jun@junz.org>
Likewise, here -fsyntax-only mode should be enough since we do not execute anything.