Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable coercion tests for the time being.
  • Loading branch information
foxik committed Dec 16, 2014
1 parent 040309f commit bc74f91
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests-ghc/all.T
Expand Up @@ -5,8 +5,3 @@ test('datamap001', normal, compile_and_run, ['-package containers'])
test('datamap002', normal, compile_and_run, ['-package containers'])
test('dataintset001', normal, compile_and_run, ['-package containers'])
test('sequence001', normal, compile_and_run, ['-package containers'])
test('mapcoerceseq', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
test('mapcoercemap', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
test('mapcoercesmap', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
test('mapcoerceintmap', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
test('mapcoerceintmapstrict', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
2 changes: 2 additions & 0 deletions tests-ghc/unreliable/README
@@ -0,0 +1,2 @@
These coerce tests depend on whether RULES are fired or not,
so adding them to general GHC suite might cause testing failures.
5 changes: 5 additions & 0 deletions tests-ghc/unreliable/coerce_tests
@@ -0,0 +1,5 @@
test('mapcoerceseq', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
test('mapcoercemap', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
test('mapcoercesmap', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
test('mapcoerceintmap', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
test('mapcoerceintmapstrict', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bc74f91

Please sign in to comment.