about summary refs log tree commit diff
path: root/tvix/eval/src
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-01-23T12·00+0200
committerclbot <clbot@tvl.fyi>2024-01-23T12·16+0000
commite8061fc6190fdeaadb9d8ebc8d8dba15c9c6f5c4 (patch)
tree8996c0fa05217af20bdac5bf7b1fb1686cce2f5d /tvix/eval/src
parente81c02311ceca1c3abc2f5ac8b423131af0ed291 (diff)
docs(tvix/eval/tests): update comment r/7441
There's no `expected_failures` feature, we run them unconditionally.

Change-Id: Ibe1c93497e040d0d5b6cbfcaa043027814c191f1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10681
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/eval/src')
-rw-r--r--tvix/eval/src/tests/mod.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tvix/eval/src/tests/mod.rs b/tvix/eval/src/tests/mod.rs
index d8b593ae99..c80368970e 100644
--- a/tvix/eval/src/tests/mod.rs
+++ b/tvix/eval/src/tests/mod.rs
@@ -156,8 +156,7 @@ fn nix_eval_okay(#[files("src/tests/nix_tests/eval-okay-*.nix")] code_path: Path
 // eval-okay-* tests from the original Nix test suite which do not yet pass for tvix
 //
 // Eventually there will be none of these left, and this function
-// will disappear :) Until then, to run these tests, use `cargo test
-// --features expected_failures`.
+// will disappear :)
 //
 // Please don't submit failing tests unless they're in
 // notyetpassing; this makes the test suite much more useful for