[gdb/testsuite] Add note to 'Race detection' entry in README
authorTom de Vries <tdevries@suse.de>
Tue, 4 Feb 2020 16:36:17 +0000 (17:36 +0100)
committerTom de Vries <tdevries@suse.de>
Tue, 4 Feb 2020 16:36:17 +0000 (17:36 +0100)
Add note to 'Race detection' entry in README about the possibility that
check-read1 makes failing tests pass.

gdb/testsuite/ChangeLog:

2020-02-04  Tom de Vries  <tdevries@suse.de>

* README (Race detection): Add note.

Change-Id: I12ef2f0ec35abc5a0221585bf30e5f4f0616aa7c

gdb/testsuite/ChangeLog
gdb/testsuite/README

index 8fcf67b13e997d565ba73ffff05cd3f64d62028d..cd496e7837cd5d1e0c63bb6854151cd1f83cdfe6 100644 (file)
@@ -1,3 +1,7 @@
+2020-02-04  Tom de Vries  <tdevries@suse.de>
+
+       * README (Race detection): Add note.
+
 2020-02-04  Tom de Vries  <tdevries@suse.de>
 
        * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
index 4795df1f75969fa25b966aabbcc4c419c62eb6fd..3e42526e623f7c1332157992d2a4913841c691fb 100644 (file)
@@ -352,6 +352,13 @@ Examples:
        make -j10 check-read1 TESTS="*/paginate-*.exp"
        make -j10 check READ1="1"
 
+Note: While the intention is to detect races and make otherwise passing tests
+fail, it can also have the effect of making otherwise failing tests pass.
+This happens f.i. if the test is trying to match a gdb prompt using an end of
+input marker "${gdb_prompt} $" and there is output after the gdb prompt.  This
+may either pass or fail in normal operation, but using check-read1 will ensure
+that it passes.
+
 Testsuite Configuration
 ***********************