Hello,
Running validate on my PPC Mac for the GHC HEAD that was current yesterday
afternoon reports:
> =====> print015(ghci)
> cd ./ghci.debugger/scripts &&
HC='/Users/thorkilnaur/tn/GHCDarcsRepository/ghc-HEAD-complete-for-pulling-and-copying-20070713_1212/ghc/compiler/stage2/ghc-inplace'
HC_OPTS='-dcore-lint -dcmm-lint -Dpowerpc_apple_darwin '
'/Users/thorkilnaur/tn/GHCDarcsRepository/ghc-HEAD-complete-for-pulling-and-copying-20070713_1212/ghc/compiler/stage2/ghc-inplace'
--interactive -v0 -dcore-lint -dcmm-lint -Dpowerpc_apple_darwin
-ignore-dot-ghci <print015.script >print015.run.stdout
2>print015.run.stderr
> /bin/sh: line 1: print015.script: No such file or directory
> Wrong exit code (expected 0 , actual 1 )
> Stdout:
> *** framework failure for print015(ghci) :
> Traceback (most recent call last):
> File
"/Users/thorkilnaur/tn/GHCDarcsRepository/ghc-HEAD-complete-for-pulling-and-copying-20070713_1212/ghc/testsuite/driver/testlib.py",
line 428, in do_test
> result = apply(func, [name,way] + args)
> File
"/Users/thorkilnaur/tn/GHCDarcsRepository/ghc-HEAD-complete-for-pulling-and-copying-20070713_1212/ghc/testsuite/driver/testlib.py",
line 518, in ghci_script
> return simple_run( name, way, cmd, getTestOpts().extra_run_opts )
> File
"/Users/thorkilnaur/tn/GHCDarcsRepository/ghc-HEAD-complete-for-pulling-and-copying-20070713_1212/ghc/testsuite/driver/testlib.py",
line 689, in simple_run
> dump_stdout(name)
> File
"/Users/thorkilnaur/tn/GHCDarcsRepository/ghc-HEAD-complete-for-pulling-and-copying-20070713_1212/ghc/testsuite/driver/testlib.py",
line 926, in dump_stdout
> print read_no_crs(qualify(name, 'run.stdout'))
> File
"/Users/thorkilnaur/tn/GHCDarcsRepository/ghc-HEAD-complete-for-pulling-and-copying-20070713_1212/ghc/testsuite/driver/testlib.py",
line 946, in read_no_crs
> h = open(file)
> IOError: [Errno 2] No such file or directory:
'./ghci.debugger/scripts/print015.run.stdout'
The patch
> Thu Jul 12 12:07:13 CEST 2007 Pepe Iborra <[EMAIL PROTECTED]>
> * remove an obsolete test
attempts to remove print015, but its mention in all.T remains:
> testsuite/tests/ghc-regress/ghci.debugger/scripts/all.T:test('print015',
normal, ghci_script, ['print015.script'])
I guess that validate would have detected this problem.
Thanks and best regards
Thorkil
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc