aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run/ifelse1/IfElse1.scala
Commit message (Collapse)AuthorAgeFilesLines
* fix procedure syntaxxuwei-k2018-05-091-5/+5
|
* Remove uses of deprecated Future APIsNthPortal2018-02-271-2/+2
|
* copyright 2018 LightbendSeth Tisue2018-02-061-1/+1
|
* Fix asymptotic performance issues in live variables analysis.Gene Novark2014-07-151-0/+77
| | | | | | | | | Fix possibly-exponential runtime for DFS graph searches. Improve DFA fixpoint algorithm to correctly compute worklist of only changed nodes for each iteration. Added test that takes > 2 minutes to compile without these improvements.
* 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.
* 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-4/+4
| | | | | | | - Enable continuations plugin - Fill in project metadata - Enable stricter compiler options - satisfy -Xlint with some empty parens.
* Improve test infrastructureJason Zaugg2012-11-051-0/+131
- 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.