-
-
Save master-q/5090794 to your computer and use it in GitHub Desktop.
regress test failed on Ajhc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git log|head -5 | |
commit a6f971f39d89b2d6ebf44bfb6f9b0d1591dd6161 | |
Author: Kiwamu Okabe <[email protected]> | |
Date: Wed Apr 3 05:12:41 2013 +0900 | |
Bump up version 0.8.0.4. | |
$ travis logs | grep "^ Category" -A 10000 | grep -v " pass " | |
Category Name Compile Run Out CTime RTime | |
------------------------------------------------------------------------- | |
typecheck pass.ghc.T3409 256 - - 0s - | |
typecheck pass.ghc.tc120 256 - - 0s - | |
typecheck pass.ghc.tc142 256 - - 0s - | |
typecheck pass.ghc.tc176 256 - - 0s - | |
typecheck fail.ghc.tcfail012 BAD - - 0s - | |
typecheck fail.ghc.tcfail027 BAD - - 0s - | |
typecheck fail.ghc.tcfail032 BAD - - 0s - | |
typecheck fail.ghc.tcfail038 BAD - - 0s - | |
typecheck fail.ghc.tcfail044 BAD - - 0s - | |
typecheck fail.ghc.tcfail071 BAD - - 0s - | |
typecheck fail.ghc.tcfail085 BAD - - 0s - | |
typecheck fail.ghc.tcfail099 BAD - - 0s - | |
typecheck fail.ghc.tcfail107 BAD - - 0s - | |
typecheck fail.ghc.tcfail116 BAD - - 0s - | |
typecheck fail.ghc.tcfail117 BAD - - 0s - | |
typecheck fail.ghc.tcfail120 BAD - - 0s - | |
typecheck fail.ghc.tcfail129 BAD - - 0s - | |
typecheck fail.ghc.tcfail131 BAD - - 0s - | |
typecheck fail.ghc.tcfail139 BAD - - 0s - | |
typecheck fail.ghc.tcfail144 BAD - - 0s - | |
typecheck fail.ghc.tcfail149 BAD - - 0s - | |
typecheck fail.ghc.tcfail150 BAD - - 1s - | |
typecheck fail.ghc.tcfail152 BAD - - 0s - | |
typecheck fail.ghc.tcfail156 BAD - - 0s - | |
typecheck fail.ghc.tcfail159 BAD - - 0s - | |
typecheck fail.ghc.tcfail166 BAD - - 0s - | |
typecheck fail.ghc.tcfail181 BAD - - 0s - | |
typecheck fail.ghc.tcfail183 BAD - - 0s - | |
typecheck fail.ghc.tcfail184 BAD - - 1s - | |
typecheck fail.ghc.tcfail197 BAD - - 0s - | |
typecheck fail.ghc.tcfail198 BAD - - 0s - | |
typecheck fail.ghc.tcfail204 BAD - - 0s - | |
rts HelloWorld_32 256 - - 1s - | |
rts HelloWorld_boehm 256 - - 2s - | |
rts HelloWorld_fullint 256 - - 1s - | |
rts HelloWorld_nofullint 256 - - 1s - | |
large RayT 256 - - 55s - | |
mv: cannot stat `regress/results/latest': No such file or directory | |
The command "make regress" exited with 0. | |
travis_fold:start:after_script$ date | |
Tue Apr 2 20:40:57 UTC 2013 | |
travis_fold:end:after_script | |
Done. Your build exited with 0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"large RayT" test failed in compiling.
But it pass without -fdebug option.