Skip to content

Commit

Permalink
[ #1346, #4469, #4472 ] Disabled some test cases.
Browse files Browse the repository at this point in the history
Because the result depends on what version of GHC Agda is compiled
with: the fix of #4316, which is only active for GHC 8.4 and later,
made some bugs trigger in cases where they previously had not.
  • Loading branch information
nad committed Feb 24, 2020
1 parent aa58c68 commit 0556fbc
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Compiler/Tests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ disabledTests =
, disable "Compiler/JS/simple/Issue3732"
, disable "Compiler/JS/simple/VecReverseIrr"
, disable "Compiler/JS/simple/VecReverseErased" -- RangeError: Maximum call stack size exceeded
-----------------------------------------------------------------------------
-- Disabled because #4469 only affects some versions of GHC.
, disable "Compiler/MAlonzo/simple/Issue2909-[56]"
]
where disable = RFInclude

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0556fbc

Please sign in to comment.