summaryrefslogtreecommitdiff
path: root/test/files/run/t3829.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-5/+5
|
* I chased a lot of ghosts before finding the rea...Paul Phillips2011-02-111-15/+17
| | | | | | | | | | | | | I chased a lot of ghosts before finding the real culprit for why partest failures have been unfailing. Process(Seq("bash", "-c", "exit 42")) ! // 42 Process(Seq("bash", "-c", "exit 42")) #> logFile ! // 0 That behavior is not yet fixed, but I altered partest not to use #> and fixed the test which should have been failing but wasn't. Closes #4227, no review.
* A modified approach to map withDefault[Value].Paul Phillips2010-10-191-6/+2
|
* Test for #3829. No review.Aleksandar Pokopec2010-09-271-0/+42