summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp b/llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp
index e3da703a88e..8c70b9eaaad 100644
--- a/llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp
+++ b/llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp
@@ -29,11 +29,11 @@ protected:
}
};
-TEST_F(ARMMachineFunctionGeneratorTest, JitFunction) {
+TEST_F(ARMMachineFunctionGeneratorTest, DISABLED_JitFunction) {
Check(llvm::MCInst(), 0x1e, 0xff, 0x2f, 0xe1);
}
-TEST_F(ARMMachineFunctionGeneratorTest, JitFunctionADDrr) {
+TEST_F(ARMMachineFunctionGeneratorTest, DISABLED_JitFunctionADDrr) {
Check(MCInstBuilder(llvm::ARM::ADDrr)
.addReg(llvm::ARM::R0)
.addReg(llvm::ARM::R0)
OpenPOWER on IntegriCloud