diff options
author | Vincent Ambo <mail@tazj.in> | 2020-07-19T13·37+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-07-19T16·33+0000 |
commit | 97e649922542ef66c9d80cb1b41817ed07c2c5a6 (patch) | |
tree | e5049c906005c19bfeb60901e8fda03739eaf42b /third_party/nix/src/tests/lang/disabled/README.txt | |
parent | bc7652d78323831f1b4520533299a8cbc4febcc6 (diff) |
test(3p/nix): Partially enable evaluator success tests r/1397
Enables the `eval-okay-` test suite, with some caveats: * The output is not yet checked against the expected value, so the tests only check that pure evaluation succeeds * A handful of tests have been disabled as they are causing failures that may be related to the DummyStore implementation. Both of these will be addressed in followup commits, but there is already some value in having the pure evaluation tests pass. Change-Id: I62236c95ebffb06dc64a45455a8ee04344c400b7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1284 Tested-by: BuildkiteCI Reviewed-by: isomer <isomer@tvl.fyi> Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'third_party/nix/src/tests/lang/disabled/README.txt')
-rw-r--r-- | third_party/nix/src/tests/lang/disabled/README.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/nix/src/tests/lang/disabled/README.txt b/third_party/nix/src/tests/lang/disabled/README.txt new file mode 100644 index 000000000000..3dbcbf4f0dd9 --- /dev/null +++ b/third_party/nix/src/tests/lang/disabled/README.txt @@ -0,0 +1,7 @@ +These tests are disabeld primarily because the DummyStore used for +tests does not interact with real files on disk at the moment, but the +tests expect it to. + +Once we have a solution for this (potentially just reading & hashing +the files, but not writing them anywhere) these tests will be enabled +again. |