summaryrefslogtreecommitdiff
path: root/test/disabled/presentation
Commit message (Collapse)AuthorAgeFilesLines
* 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 pull request #4475 from smarter/fix/old-spec-linksLukas Rytz2015-05-041-2/+2
|\ | | | | Remove references to the old PDF version of the specification
| * Remove references to the old PDF version of the specificationGuillaume Martres2015-04-301-2/+2
| |
* | Revert "Disable flaky presentation compiler test."Iulian Dragos2014-10-035-169/+0
|/ | | | | | | This reverts commit 8986ee4fd56c53d563165d992185c6c532f35790. Scaladoc seems to work reliably for 2.11.x. We are using it in the IDE builds and haven't noticed any flakiness, so we'd like to get reinstate this test.
* Remove empty check files and flags files.Jason Zaugg2013-10-272-0/+0
| | | | for f in $(find test -name '*.check' -o -name '*.flags'); do [[ $(wc -c $f | sed -E 's/ *([0-9]+).*/\1/') == "0" ]] && rm $f; done
* Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-4Jason Zaugg2013-10-185-0/+169
|\
| * Disable flaky presentation compiler test.Jason Zaugg2013-10-175-0/+161
| | | | | | | | | | | | | | | | Francois is investigating the root cause as part of his work on stabilizing Scaladoc preview in the IDE. The test seems to only fail on the windows nightly build. I suspect this is due to a slower or loaded machine.
* | 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".
* | SI-6964 Remove build managers, both simple and refined.Jason Zaugg2013-01-121-2/+0
| | | | | | | | | | | | | | | | | | Deprecated in 2.10.0, out to pasture in 2.11.0. Users are advised to migrate to: https://github.com/typesafehub/zinc http://www.scala-sbt.org/
* | SI-6769 Removes GenJVM backendJames Iry2012-12-052-4/+4
|/ | | | | Get rid of GenJVM and everything that refers to it. Also get rid of GenAndroid since it's dead code that refers to GenJVM.
* migrates stdlib and compiler to tagsEugene Burmako2012-04-238-43/+43
| | | | | * all usages of ClassManifest and Manifest are replaced with tags * all manifest tests are replaced with tag tests
* Disabling failing tests.Paul Phillips2012-04-123-0/+985
| | | | | | | | | | I turn them over to the responsible parties. Iulian knows about the deadlock test; for philipp I presume, 07:10:29 [partest] concurrent-future.scala:97: error: not found: type FutureTimeoutException 07:10:29 [partest] throw new FutureTimeoutException(null) 07:10:29 [partest] ^ 07:10:29 [partest] one error found
* Fix documentation stutters.Blair Zajac2011-12-063-4/+4
|
* Disabled non-deterministic tests.Paul Phillips2011-12-0561-0/+11380
| | | | | | 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.
* Enabled Presentation Compiler test for IDE tick...Micro Dotta2011-11-113-11/+0
| | | | | | Enabled Presentation Compiler test for IDE ticket #1000609, which has been fixed by odersky. no review.
* Enabled Presentation Compiler test for IDE tick...Micro Dotta2011-11-113-6/+0
| | | | | | Enabled Presentation Compiler test for IDE ticket #1000349, which has been fixed by odersky in r25625. no review.
* Begone t1737...Hubert Plociniczak2011-11-023-15/+15
|
* Added test for the completion problem in the pr...skyluc2011-09-264-0/+53
| | | | | | Added test for the completion problem in the presentation compiler reported in the scala-ide ticket 1000620.
* Added new disabled test for eclipse scala-ide t...Micro Dotta2011-09-163-0/+11
| | | | | | | Added new disabled test for eclipse scala-ide ticket1000609. Corrected test framework to fail nicely when the tree retrieved after an has no associated symbol.
* Moved test for scala-ide ticket-1000508 under /...Micro Dotta2011-09-053-0/+169
| | | | | | | | Moved test for scala-ide ticket-1000508 under /disabled/presentation/ directory, as the current test's result is wrong (the ticket is still opened). It will be moved back only once the ticket is closed. No review.
* Created test cases for tickets that need to be ...Micro Dotta2011-09-059-0/+45
| | | | | | | Created test cases for tickets that need to be fixed in the presentation compiler. These tests should eventually be moved under folder /files/presentation/ once they are working.
* New starr based on r24749. No review.Paul Phillips2011-04-133-0/+409
|
* One breakage too many, this test is a pest -> d...Iulian Dragos2011-03-312-0/+215
| | | | | One breakage too many, this test is a pest -> disabled. no review.
* In support of project "A Better IDE...Paul Phillips2011-02-104-605/+0
| | | | | | | | | | | | | | | | reinstate the disabled test. COMMITTERS: the test is very fragile. If you don't run the whole test suite (it's the very last one which runs!) then you broke the build. Upon your toes you should be. For anyone unaware, test/partest --update-check path/to/test will magically pass any test and update the checkfile to resemble whatever output it just produced. Incautious use of this feature may negatively impact the mood of certain extempores. No review.
* After seeing the 481 line diff I had to apply t...Paul Phillips2011-02-104-0/+605
| | | | | | | | | | After seeing the 481 line diff I had to apply to bring the checkfile up to date, I concluded this test cannot be in the general pool: this is the third build break in the last few days, because it changes output like some people change socks. (Hygenic people.) Sorry to move it to disabled iulian, but I don't know what else to do with it on short notice. Review by dragos.
* Switched back to StoreReporter for presentation...Iulian Dragos2011-02-034-614/+0
| | | | | | | | Switched back to StoreReporter for presentation compiler tests. This eats up error messages, but if the output is correct we don't mind a spurious error here and there. Renabled simple presentation compiler tests. no review.
* Updated completion tests, still waiting for a d...Iulian Dragos2011-02-022-51/+261
| | | | | | Updated completion tests, still waiting for a divergent implicits fix in the presentation compiler. no review.
* Made the presentation compiler reporter in inte...Iulian Dragos2011-01-282-6/+7
| | | | | | Made the presentation compiler reporter in interactive tests show up error messages.no review.
* Re-enabled one presentation compiler test.Iulian Dragos2011-01-273-95/+0
|
* Re-enabled another position check in FindTrees.Iulian Dragos2011-01-272-2/+5
|
* Disabled presentation compiler tests.Iulian Dragos2011-01-267-0/+495