about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-logical-and-catchable.nix
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2023-12-12T12·22-0800
committerclbot <clbot@tvl.fyi>2023-12-12T17·04+0000
commitbb1e79e5d19a43beeebe8f858019131c57f99c65 (patch)
tree893ad0dc2ea8089afeb8aa3b01f306c6d3d613fd /tvix/eval/src/tests/tvix_tests/eval-okay-logical-and-catchable.nix
parentbcc1ea85521ea99e03efb97bf397cd63ebc3398e (diff)
fix(tvix/eval): propagate catchables through `&&` r/7192
Change-Id: I7bb5ac1ef47b41c47269e64cee0e90eb64c6fcce
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10322
Autosubmit: Adam Joseph <adam@westernsemico.com>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to '')
-rw-r--r--tvix/eval/src/tests/tvix_tests/eval-okay-logical-and-catchable.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-logical-and-catchable.nix b/tvix/eval/src/tests/tvix_tests/eval-okay-logical-and-catchable.nix
new file mode 100644
index 0000000000..f731f09241
--- /dev/null
+++ b/tvix/eval/src/tests/tvix_tests/eval-okay-logical-and-catchable.nix
@@ -0,0 +1 @@
+(builtins.tryEval (  (throw "fred") && (throw "jill") )).success