From e505880fdefff8db854dd5e5d442b2750361181e Mon Sep 17 00:00:00 2001 From: Ilan Joselevich Date: Sun, 4 Aug 2024 03:46:22 +0300 Subject: feat(tvix/eval): Re-enable testing for eval-okay-readDir When we moved to building tvix with crate2nix we had to disable the readDir tests for the same reasons mentioned in https://cl.tvl.fyi/c/depot/+/12131. But now with the 12131 CL, we can re-enable the readDir tests. In this change I re-enabled the readDir tests in nix_tests by moving them out of notyetpassing and I also deleted them from tvix_tests because we don't need them in both places. Change-Id: I82ac39605299a8b22d80f8b51fc8ec2476d21dc9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12133 Tested-by: BuildkiteCI Reviewed-by: flokli Autosubmit: Ilan Joselevich --- tvix/eval/src/tests/tvix_tests/readDir/bar | 0 tvix/eval/src/tests/tvix_tests/readDir/foo/.keep | 0 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 tvix/eval/src/tests/tvix_tests/readDir/bar delete mode 100644 tvix/eval/src/tests/tvix_tests/readDir/foo/.keep (limited to 'tvix/eval/src/tests/tvix_tests/readDir') diff --git a/tvix/eval/src/tests/tvix_tests/readDir/bar b/tvix/eval/src/tests/tvix_tests/readDir/bar deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/tvix/eval/src/tests/tvix_tests/readDir/foo/.keep b/tvix/eval/src/tests/tvix_tests/readDir/foo/.keep deleted file mode 100644 index e69de29bb2d1..000000000000 -- cgit 1.4.1