summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorClement Courbet <courbet@google.com>2018-04-13 15:19:16 +0000
committerClement Courbet <courbet@google.com>2018-04-13 15:19:16 +0000
commit8ec047713680ee605106dbcd8ae3e23ad63aac22 (patch)
treeac4e03d61394d22510b2f90c7c2e6c81ddb2d316 /llvm
parentc752616f30417e277c372ebb32770f62c54b058e (diff)
downloadbcm5719-llvm-8ec047713680ee605106dbcd8ae3e23ad63aac22.tar.gz
bcm5719-llvm-8ec047713680ee605106dbcd8ae3e23ad63aac22.zip
Revert r330027: "[llvm-exegesis] re-enable failing tests after r330026."
The tests are still failing on some bots. llvm-svn: 330033
Diffstat (limited to 'llvm')
-rw-r--r--llvm/unittests/tools/llvm-exegesis/X86/InMemoryAssemblerTest.cpp8
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 8be3e296e0b..d00b223393f 100644
--- a/llvm/unittests/tools/llvm-exegesis/X86/InMemoryAssemblerTest.cpp
+++ b/llvm/unittests/tools/llvm-exegesis/X86/InMemoryAssemblerTest.cpp
@@ -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),
OpenPOWER on IntegriCloud