From a50f008f69ddf95b528b153b113f91f11a4978fa Mon Sep 17 00:00:00 2001 From: Jef Date: Mon, 18 Mar 2019 19:43:27 +0100 Subject: [PATCH] Remove misc tests from readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6fb0eedd2..b2ad0b9af1 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ Now obviously I'm not advocating for replacing FireFox's optimising compiler wit ## Specification compliance -It's hard to judge, since each test in the spec testsuite covers a wide range of features (to check their interactions), but currently 61 out of 74 of the spec suite tests pass when run in Wasmtime with Lightbeam as a backend. Here's the full test output: +It's hard to judge, since each test in the spec testsuite covers a wide range of features (to check their interactions), but currently 59 out of 74 of the spec suite tests pass when run in Wasmtime with Lightbeam as a backend. Here's the full test output: ``` running 76 tests @@ -244,7 +244,7 @@ test spec_testsuite::tee_local ... FAILED test spec_testsuite::unreachable ... ok test spec_testsuite::names ... FAILED -test result: FAILED. 61 passed; 13 failed; 0 ignored; 0 measured; 0 filtered out +test result: FAILED. 59 passed; 15 failed; 0 ignored; 0 measured; 0 filtered out ``` ## Getting involved