summaryrefslogtreecommitdiff
path: root/test/files/jvm/reactor-exceptionOnSend.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7003 Partest redirects stderr to log fileSom Snytt2013-05-251-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some scalac output is on stderr, and it's useful to see that in the log file, especially for debugging. Adds a line filter for logs, specified as "filter: pattern" in the test source. Backslashes are made forward only when detected as paths. Test alignments: Deprecations which do not pertain to the system under test are corrected in the obvious way. When testing deprecated API, suppress warnings by deprecating the Test object. Check files are updated with useful true warnings, instead of running under -nowarn. Language feature imports as required, instead of running under -language. Language feature not required, such as casual use of postfix. Heed useful warning. Ignore broken warnings. (Rarely, -nowarn.) Inliner warnings pop up under -optimise only, so for now, just filter them out where they occur. Debug output from the test required an update.
* Hardened actor tests. No review.Philipp Haller2010-04-131-0/+11
|
* Reactor now has type parameter.Philipp Haller2010-03-081-2/+2
|
* Moved disabled tests back into their original p...Antonio Cunei2009-11-061-0/+44
| | | | | | Moved disabled tests back into their original place. Expect 7 tests to fail.
* Disabled an actor test which is hanging the tes...Paul Phillips2009-10-061-44/+0
| | | | | Disabled an actor test which is hanging the test suite.
* New tests for exceptions and Actor.receiveWithin.Philipp Haller2009-05-311-0/+44