summaryrefslogtreecommitdiff
path: root/test/pending
Commit message (Collapse)AuthorAgeFilesLines
...
* ScalaRunTime method to perform sameElements as ...Paul Phillips2010-03-051-1/+0
| | | | | | ScalaRunTime method to perform sameElements as fix for #2867. Review by odersky.
* Fixes the problem mentioned in #2882, which see...Hubert Plociniczak2010-02-034-11/+0
| | | | | Fixes the problem mentioned in #2882, which seems to be the reason for #2280 - allow simple ananlysis on java sources. Review by dragos
* Moved some test cases from pending to files sin...Paul Phillips2010-01-2810-206/+0
| | | | | | | | Moved some test cases from pending to files since the bugs they were watching for seem to be fixed. Moved some other test cases from pending to disabled because they deceptively claim to pass while investigation reveals the ticket needs to remain open. Closes #1996, #2660.
* One of those "$.05 for the bolt, $50,000 for kn...Paul Phillips2010-01-285-91/+0
| | | | | | | | | One of those "$.05 for the bolt, $50,000 for knowing where to put it" commits. Closes #425, #816, #2310, #2691. All credit for this patch goes to me for having the genius to know when new eyes were needed (although if you're feeling generous some could also go to walter korman for the actual debugging and code writing part.)
* Another batch of tests. No review.Hubert Plociniczak2010-01-264-0/+11
|
* Changed the info statements in refined build ma...Hubert Plociniczak2010-01-264-0/+12
| | | | | | | | Changed the info statements in refined build manager to print the information in more consistent way, so that we can test it using partest. Added more tests for build manager, more to follow... No review.
* Moved test case for just-reverted patch to pend...Paul Phillips2010-01-211-0/+1
| | | | | Moved test case for just-reverted patch to pending. No review.
* Added test to pending with extensive exploratio...Paul Phillips2010-01-191-0/+193
| | | | | | Added test to pending with extensive exploration of behaviors of instanceOf as compared with type matching.
* Fix for #2365.Paul Phillips2010-01-153-0/+49
| | | | | | | | | | | | | | a soft reference around cached classes so they do not interfere with garbage collection. There is a test case, but it is in pending because I spent longer trying to get it to fail under partest than I did writing the actual patch. If you would like to see the behavior which was corrected, go to test/pending/run/bug2365 and run that script with scalac built before and after this commit. Review by dubochet.
* Moved the test for #2364 to pending because it ...Paul Phillips2010-01-112-0/+61
| | | | | | Moved the test for #2364 to pending because it apparently uses some nonstandard classes.
* Moved plugin neg tests to pending. No review.Philipp Haller2010-01-0542-0/+368
|
* Disabling test for #1801 yet again, still faili...Antonio Cunei2009-12-182-0/+37
| | | | | | Disabling test for #1801 yet again, still failing on some systems. No review.
* Reverting r19988 (restoring test for #1801).Antonio Cunei2009-12-162-37/+0
| | | | | No review.
* moved t2515 to pending (fails on ibm6). no reviewLukas Rytz2009-12-092-0/+53
|
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
|
* Moved non-deterministic test for see #1801 to p...Philipp Haller2009-12-022-0/+37
| | | | | Moved non-deterministic test for see #1801 to pending.
* tests in pending for see #2705 -- note that par...Adriaan Moors2009-11-273-0/+10
| | | | | tests in pending for see #2705 -- note that partest does not work for jvm tests under pending, move to files and it works, see #2711
* Closed #2629 #2639 #2669Martin Odersky2009-11-241-16/+0
|
* pending test: see #2660, #2691Adriaan Moors2009-11-242-0/+34
|
* Moved failing test due to fix of #2635 to pending.Martin Odersky2009-11-221-0/+21
|
* Contents of scala.Math moved into scala.math pa...Paul Phillips2009-11-171-7/+0
| | | | | | Contents of scala.Math moved into scala.math package object, and scala.Math deprecated. Also a couple janitorial cleanups.
* test cases in pendingAdriaan Moors2009-11-166-0/+145
|
* Moved (non-regression) actor-receive-sender tes...Philipp Haller2009-11-092-0/+53
| | | | | | Moved (non-regression) actor-receive-sender test to pending for bug fixing.
* A pending test for #2087, and a script test whichPaul Phillips2009-10-221-0/+8
| | | | | | | | is supposed to exercise r19165, except that I discovered that no script tests have been run since July 2008: r15658 says "remove script tests for now - they seem to block in certain configurations."
* Fixed #2422 abd #2461Martin Odersky2009-10-131-0/+25
|
* Fixed #2444Martin Odersky2009-10-128-126/+0
|
* reverted immutable.Vector because it gave rando...Martin Odersky2009-10-1215-79/+80
| | | | | | reverted immutable.Vector because it gave random build errors on my machine. Fixed various tickets, updated test and check files.
* Moved a pile of passing tests from pending to f...Paul Phillips2009-10-0717-200/+16
| | | | | | Moved a pile of passing tests from pending to files, fixed some untesty tests, and will now close the associated tickets.
* Fixed #1000, #2060Martin Odersky2009-10-071-0/+14
|
* fixed #2421: checkBounds in typedImplicit0 to f...Adriaan Moors2009-10-062-51/+0
| | | | | | fixed #2421: checkBounds in typedImplicit0 to filter out implicit searchresults that result in nonsenical type instantiations
* Sequence->SeqMartin Odersky2009-10-0233-0/+543
|
* Test case for #2030 and #2056.Paul Phillips2009-10-012-8/+0
|
* missing test cases for #2261, #2293, #2421Adriaan Moors2009-10-012-0/+51
|
* Reverted r18215 at martin's request.Paul Phillips2009-09-252-0/+12
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-2428-20/+18
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* fixed headers/comments/svn props, made some pro...michelou2009-09-152-129/+248
| | | | | | fixed headers/comments/svn props, made some progress with serializable classes
* Moved test case for now-fixed #2027 into files.Paul Phillips2009-09-011-7/+0
|
* removed t1701 from pending as it's now in files.Paul Phillips2009-08-181-1/+0
|
* Test in pending for #2261.Paul Phillips2009-08-161-0/+6
|
* Test case for #612.Paul Phillips2009-08-122-10/+0
|
* Re-enabled forwarders and moved the formerly fa...Paul Phillips2009-08-034-27/+0
| | | | | | Re-enabled forwarders and moved the formerly failing tests for #363 and #1745 out of pending.
* Fix and test case for #1260.Paul Phillips2009-07-111-17/+0
|
* The presently salvageable portion of my attempt...Paul Phillips2009-07-091-0/+41
| | | | | | | The presently salvageable portion of my attempt to fix bugs #425 and #816 (which I have indeed fixed, but a bazillion other test cases broke so the fix is commented out until I can make everyone happy at once.)
* Implemented proposed strategy for #1503 and mov...Paul Phillips2009-07-052-12/+0
| | | | | | Implemented proposed strategy for #1503 and moved test case out of pending (and fixed it so it didn't throw a match error.)
* Added test for #2060.Philipp Haller2009-06-231-0/+28
|
* Added test for #2034.Philipp Haller2009-06-221-0/+14
|
* Added test for #2079.Philipp Haller2009-06-221-0/+25
|
* Added test for #2078.Philipp Haller2009-06-221-0/+9
|
* Added tests for #2027 and #2030.Philipp Haller2009-06-163-0/+15
|
* Moved test for #1801 to pending for offline bug...Philipp Haller2009-06-142-0/+37
| | | | | Moved test for #1801 to pending for offline bug fixing.