lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master e3d703fb 1/4: Suppress an innocuous diagnosti


From: Greg Chicares
Subject: [lmi-commits] [lmi] master e3d703fb 1/4: Suppress an innocuous diagnostic
Date: Mon, 8 May 2023 19:54:01 -0400 (EDT)

branch: master
commit e3d703fbaf60c6b88a6ae73d6d42f9c3e4635a93
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Suppress an innocuous diagnostic
---
 nychthemeral_test.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/nychthemeral_test.sh b/nychthemeral_test.sh
index c3dc73a7..8a093e74 100755
--- a/nychthemeral_test.sh
+++ b/nychthemeral_test.sh
@@ -90,6 +90,11 @@ install_clutter='
 #   because it [exits] earlier.
 # but it is more expedient simply to filter it out (with a regex
 # that, for some unknown reason, mustn't end in '$').
+#
+# The 'Element wxStaticText.*child.*not of wxPanel' message is
+# deliberately filtered out because it is innocuous, and because
+# it occurs in code that resists maintenance--see:
+#   https://lists.nongnu.org/archive/html/lmi/2023-05/msg00001.html
 
 gui_test_clutter='
 /^it looks like wine32 is missing, you should install it\.$/d
@@ -181,6 +186,7 @@ gui_test_clutter='
 /^SUCCESS: [[:digit:]]\+ tests successfully completed\.$/d
 /^NOTE: [[:digit:]]\+ tests were skipped$/d
 /^X connection to .* broken (explicit kill or server shutdown)\./d
+/^Element wxStaticText.*of wxStaticBoxSizer should be created as child of its 
wxStaticBox and not of wxPanel/d
 '
 
 cli_cgi_clutter='



reply via email to

[Prev in Thread] Current Thread [Next in Thread]