[commit: testsuite] master: Revert "Add test for #7574" (b7f307d)
Simon Marlow
marlowsd at gmail.com
Tue Jul 2 13:15:24 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
https://github.com/ghc/testsuite/commit/b7f307d11eaa1667ca572503dfd02164785253c1
>---------------------------------------------------------------
commit b7f307d11eaa1667ca572503dfd02164785253c1
Author: Simon Marlow <marlowsd at gmail.com>
Date: Tue Jul 2 12:14:12 2013 +0100
Revert "Add test for #7574"
This reverts commit abbf27e7922cf15df4c74b502e51f4bc12923215.
(committed accidentally, the fix for that ticket isn't ready yet)
>---------------------------------------------------------------
tests/codeGen/should_compile/T7574.cmm | 11 -----------
tests/codeGen/should_compile/all.T | 2 --
2 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/tests/codeGen/should_compile/T7574.cmm b/tests/codeGen/should_compile/T7574.cmm
deleted file mode 100644
index d4e89d5..0000000
--- a/tests/codeGen/should_compile/T7574.cmm
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "Cmm.h"
-
-testLiteralBranch (W_ dst, W_ src)
-{
- if (1) {
- prim %memcpy(dst, src, 1024, 4);
- } else {
- prim %memcpy(dst, src, 512, 8);
- }
- return ();
-}
diff --git a/tests/codeGen/should_compile/all.T b/tests/codeGen/should_compile/all.T
index 9148596..220ff85 100644
--- a/tests/codeGen/should_compile/all.T
+++ b/tests/codeGen/should_compile/all.T
@@ -20,5 +20,3 @@ test('massive_array',
[ when(arch('i386'), omit_ways(['llvm', 'optllvm'])) ],
compile, ['-fPIC'])
test('T7237', normal, compile, [''])
-
-test('T7574', cmm_src, compile, [''])
More information about the ghc-commits
mailing list