summaryrefslogtreecommitdiff
path: root/test/files/presentation/akka/src/com/eaio/uuid/UUIDGen.java
Commit message (Collapse)AuthorAgeFilesLines
* Disabled non-deterministic tests.Paul Phillips2011-12-051-364/+0
| | | | | | Everyone's favorite "will they or won't they" tests, akka and timeofday. They will be welcomed back into the fold once they can stick to a decision on whether to pass or fail.
* Begone t1737...Hubert Plociniczak2011-11-021-5/+5
|
* Major rewrite of the testing infrastructure for...Micro Dotta2011-08-171-0/+364
Major rewrite of the testing infrastructure for the presentation compiler. Added several new tests that will be part of the nightly build. Once the move to SBT is completed I will look into how to extract the test infrastructure (as it should really not be living in the compiler codebase). Review by dragos