[GHC] #14276: T13168 is broken on Windows

#14276: T13168 is broken on Windows ----------------------------------------+--------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.2.1 Keywords: | Operating System: Windows Architecture: Unknown/Multiple | Type of failure: None/Unknown Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: ----------------------------------------+--------------------------------- Due to the lack of shared library support. {{{ Actual stderr output differs from expected: diff -uw "./typecheck/T13168/T13168.run/T13168.stderr.normalised" "./typecheck/T13168/T13168.run/T13168.run.stderr.normalised" --- ./typecheck/T13168/T13168.run/T13168.stderr.normalised 2017-09-26 00:20:55.835321400 -0400 +++ ./typecheck/T13168/T13168.run/T13168.run.stderr.normalised 2017-09-26 00:20:55.836298600 -0400 @@ -1,4 +0,0 @@ -Warning: -rtsopts and -with-rtsopts have no effect with -shared. - Call hs_init_ghc() from your main() function to set these options. -Warning: -rtsopts and -with-rtsopts have no effect with -shared. - Call hs_init_ghc() from your main() function to set these options. *** unexpected failure for T13168(normal) }}} Really this output is spurious anyways and in principle shouldn't affect the test passage. That being said, I don't see an easy way to filter it. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14276 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14276: T13168 is broken on Windows
---------------------------------+----------------------------------------
Reporter: bgamari | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.2.1
Resolution: | Keywords:
Operating System: Windows | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
---------------------------------+----------------------------------------
Comment (by Ben Gamari
participants (1)
-
GHC