From 60bc95f28326e4806156c0c2d59f431590633a53 Mon Sep 17 00:00:00 2001 From: Krista 'DarthMama' Bennett Date: Tue, 10 Mar 2020 14:59:01 +0100 Subject: [PATCH] update test doc --- test/README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/test/README.md b/test/README.md index 8da62536..2fe8808d 100644 --- a/test/README.md +++ b/test/README.md @@ -206,14 +206,5 @@ Script next on the agenda... # Known Problems -There are 5 (maybe 6) tests that currently fail which are the function of -broken tests, not the engine. They are on the agenda to fix (expired -keys inside imported mails, etc). You'll see something like this - please -ignore for this particular second in time: -``` - 170 ms: ./EngineTests SubkeyRatingEvalTest.check_subkey_rating_eval_no_es - 170 ms: ./EngineTests SubkeyRatingEvalTest.check_subkey_rating_eval_revoked_sign_no_alt - 253 ms: ./EngineTests SubkeyRatingEvalTest.check_subkey_rating_eval_weak_e_strong_ecc_se - 1189 ms: ./EngineTests KeyResetMessageTest.check_non_reset_receive_revoked - 1376 ms: ./EngineTests KeyResetMessageTest.check_reset_receive_revoked -``` +The normal run of the tests in parallel eats output. Try running the individual test case as above if you need to see a test case's output. +