summaryrefslogtreecommitdiff
path: root/test/files/jvm/daemon-actor-termination.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8035 Deprecate automatic () insertion in argument listsSimon Ochsenreither2014-01-091-1/+1
| | | | | | | | | | | | | This promotes the () insertion warning from -Ywarn-adapted-args to a deprecation warning. -Xfuture tunrs it into a compiler error. Auto tupling remains unchanged for now. The tests have been fixed the following way: - Warnings caused by general sloppiness (Try(), Future(), ...) have been fixed. - Warnings which raise interesting questions (x == (), ...) received an updated checkfile for now.
* SI-7003 Partest redirects stderr to log fileSom Snytt2013-05-251-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+10
|
* Introduced actors package object to deprecate a...Philipp Haller2009-09-241-10/+1
| | | | | | | | | | | Introduced actors package object to deprecate a number of classes. Made ForkJoinScheduler more configurable and let it read ThreadPoolConfig. Clean-ups in TerminationMonitor and ActorGC. Removed DefaultExecutorScheduler. Made DelegatingScheduler and ExecutorScheduler private. Deprecated MessageQueue and MessageQueueElement, so that we can later make them private. Deprecated a number of methods in IScheduler. Tightened access modifiers in Reactor.
* Moved new scheduler classes into package scala....Philipp Haller2009-07-211-1/+2
| | | | | Moved new scheduler classes into package scala.actors.scheduler.
* Made daemon-actor-termination test deterministic.Philipp Haller2009-07-211-5/+14
|
* Simpler log message for daemon actor test.Philipp Haller2009-05-281-3/+3
|
* Added test for #2000.Philipp Haller2009-05-271-2/+10
|
* Added tests for #2015.Philipp Haller2009-05-271-0/+19