OSDN Git Service

Revert r330027: "[llvm-exegesis] re-enable failing tests after r330026."
authorClement Courbet <courbet@google.com>
Fri, 13 Apr 2018 15:19:16 +0000 (15:19 +0000)
committerClement Courbet <courbet@google.com>
Fri, 13 Apr 2018 15:19:16 +0000 (15:19 +0000)
The tests are still failing on some bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330033 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/tools/llvm-exegesis/X86/InMemoryAssemblerTest.cpp

index 8be3e29..d00b223 100644 (file)
@@ -76,7 +76,7 @@ private:
   while(0)
 
 
-TEST_F(MachineFunctionGeneratorTest, JitFunction) {
+TEST_F(MachineFunctionGeneratorTest, DISABLED_JitFunction) {
   SKIP_UNSUPPORTED_PLATFORM;
   JitFunctionContext Context(createTargetMachine());
   JitFunction Function(std::move(Context), {});
@@ -86,7 +86,7 @@ TEST_F(MachineFunctionGeneratorTest, JitFunction) {
   // Function();
 }
 
-TEST_F(MachineFunctionGeneratorTest, JitFunctionXOR32rr) {
+TEST_F(MachineFunctionGeneratorTest, DISABLED_JitFunctionXOR32rr) {
   SKIP_UNSUPPORTED_PLATFORM;
   JitFunctionContext Context(createTargetMachine());
   JitFunction Function(
@@ -96,7 +96,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),
@@ -106,7 +106,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),