summaryrefslogtreecommitdiff
path: root/test/disabled/presentation/akka
Commit message (Collapse)AuthorAgeFilesLines
* rm -r test/{flaky,disabled*,checker-tests,support,debug}Seth Tisue2017-03-2054-9790/+0
| | | | | | | keeping this stuff, somewhere, forever and ever and ever is what version control is for. who dares disturb the ancient and accursed tomb of all this code...?
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-225-7/+5
| | | | | | | | | Implicit conversions are now in package convert as ImplicitConversions, ImplicitConversionsToScala and ImplicitConversionsToJava. Deprecated WrapAsJava, WrapAsScala and the values in package object. Improve documentation.
* it's Scaladoc, not "ScalaDoc" or "Scala doc"Seth Tisue2015-11-121-1/+1
| | | | | renaming the existing ScalaDoc and ScalaDocReporter classes might break stuff, sadly, but at least we can fix the rest
* Fix 25 typos (s)Janek Bogucki2015-07-061-1/+1
|
* Merge 2.10.x into master.Adriaan Moors2013-02-202-940/+0
|\ | | | | | | | | | | | | | | Conflicts: build.number src/compiler/scala/tools/nsc/doc/base/MemberLookupBase.scala src/compiler/scala/tools/nsc/typechecker/Macros.scala test/files/presentation/doc/doc.scala
| * Removing disabled, unneeded futures testsHeather Miller2013-02-172-940/+0
| |
* | Fix some typosSamy Dindane2013-01-241-8/+8
|/ | | | | | Fixes mostly "a int", "a a thing" kind of typos. Also removes trailing whitespaces, useless empty lines and commented println() from "test/files/run/ctries-new/iterator.scala".
* migrates stdlib and compiler to tagsEugene Burmako2012-04-236-30/+30
| | | | | * all usages of ClassManifest and Manifest are replaced with tags * all manifest tests are replaced with tag tests
* Fix documentation stutters.Blair Zajac2011-12-063-4/+4
|
* Disabled non-deterministic tests.Paul Phillips2011-12-0556-0/+10732
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.