From a600e7273f9b444e711d777c5b5be8f2ec0303a0 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 9 Aug 2024 00:10:22 +0800 Subject: [PATCH] loongarch: Document a known failure --- chapter08/python.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chapter08/python.xml b/chapter08/python.xml index 0f22ab2a9..86a162476 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -90,6 +90,13 @@ automatically re-run failed tests. If a test failed but then passed when re-run, it should be considered as passed. + + One test named test.test_asyncio.test_sendfile + is known to fail depending on the version and configuration of the host + kernel. + Install the package: make install