diff options
| author | Clement Courbet <courbet@google.com> | 2018-04-13 12:43:55 +0000 |
|---|---|---|
| committer | Clement Courbet <courbet@google.com> | 2018-04-13 12:43:55 +0000 |
| commit | c7211fb1b69ce862fdce17327ad2aba22b891ded (patch) | |
| tree | b5012ae11ec5c26a304371153a384d4ec6508e47 | |
| parent | ca7923ab004fe649b803925113b0421f37bfed42 (diff) | |
| download | bcm5719-llvm-c7211fb1b69ce862fdce17327ad2aba22b891ded.tar.gz bcm5719-llvm-c7211fb1b69ce862fdce17327ad2aba22b891ded.zip | |
Partially revert r330008.
llvm-svn: 330010
| -rw-r--r-- | llvm/unittests/tools/llvm-exegesis/X86/InMemoryAssemblerTest.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/unittests/tools/llvm-exegesis/X86/InMemoryAssemblerTest.cpp b/llvm/unittests/tools/llvm-exegesis/X86/InMemoryAssemblerTest.cpp index 6cd4dd5183e..d0a9c37e1fb 100644 --- a/llvm/unittests/tools/llvm-exegesis/X86/InMemoryAssemblerTest.cpp +++ b/llvm/unittests/tools/llvm-exegesis/X86/InMemoryAssemblerTest.cpp @@ -74,7 +74,7 @@ private: while(0) -TEST_F(MachineFunctionGeneratorTest, JitFunction) { +TEST_F(MachineFunctionGeneratorTest, DISABLED_JitFunction) { SKIP_UNSUPPORTED_PLATFORM; JitFunctionContext Context(createTargetMachine()); JitFunction Function(std::move(Context), {}); @@ -84,7 +84,7 @@ TEST_F(MachineFunctionGeneratorTest, JitFunction) { // Function(); } -TEST_F(MachineFunctionGeneratorTest, JitFunctionXOR32rr) { +TEST_F(MachineFunctionGeneratorTest, DISABLED_JitFunctionXOR32rr) { SKIP_UNSUPPORTED_PLATFORM; JitFunctionContext Context(createTargetMachine()); JitFunction Function( @@ -94,7 +94,7 @@ TEST_F(MachineFunctionGeneratorTest, JitFunctionXOR32rr) { // Function(); } -TEST_F(MachineFunctionGeneratorTest, JitFunctionMOV64ri) { +TEST_F(MachineFunctionGeneratorTest, DISABLED_JitFunctionMOV64ri) { SKIP_UNSUPPORTED_PLATFORM; JitFunctionContext Context(createTargetMachine()); JitFunction Function(std::move(Context), @@ -104,7 +104,7 @@ TEST_F(MachineFunctionGeneratorTest, JitFunctionMOV64ri) { // Function(); } -TEST_F(MachineFunctionGeneratorTest, JitFunctionMOV32ri) { +TEST_F(MachineFunctionGeneratorTest, DISABLED_JitFunctionMOV32ri) { SKIP_UNSUPPORTED_PLATFORM; JitFunctionContext Context(createTargetMachine()); JitFunction Function(std::move(Context), |

