unison/unison-src/tests
2018-08-30 10:41:58 -04:00
..
stream fix scala tests to for new Foo.+ (vs +_Foo) syntax for qualified operators, also reduced test sizes for Sequence a bit so they don't take forever 2018-07-30 09:30:13 -04:00
abort.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
ask-inferred.u remove hack that would prevent effect inference of more than two concrete effects 2018-08-27 17:12:54 -04:00
console1.uu Kill the computer 2018-08-16 12:42:38 -04:00
console.u Fixed console.uu 2018-08-23 14:56:50 -04:00
data-references-builtins.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
delay_parse.uu A few failing typechecker tests 2018-08-26 21:14:32 +01:00
delay.u forgot to add this to commit, updated test file for new syntax 2018-08-05 19:10:59 -04:00
effect1.u forgot to add tests that exercise this to the commit 2018-08-24 09:26:12 -04:00
effect-instantiation.uu Add a couple pending tests 2018-08-30 10:41:58 -04:00
fib4.u fix scala tests to for new Foo.+ (vs +_Foo) syntax for qualified operators, also reduced test sizes for Sequence a bit so they don't take forever 2018-07-30 09:30:13 -04:00
id.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
if.u move bootstrap.sh and test.sh to scripts/ and add watch.sh also 2018-08-03 03:50:54 -04:00
imports2.uu pending test of importing local definitions 2018-08-16 19:24:55 -04:00
imports.u simplify syntax 2018-08-03 03:50:54 -04:00
io-state2.u forgot to add tests that exercise this to the commit 2018-08-24 09:26:12 -04:00
io-state3.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
keyword-parse.u test no longer pending 2018-08-29 11:29:42 -04:00
map-reduce.u builtins are effect polymorphic 2018-08-30 10:32:06 -04:00
map-traverse2.u seems to be working but regression in map-reduce.u 2018-08-29 23:39:46 -04:00
map-traverse.u Merge branch 'master' into wip/effects 2018-08-14 16:13:50 -04:00
one-liners.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
one-liners.uu moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
pattern-matching2.uu add some pattern matching tests 2018-08-16 11:34:37 -04:00
pattern-matching.u everything compiling with new pattern checking but tests not passing in effect pattern inference 2018-08-22 15:51:09 -04:00
quote-parse-bug.uu Add a couple pending tests 2018-08-30 10:41:58 -04:00
r0.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r1.u moved a couple typechecker tests to .u files 2018-08-07 13:25:05 -04:00
r2.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r3.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r4negate.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r4x.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r5.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r6.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r7.0.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r7.1.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r7.2.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r8.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r9.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r10.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r11.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r12.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r13.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r14.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
state1.u Fixed console.uu 2018-08-23 14:56:50 -04:00
state1a.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
state2.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
state2a.uu added some pending tests 2018-08-22 10:57:18 -04:00
state2b.uu added some pending tests 2018-08-22 10:57:18 -04:00
state3.u unison-src/errors/state3.uu currently typechecks, even though it uses but doesn't handle the effect-pure case 2018-08-09 16:19:01 -04:00
stream-shouldnt-damage-stack.u fix scala tests to for new Foo.+ (vs +_Foo) syntax for qualified operators, also reduced test sizes for Sequence a bit so they don't take forever 2018-07-30 09:30:13 -04:00
tdnr2.u Actually fail when TDNR has suggestions. 2018-08-17 22:21:51 -04:00
tdnr.u TDNR actually does work. Phase 1. Phase 2 is fixpoint. 2018-08-14 10:47:37 -04:00
tictactoe2.uu resurrect old tictactoe.uu since it was a failing test case, needed to debug 2018-08-17 13:01:46 -04:00
tictactoe.uu tictactoe.uu update (thanks @atacratic!) 2018-08-16 19:19:29 -04:00
tuple.u fix scala tests to for new Foo.+ (vs +_Foo) syntax for qualified operators, also reduced test sizes for Sequence a bit so they don't take forever 2018-07-30 09:30:13 -04:00
unit.uu add a couple tests, and shuffled some others around. 2018-08-08 22:21:57 -04:00
void.u add a couple tests, and shuffled some others around. 2018-08-08 22:21:57 -04:00