summaryrefslogtreecommitdiff
path: root/tests_buffer
diff options
context:
space:
mode:
authorNadrieril2020-03-07 22:14:41 +0000
committerNadrieril2020-03-10 18:00:38 +0000
commita610f53d794f430a9f57c37d8b88f76a62620506 (patch)
tree3bc3e69e3b9385a9583ba522ddfd9acd9f8961dd /tests_buffer
parent98d1b68b40d190b29f3fb1266de2794cc8ab9e54 (diff)
Upstream all local tests
See https://github.com/dhall-lang/dhall-lang/pull/933
Diffstat (limited to '')
-rw-r--r--tests_buffer9
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)