From e54eeda0ff4b777899491e2a753481e9c73af7df Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Mon, 11 Dec 2023 20:36:03 -0800 Subject: test(tvix/eval): test branching on catchable defaults (b/343) This is a test case for b/343, wherein tvix dies if you try to branch on an argument whose defaulted value is a catchable. Change-Id: I891ca825e39ad14dda9f220f06d9591874fcd45d Reviewed-on: https://cl.tvl.fyi/c/depot/+/10287 Reviewed-by: tazjin Autosubmit: Adam Joseph Tested-by: BuildkiteCI --- .../notyetpassing/eval-okay-test-catchables-in-default-args.exp | 1 + 1 file changed, 1 insertion(+) create mode 100644 tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-test-catchables-in-default-args.exp (limited to 'tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-test-catchables-in-default-args.exp') diff --git a/tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-test-catchables-in-default-args.exp b/tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-test-catchables-in-default-args.exp new file mode 100644 index 000000000000..c508d5366f70 --- /dev/null +++ b/tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-test-catchables-in-default-args.exp @@ -0,0 +1 @@ +false -- cgit 1.4.1