about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/notyetpassing
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2023-12-12T06·41-0800
committerclbot <clbot@tvl.fyi>2023-12-12T15·47+0000
commitedf411a86cddecc953ef4be621ae527d5269a800 (patch)
tree031550394d2af011dacb0bb60d331b3529222c82 /tvix/eval/src/tests/tvix_tests/notyetpassing
parent24ff74d3463fd85077acfb211b4b32677e18db6e (diff)
fix(tvix/eval): fix recovering from throws in implications r/7180
This fixes b/345.

Change-Id: Ic0d3b6ffacd2a5e0050d22354d08320b69a4fe13
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10290
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: Adam Joseph <adam@westernsemico.com>
Diffstat (limited to 'tvix/eval/src/tests/tvix_tests/notyetpassing')
-rw-r--r--tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-test-catchables-in-implications.exp1
-rw-r--r--tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-test-catchables-in-implications.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-test-catchables-in-implications.exp b/tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-test-catchables-in-implications.exp
deleted file mode 100644
index c508d5366f70..000000000000
--- a/tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-test-catchables-in-implications.exp
+++ /dev/null
@@ -1 +0,0 @@
-false
diff --git a/tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-test-catchables-in-implications.nix b/tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-test-catchables-in-implications.nix
deleted file mode 100644
index 126738d88329..000000000000
--- a/tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-test-catchables-in-implications.nix
+++ /dev/null
@@ -1 +0,0 @@
-(builtins.tryEval (({ foo ? throw "up" }: foo -> true) { })).success