mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-05 02:49:18 +00:00
[llvm-exegesis] re-enable failing tests after r330026.
llvm-svn: 330027
This commit is contained in:
parent
6c63e70e7b
commit
c89aaddf9a
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user