summaryrefslogtreecommitdiff
path: root/test/pending/neg
Commit message (Collapse)AuthorAgeFilesLines
* A modifier's work is never done.Paul Phillips2010-10-261-5/+0
| | | | | | | protected and its bevy of corner cases. Closes #3939, #3947. This patch is intended for both trunk and 2.8.1. Already reviewed and co-authored by moors, and review by oderksy.
* oh well.. so let's remove that test. no review.Lukas Rytz2010-10-212-0/+15
|
* One last batch of test cleanups and I think I'l...Paul Phillips2010-10-0314-118/+27
| | | | | | | 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-023-69/+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-021-10/+10
| | | | | | | | | | | | | | | | | 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-281-25/+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.
* pending test for #3663Lukas Rytz2010-08-062-0/+28
|
* Reverts r21973, the patch I characterized as "h...Paul Phillips2010-06-042-0/+10
| | | | | | | Reverts r21973, the patch I characterized as "hacky but no-risk" in my commit message, for causing #3480. Closes #3480. I'd say no review but who can trust a guy who throws around "no risk" with such abandon.
* If I work on this patch any longer without chec...Paul Phillips2010-04-051-0/+7
| | | | | | | | | | | | | | | | 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.]
* Moved plugin neg tests to pending. No review.Philipp Haller2010-01-0542-0/+368
|
* Closed #2629 #2639 #2669Martin Odersky2009-11-241-16/+0
|
* Fixed #2422 abd #2461Martin Odersky2009-10-131-0/+25
|
* Sequence->SeqMartin Odersky2009-10-025-0/+104
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-243-3/+3
| | | | | | | | [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.
* removed t1701 from pending as it's now in files.Paul Phillips2009-08-181-1/+0
|
* Added test for #2079.Philipp Haller2009-06-221-0/+25
|
* Added test for #2078.Philipp Haller2009-06-221-0/+9
|
* Added a series of pending test cases.Gilles Dubochet2009-06-091-0/+14
|
* Began evaluation of the tests in pending, and m...Paul Phillips2009-02-1616-96/+1
| | | | | | Began evaluation of the tests in pending, and moved/updated/removed .scala and .check files as warranted.
* added pending test for #1701Lukas Rytz2009-02-091-0/+1
|
* Moved successful tests from pending.Geoffrey Washburn2008-10-082-9/+0
|
* These tests have already been moved from pendin...Geoffrey Washburn2008-08-052-10/+0
| | | | | These tests have already been moved from pending to files.
* Moving currently problematic tests to pending.Geoffrey Washburn2008-08-052-0/+50
|
* test for #1049pradel2008-06-201-0/+5
|
* added tests for #1035 and #1038 to pendingpradel2008-06-172-0/+11
|
* Pending test for #673, #695NAME2008-04-013-0/+10
|
* Pending test for #699NAME2008-03-313-0/+19
|
* Pending test for #653NAME2008-03-312-0/+11
|
* Pending test for #605NAME2008-03-181-0/+3
|
* Pending test for #625NAME2008-03-122-0/+11
|
* 1.Martin Odersky2008-03-101-0/+6
| | | | | | | | 2. Added * operator to RichString 3. changed zip in Array to accept arrays of different length 4. changed takeWhile/dropWhile in Array to yield Projections 5. Added Manifest types
* Pending test for #606NAME2008-03-072-0/+10
|
* quick fix for the first part of bug1210 (compil...Adriaan Moors2007-07-201-0/+10
| | | | | quick fix for the first part of bug1210 (compiler loops in normalize), so that the other problem is revealed: escaping variable is not detected. For the first part, I added an ugly explicit if to `normalize` -- I haven't figured out why it's needed yet.
* Moved some test from pending/ to files/mihaylov2007-04-176-23/+0
|
* adding test files from tcpoly branch without hi...Adriaan Moors2007-04-061-0/+12
| | | | | adding test files from tcpoly branch without history -- much faster this way, sorry
* copying tests from tcpoly branchAdriaan Moors2007-04-061-0/+46
|
* Revamped scala-doc.Sean McDirmid2007-03-281-0/+8
|
* (no commit message)Lex Spoon2007-03-162-0/+3
|
* added colon to check files in pendingBurak Emir2007-01-085-5/+5
|
* moved from pendingmichelou2006-12-132-36/+0
|
* (no commit message)michelou2006-12-131-4/+7
|
* added test for already defined valuesmichelou2006-12-122-0/+33
|
* For bug838Sean McDirmid2006-11-251-0/+19
|
* Bug fixesMartin Odersky2006-05-081-0/+9
|
* (no commit message)Lex Spoon2006-04-191-0/+10
|
* (no commit message)Martin Odersky2006-04-041-31/+0
|
* fixed several old bugsMartin Odersky2006-03-317-0/+61
|
* Fixed the properties of pending/neg/bug432.scalamihaylov2006-03-281-0/+0
|
* Rearranged directories in test/pending/mihaylov2006-03-284-0/+30