summaryrefslogtreecommitdiff
path: root/test/pending/pos
Commit message (Collapse)AuthorAgeFilesLines
* Moved and removed a bunch of tests from pending.Paul Phillips2011-01-1912-131/+10
|
* One last batch of test cleanups and I think I'l...Paul Phillips2010-10-032-0/+17
| | | | | | | One last batch of test cleanups and I think I'll call it a day. If you're worried I didn't leave any for anyone else, let me put your fears to rest. PLENTY left to sift through. No review.
* The next batch of tests put up a little more st...Paul Phillips2010-10-021-11/+0
| | | | | | | | | | | | | | The next batch of tests put up a little more struggle, but only a little. See test/pending/pos/unappgadteval.scala (the changes for which were in the previous commit) for an example of a test which might be on to something. Any idea what it would take to get it working? // the key lines case i @ Suc() => { (y: Int) => y + 1 } // a = Int => Int case f @ Lam[b,c](x, e) => { (y: b) => eval(e, env.extend(x, y)) } // a = b=>c No review.
* Sorting through the tests in pending from oldes...Paul Phillips2010-10-029-223/+60
| | | | | | | | | | | | | | | | | Sorting through the tests in pending from oldest to newest because I don't believe in having useless appendages. The verdict on the oldest fifteen tests is: 15/15 are fixed. Many were already in files under a different name. I moved a few and deleted the rest. Fun fact of the day: apparently there was a time when to call into java varargs with no arguments you might have to write something like: getClass().getMethod("getCount", Array[java.lang.Class[T] forSome { type T }]()) On this basis I retract any complaints I've ever had about anything. There is one question mark outlined in pos/testCoercionThis.scala, a file formerly called pos/moors.scala and therefore... review by moors.
* Cleaning up the contents of test.Paul Phillips2010-09-2811-162/+0
| | | | | | | | | | | including "CheckEither", written against scalacheck 1.2 in the year 471 AD. Removed all the duplicates I could find, mostly between pending and files. Renamed a bunch of tests so they wouldn't look like likely duplicates next time around. Nominated somebody else to do this once in a while. No review.
* Added test case for see #3636.Philipp Haller2010-07-121-0/+49
|
* Moved the test for #3420 to pending and reopene...Paul Phillips2010-05-202-0/+6
| | | | | | | Moved the test for #3420 to pending and reopened the ticket. The bug only materializes if scalac was itself built with -optimise. (We may need a richer language for describing optimise bugs.) No review.
* Rolled partest back to r21328.Paul Phillips2010-05-061-0/+11
| | | | | | | | changes necessary to plug it back in while preserving everything which has happened since then in tests and such, but we should be the lookout for overreversion. Review by phaller (but as a formality, I don't think it requires direct review.)
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-11/+0
| | | | | | | | | As a brief diversion from real work, implemented Damerau–Levenshtein and ran it on trunk to elicit obvious misspellings. Unfortunately they're mostly in places like compiler comments which real people never see, but I fixed them anyway. All those English Lit majors who peruse our sources are sure to be pleased. No review.
* If I work on this patch any longer without chec...Paul Phillips2010-04-052-0/+4
| | | | | | | | | | | | | | | | If I work on this patch any longer without checking in I will go stark raving mad. It is broken up into a couple pieces. This one is the changes to test/. It includes fixing a bunch of tests, removing deprecated constructs, moving jars used by tests to the most specific plausible location rather than having all jars on the classpath of all tests, and some filesystem layout change (continuations get their whole own srcpath.) This would be the world's most tedious review, so let's say no review. [Note: after this commit, I doubt things will build very smoothly until the rest of the partest changes follow. Which should only be seconds, but just in case.]
* ScalaRunTime method to perform sameElements as ...Paul Phillips2010-03-051-1/+0
| | | | | | ScalaRunTime method to perform sameElements as fix for #2867. Review by odersky.
* 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-284-64/+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.)
* 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.
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
|
* 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
|
* Fixed #2444Martin Odersky2009-10-128-126/+0
|
* reverted immutable.Vector because it gave rando...Martin Odersky2009-10-1212-76/+76
| | | | | | 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-0713-109/+0
| | | | | | Moved a pile of passing tests from pending to files, fixed some untesty tests, and will now close the associated tickets.
* 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-0225-0/+360
|
* missing test cases for #2261, #2293, #2421Adriaan Moors2009-10-012-0/+51
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-2415-11/+11
| | | | | | | | [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.
* 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-032-17/+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
|
* Added test for #2060.Philipp Haller2009-06-231-0/+28
|
* Added a series of pending test cases.Gilles Dubochet2009-06-094-0/+79
|
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+1
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* 1.4-related cleanup and reorganization.Antonio Cunei2009-05-156-0/+45
| | | | | | | Removed a bunch of now useless 1.4 code, merged back jvm5-specific partest tests into the general jvm tests, documentation updates.
* Organized disabled directory so it works with p...Paul Phillips2009-05-092-19/+0
| | | | | | | Organized disabled directory so it works with partest. You can run ./partest --srcpath disabled to run the tests in that location. Fixed a few tests in disabled and pending and moved to files.
* massive new collections checkin.Martin Odersky2009-05-082-0/+19
|
* Moved static forwarder generation behind -Xforw...Paul Phillips2009-03-312-6/+0
| | | | | | | Moved static forwarder generation behind -Xforwarders option. Special cased main so #363 continues to work. Moved test case for #1745 into pending since it requires forwarders to work.
* Pending test for #1840Ingo Maier2009-03-312-0/+6
|
* Pending test for #1836Ingo Maier2009-03-302-0/+2
|
* Removed passing test for #1107 from pending; a ...Paul Phillips2009-03-162-19/+0
| | | | | | Removed passing test for #1107 from pending; a larger test case already exists in files.
* Began evaluation of the tests in pending, and m...Paul Phillips2009-02-163-16/+0
| | | | | | Began evaluation of the tests in pending, and moved/updated/removed .scala and .check files as warranted.
* moved most of the passing tests from pending to...Paul Phillips2009-02-104-45/+0
| | | | | | moved most of the passing tests from pending to files ; reunited inner.scala with inner.check
* Added test for #1659Geoffrey Washburn2009-01-211-0/+4
|
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
|
* Applied Paul's patch for #1380, moved test out ...Geoffrey Washburn2008-11-133-5/+0
| | | | | Applied Paul's patch for #1380, moved test out of pending.
* Corrects classpathPhilipp Haller2008-11-131-1/+1
|
* Reversion of the changes to targetParams which ...David MacIver2008-11-102-6/+17
| | | | | | | | | Reversion of the changes to targetParams which I made to fix #1260 as they caused problems (specifically #1480). This code is wrong but it's the old wrong behaviour, which is less broken than the new wrong behaviour.
* Test for ticket #1480. David MacIver2008-11-091-0/+6
|
* Created a pending test for #1380.Geoffrey Washburn2008-11-043-0/+5
| | | | | | but I can't seem to get it to add gnujaxp.jar to the classpath using the .flags file.
* Added a test for a variant on ticket #425, as i...David MacIver2008-10-301-0/+10
| | | | | | Added a test for a variant on ticket #425, as it gives a completely different compile error.