diff options
author | Nadrieril | 2020-03-07 22:14:41 +0000 |
---|---|---|
committer | Nadrieril | 2020-03-10 18:00:38 +0000 |
commit | a610f53d794f430a9f57c37d8b88f76a62620506 (patch) | |
tree | 3bc3e69e3b9385a9583ba522ddfd9acd9f8961dd /tests_buffer | |
parent | 98d1b68b40d190b29f3fb1266de2794cc8ab9e54 (diff) |
Upstream all local tests
See https://github.com/dhall-lang/dhall-lang/pull/933
Diffstat (limited to '')
-rw-r--r-- | tests_buffer | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests_buffer b/tests_buffer index 478edbb..de49f25 100644 --- a/tests_buffer +++ b/tests_buffer @@ -10,24 +10,15 @@ binary decoding: decode old-style optional literals ? import: -success/ - recover type error - recover recursive import error failure/ don't recover cycle don't resolve symlinks in canonicalizing normalization: -variables across import boundaries type-inference: something that involves destructuring a recordtype after merge add some of the more complicated Prelude tests back, like List/enumerate -success/ - regression/ - somehow test that ({ x = { z = 1 } } ∧ { x = { y = 2 } }).x has a type - somehow test that the recordtype from List/indexed has a type in both empty and nonempty cases - somehow test types added to the Foo/build closures failure/ \(_: Bool) -> assert : (\(_: Bool) -> _) === (\(x: Bool) -> _) merge { x = λ(x : Bool) → x } (< x: Bool | y: Natural >.x True) |