[commit: ghc] ghc-8.6: Skip eventlog tests in GHCi way (aeb2470)

git at git.haskell.org git at git.haskell.org
Fri Sep 7 13:36:00 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.6
Link       : http://ghc.haskell.org/trac/ghc/changeset/aeb247079f55b9279ae721baf5d93e01a5257351/ghc

>---------------------------------------------------------------

commit aeb247079f55b9279ae721baf5d93e01a5257351
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date:   Wed Sep 5 13:11:30 2018 +0200

    Skip eventlog tests in GHCi way
    
    Summary: (GHCi doesn't generate event logs)
    
    Test Plan:
    These tests were failing in GHCi way, they're now skipped in GHCi way as GHCi
    doesn't generate eventlogs
    
    Reviewers: bgamari, simonmar, maoe, alpmestan
    
    Reviewed By: alpmestan
    
    Subscribers: rwbarton, carter
    
    GHC Trac Issues: #15587
    
    Differential Revision: https://phabricator.haskell.org/D5119
    
    (cherry picked from commit c0e5087d01e2912f00feede6c259a2ee87685c90)


>---------------------------------------------------------------

aeb247079f55b9279ae721baf5d93e01a5257351
 testsuite/tests/rts/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index dd4d9a1..a180491 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -135,7 +135,7 @@ test('T2615',
 
 # omit dyn and profiling ways, because we don't build dyn_l or p_l
 # variants of the RTS by default
-test('traceEvent', [ omit_ways(['dyn'] + prof_ways),
+test('traceEvent', [ omit_ways(['dyn', 'ghci'] + prof_ways),
                      extra_run_opts('+RTS -ls -RTS') ],
                    compile_and_run, ['-eventlog'])
 



More information about the ghc-commits mailing list