[glib: 7/8] testing: Comment that test order with -p is reversed
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 7/8] testing: Comment that test order with -p is reversed
- Date: Mon, 29 Apr 2019 15:47:00 +0000 (UTC)
commit 48cc3abede1a6a42d5242cee56a8f3bdae3e2419
Author: Simon McVittie <smcv collabora com>
Date: Mon Apr 29 16:12:02 2019 +0100
testing: Comment that test order with -p is reversed
Signed-off-by: Simon McVittie <smcv collabora com>
glib/tests/testing.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/glib/tests/testing.c b/glib/tests/testing.c
index 99be65a44..28dfd8632 100644
--- a/glib/tests/testing.c
+++ b/glib/tests/testing.c
@@ -1163,6 +1163,8 @@ test_tap (void)
NULL, NULL, &output, NULL, &status,
&error);
g_assert_no_error (error);
+ /* FIXME: Tests are run in an order that is the reverse of the order
+ * of -p options. */
g_assert_nonnull (strstr (output, "\nok 1 /b/a\n"));
g_assert_nonnull (strstr (output, "\nok 2 /b/b\n"));
g_assert_nonnull (strstr (output, "\nok 3 /c/a\n"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]