summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Courbet <courbet@google.com>2018-04-13 14:50:10 +0000
committerClement Courbet <courbet@google.com>2018-04-13 14:50:10 +0000
commit6d086b694383a16f3c501c033ae0c81db8a33136 (patch)
treee1f0ffd4add0f240071b84739ecfa42cfa2b2b8a
parent1924993b22898f12bc87789b1f14aa1f0025c43a (diff)
downloadbcm5719-llvm-6d086b694383a16f3c501c033ae0c81db8a33136.tar.gz
bcm5719-llvm-6d086b694383a16f3c501c033ae0c81db8a33136.zip
[llvm-exegesis] re-enable failing tests after r330026.
llvm-svn: 330027
-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 d00b223393f..8be3e296e0b 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, DISABLED_JitFunction) {
+TEST_F(MachineFunctionGeneratorTest, JitFunction) {
SKIP_UNSUPPORTED_PLATFORM;
JitFunctionContext Context(createTargetMachine());
JitFunction Function(std::move(Context), {});
@@ -86,7 +86,7 @@ TEST_F(MachineFunctionGeneratorTest, DISABLED_JitFunction) {
// Function();
}
-TEST_F(MachineFunctionGeneratorTest, DISABLED_JitFunctionXOR32rr) {
+TEST_F(MachineFunctionGeneratorTest, JitFunctionXOR32rr) {
SKIP_UNSUPPORTED_PLATFORM;
JitFunctionContext Context(createTargetMachine());
JitFunction Function(
@@ -96,7 +96,7 @@ TEST_F(MachineFunctionGeneratorTest, DISABLED_JitFunctionXOR32rr) {
// Function();
}
-TEST_F(MachineFunctionGeneratorTest, DISABLED_JitFunctionMOV64ri) {
+TEST_F(MachineFunctionGeneratorTest, JitFunctionMOV64ri) {
SKIP_UNSUPPORTED_PLATFORM;
JitFunctionContext Context(createTargetMachine());
JitFunction Function(std::move(Context),
@@ -106,7 +106,7 @@ TEST_F(MachineFunctionGeneratorTest, DISABLED_JitFunctionMOV64ri) {
// Function();
}
-TEST_F(MachineFunctionGeneratorTest, DISABLED_JitFunctionMOV32ri) {
+TEST_F(MachineFunctionGeneratorTest, JitFunctionMOV32ri) {
SKIP_UNSUPPORTED_PLATFORM;
JitFunctionContext Context(createTargetMachine());
JitFunction Function(std::move(Context),
OpenPOWER on IntegriCloud