summaryrefslogtreecommitdiff
path: root/test/files/neg/scopes.scala
Commit message (Collapse)AuthorAgeFilesLines
* splitting up scopes test into two parts.Lukas Rytz2010-10-211-2/+0
| | | | | | | | | | the behavior on the IBM VMs is really funny. when running the scopes test individually (using partest or ant), it succeeds. even when running all the neg tests with ant it succeeds. but when running the whole test suite, it fails. no review.
* The next batch of tests put up a little more st...Paul Phillips2010-10-021-0/+20
| | | | | | | | | | | | | | 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.
* Moving currently problematic tests to pending.Geoffrey Washburn2008-08-051-20/+0
|
* fixed slice methodMartin Odersky2007-02-201-1/+1
|
* fixed testsMartin Odersky2007-02-151-1/+1
|
* added test case in neg/scopes.scalamichelou2007-01-081-0/+2
|
* added test in neg/scopes.scalamichelou2006-12-141-5/+9
|
* moved from pendingmichelou2006-12-131-0/+14