summaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
authorJan Krems <jan.krems@groupon.com>2017-04-06 09:47:51 -0700
committerAlexey Orlenko <eaglexrlnk@gmail.com>2017-04-09 21:45:58 +0300
commit1807080d3d94f930cdf6f145fc33b916bec8c4be (patch)
treed5503e323a092b44916c116054b705a629afeb7f /test/README.md
parent4dde87620aa35ccf4871b9a528593166ee68feee (diff)
downloadandroid-node-v8-1807080d3d94f930cdf6f145fc33b916bec8c4be.tar.gz
android-node-v8-1807080d3d94f930cdf6f145fc33b916bec8c4be.tar.bz2
android-node-v8-1807080d3d94f930cdf6f145fc33b916bec8c4be.zip
doc: update information on test/known_issues
* Since https://github.com/nodejs/node/pull/6559 known_issues does run on CI. * Add some notes to explain the expectations around tests in known_issues. PR-URL: https://github.com/nodejs/node/pull/12262 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/README.md b/test/README.md
index 65c9797f1c..a9ea434a23 100644
--- a/test/README.md
+++ b/test/README.md
@@ -90,8 +90,12 @@ On how to run tests in this direcotry, see
</tr>
<tr>
<td>known_issues</td>
- <td>No</td>
- <td>Tests reproducing known issues within the system.</td>
+ <td>Yes</td>
+ <td>
+ Tests reproducing known issues within the system. All tests inside of
+ this directory are expected to fail consistently. If a test doesn't fail
+ on certain platforms, those should be skipped via `known_issues.status`.
+ </td>
</tr>
<tr>
<td>message</td>