root/trunk/ProjectFortress/not_passing_yet
@
3301
| Name | Size | Rev | Age | Last Change |
|---|---|---|---|---|
| ../ | ||||
| testDupInit | 3278 | 11 months | [copyright] Fixed copyright notices. | |
| arrayArgs.fss | 0.9 KB | 2 | 3 years | Added information about demo programs (including which ones are broken). |
| arrayComp.fss | 0.9 KB | 580 | 2 years | Now, this program can be parsed. |
| builtinPrimTest.fss | 1.2 KB | 2220 | 17 months | [copyright] Fixed copyright notices. |
| comprehensions.fss | 1.6 KB | 2043 | 17 months | [tests] Fixed some test programs. Moved working test programs to the … |
| conditionalExtension.fss | 1.8 KB | 2165 | 17 months | [tests] Moved SyntaxRepetition? tests out of the nightly build for now. … |
| contraTest.fss | 1.2 KB | 2419 | 16 months | [Library, static analysis, tests] Added type Object to … |
| contraUnification.fss | 1.0 KB | 348 | 3 years | Positive feedback benchmark. Fixed SeqRange? to use a while loop (oops! … |
| CrossOverloaded.fss | 1.0 KB | 2968 | 13 months | [Typechecker] Checks bounds of static params. |
| desugarBug0.fss | 1.3 KB | 2043 | 17 months | [tests] Fixed some test programs. Moved working test programs to the … |
| dimensionUnit.fss | 1.2 KB | 2046 | 17 months | [tests] Fixed test programs. |
| Expr.Array.Pasting.fss | 1.0 KB | 989 | 2 years | Added a test file for non-working array pasting. |
| extendsParam.fss | 1.0 KB | 2043 | 17 months | [tests] Fixed some test programs. Moved working test programs to the … |
| falseMethodVisibility.fss | 1.1 KB | 2450 | 16 months | [syntax] merge syntax branch to trunk. add support for nonterminal with … |
| FunctionalMethodLookup.fss | 5.4 KB | 3237 | 11 months | [libraries, tests] Replace toString by asString throughout. |
| GenericOverload4.fss | 1.3 KB | 1331 | 21 months | Fixed copyright notices. |
| getterUsedNotApplied.fss | 1.1 KB | 3056 | 13 months | converted many toString() methods to asString getters |
| hasTypeObject.fss | 0.9 KB | 2048 | 17 months | [copyright] Fixed copyright notices. |
| HatOps.fss | 0.9 KB | 345 | 3 years | Moved a bunch of working tests from not_passing_yet to tests. Minor tweaks … |
| HiLoInference.fss | 1.2 KB | 1816 | 18 months | Added test for bug #126, fixed bug #126 |
| ImportLocalCollision.fss | 1.0 KB | 2450 | 16 months | [syntax] merge syntax branch to trunk. add support for nonterminal with … |
| keywords.fss | 1.1 KB | 2048 | 17 months | [copyright] Fixed copyright notices. |
| knuth.fss | 1.4 KB | 2158 | 17 months | [tests] the knuth stack overflows on solaris. moving the test to … |
| localGeneric.fss | 1.3 KB | 706 | 2 years | Updated information on outstanding errors. |
| monoidalPolymorphism.fss | 3.2 KB | 2046 | 17 months | [tests] Fixed test programs. |
| MyIdentity.fss | 1.3 KB | 2994 | 13 months | Turned on compiled top-level environments and added initial scaffolding … |
| overloadedLocalFunctions.fss | 1.2 KB | 1702 | 18 months | Overloading of local functions is not implemented. (Ticket #113) |
| ParametricTree0.fss | 1.2 KB | 2043 | 17 months | [tests] Fixed some test programs. Moved working test programs to the … |
| ParametricTree.fss | 1.3 KB | 2043 | 17 months | [tests] Fixed some test programs. Moved working test programs to the … |
| simpleForeignImport.fss | 0.9 KB | 3301 | 11 months | We get as far as disambiguation |
| SimpleTrait.fss | 0.9 KB | 2165 | 17 months | [tests] Moved SyntaxRepetition? tests out of the nightly build for now. … |
| singletonArray.fss | 0.9 KB | 2 | 3 years | Added information about demo programs (including which ones are broken). |
| staticArg.fss | 1.0 KB | 2046 | 17 months | [tests] Fixed test programs. |
| staticParamNotFound.fss | 2.0 KB | 3077 | 12 months | [ast] Merged FnDecl? and FnDef? to FnDecl?. |
| SymbolicOverloadBug.fss | 1.6 KB | 1079 | 2 years | Sukyoung found a bug in generic overloading, which has been worked around … |
| testDupInit.sh | 1.0 KB | 3230 | 11 months | Example code for #317. |
| testImport.fss | 1.1 KB | 2713 | 15 months | The interpreter is no longer performing imports, and instead relies on … |
| TestImportExport.fss | 0.9 KB | 2713 | 15 months | The interpreter is no longer performing imports, and instead relies on … |
| testMethodInference.fss | 1.3 KB | 3237 | 11 months | [libraries, tests] Replace toString by asString throughout. |
| toplevelArray.fss | 0.9 KB | 2043 | 17 months | [tests] Fixed some test programs. Moved working test programs to the … |
| tree.fss | 84.0 KB | 3237 | 11 months | [libraries, tests] Replace toString by asString throughout. |
| trivialForeignImport.fss | 0.9 KB | 3289 | 11 months | Feeding generated APIs to static analysis, not yet working |
| typeCheckErrorForAbsFldRef.fss | 0.9 KB | 2815 | 15 months | [interpreter] Signals an error with an informative message instead of a … |
| UnitExpr.fss | 0.8 KB | 2048 | 17 months | [copyright] Fixed copyright notices. |
| WhereConstraints.fss | 0.9 KB | 1110 | 2 years | 1. Implemented the new where-clause syntax. 2. SUM and PROD are … |
| XXXextendZZ32.fss | 0.9 KB | 2263 | 17 months | IntLiteral? is now a subtype of ZZ32 (and thus of every other numeric … |
| XXXfalseMethodVisibility.fss | 1.1 KB | 2360 | 16 months | [shell] use the correct apiname for the file given on the command line and … |
| XXXillegalOverloading.fss | 1.1 KB | 2043 | 17 months | [tests] Fixed some test programs. Moved working test programs to the … |
| XXXillegalShadowing.fss | 1.4 KB | 2345 | 16 months | [test] Renamed/repaired some tests |
| XXXillegalShadowOfLocalFunc.fss | 1.2 KB | 2910 | 14 months | [tool] The 'abstract' keyword is now added to methods where necessary by … |
| XXXoverloadTest4.fss | 1.3 KB | 3196 | 12 months | The new world of printing |
| XXXReferenceToMissingGenericFunction.fss | 1.1 KB | 3084 | 12 months | added test for new bug #308 |
| XXXShadowTest1.fss | 1.2 KB | 2304 | 16 months | [copyright] Fixed copyright notices. |
| XXXtestTuple.fss | 1.1 KB | 2046 | 17 months | [tests] Fixed test programs. |
| XXXUseMissingExport.fss | 1.1 KB | 3029 | 13 months | Add test for reporting of imported entities that are not present in the … |
| XXXwrongArrayDim.fss | 1.4 KB | 2043 | 17 months | [tests] Fixed some test programs. Moved working test programs to the … |
Note: See TracBrowser
for help on using the browser.

