aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run/ifelse0/IfElse0.scala
Commit message (Collapse)AuthorAgeFilesLines
* fix procedure syntaxxuwei-k2018-05-091-2/+2
|
* Remove uses of deprecated Future APIsNthPortal2018-02-271-2/+2
|
* copyright 2018 LightbendSeth Tisue2018-02-061-1/+1
|
* Update copyright years.Jason Zaugg2014-01-141-1/+1
| | | | 2013 must have been unlucky.
* Remove @RunWith annotations from test cases.Jason Zaugg2013-08-151-3/+0
| | | | | These are are at odds with the junit-interface SBT test framework under SBT 0.13.+, and appear to be superfluous.
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-071-0/+1
| | | | | If we intend to keep CPS fallback around for any length of time it should probably move there too.
* Fix await in if condition / match scrutinee.Jason Zaugg2012-11-261-0/+8
| | | | | | The type-checking performed in ANF transform is precarious, and needed to use the original condition/ scrutinee in a throwaway tree to get things to work.
* add missing copyrightJason Zaugg2012-11-241-1/+1
|
* Remove sleeps from the tests.Jason Zaugg2012-11-091-1/+0
|
* Move test utils into a package object, rather than base class.Jason Zaugg2012-11-051-1/+1
|
* Expand build configuration.Jason Zaugg2012-11-051-1/+1
| | | | | | | - Enable continuations plugin - Fill in project metadata - Enable stricter compiler options - satisfy -Xlint with some empty parens.
* Improve test infrastructureJason Zaugg2012-11-051-0/+51
- Convert tests to use JUnit - For the 'run' tests, just use plain-old-test-cases - Add a sample 'neg' test to use ToolBoxes to compile code snippets on the fly.