gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. 9e04aa7e53d746c9593c


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 9e04aa7e53d746c9593cf7298ff4ee5ba431dcc6
Date: Fri, 19 Nov 2010 20:53:24 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  9e04aa7e53d746c9593cf7298ff4ee5ba431dcc6 (commit)
       via  82050beaa22d4b781b6f3721939f8b971f87b227 (commit)
      from  135d3b33ce2e06ead8607f310930c5a5f4b089bf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=9e04aa7e53d746c9593cf7298ff4ee5ba431dcc6


commit 9e04aa7e53d746c9593cf7298ff4ee5ba431dcc6
Author: Sandro Santilli <address@hidden>
Date:   Fri Nov 19 21:53:01 2010 +0100

    print ERROR logs coming out on 'make check' when RUNTESTFLAGS=-v

diff --git a/testsuite/simple.exp b/testsuite/simple.exp
index daa0194..5172c22 100644
--- a/testsuite/simple.exp
+++ b/testsuite/simple.exp
@@ -43,11 +43,17 @@ foreach file $testcases {
            regsub ".*NOTE: " $expect_out(0,string) "" output
            set output [string range $output 0 end-2]
            verbose "${file} $output" 
-            # notes tipically come from the test runner, so we'll trust it to 
mean 
-            # things are someone not too bad...
+           # notes tipically come from the test runner, so we'll trust it to 
mean 
+           # things are someone not too bad...
            # -continue_timer
            exp_continue
        }
+       -re "^\[^\n]* ERROR:\[^\n]*\n" {
+           regsub ".* ERROR: " $expect_out(0,string) "" output
+           set output [string range $output 0 end-2]
+           verbose "ERROR: ${file}: $output" 
+           exp_continue -continue_timer
+       }
        -re "^\[^\n]*XPASSED:\[^\n]*\n" {
            regsub ".*XPASSED: " $expect_out(0,string) "" output
            set output [string range $output 0 end-2]

http://git.savannah.gnu.org/cgit//commit/?id=82050beaa22d4b781b6f3721939f8b971f87b227


commit 82050beaa22d4b781b6f3721939f8b971f87b227
Author: Sandro Santilli <address@hidden>
Date:   Fri Nov 19 18:23:39 2010 +0100

    no functional change, style only

diff --git a/testsuite/misc-ming.all/NetStream-SquareTestRunner.cpp 
b/testsuite/misc-ming.all/NetStream-SquareTestRunner.cpp
index df1248e..7b7cbe0 100644
--- a/testsuite/misc-ming.all/NetStream-SquareTestRunner.cpp
+++ b/testsuite/misc-ming.all/NetStream-SquareTestRunner.cpp
@@ -54,7 +54,8 @@ main(int /*argc*/, char** /*argv*/)
 
        if ( ! tester.canTestVideo() )
        {
-               cout << "UNTESTED: NetStream video (not supported by this 
build)." << endl;
+               cout << "UNTESTED: NetStream video (not supported by this 
build)."
+                    << endl;
                return EXIT_SUCCESS;
        }
 
@@ -75,9 +76,7 @@ main(int /*argc*/, char** /*argv*/)
                // sleep to give the NetStream a chance to load
         // data and trigger notifications
                // needs more analisys to find a good way for doing this..
-        // TODO: sleep less ! GnashSleep !
         gnashSleep(10000); // 10 milliseconds should be enough for loading
-               //sleep(1);
        }
 
        cout << "Pressing space" << endl;
@@ -88,16 +87,16 @@ main(int /*argc*/, char** /*argv*/)
        {
                tester.advance();
 
-               // sleep to give the NetStream a chance to load data and 
trigger notifications
+               // sleep to give the NetStream a chance to
+               // load data and trigger notifications
                // needs more analisys to find a good way for doing this..
-        // TODO: sleep less !!
         gnashSleep(10000); // 10 milliseconds should be enough for loading
-               //sleep(1);
        }
 
        // Consistency check 
        as_value eot;
-       bool endOfTestFound = 
getObject(root)->get_member(st.find("end_of_test"), &eot);
+       bool endOfTestFound = 
getObject(root)->get_member(st.find("end_of_test"),
+               &eot);
        check(endOfTestFound);
 
 }

-----------------------------------------------------------------------

Summary of changes:
 .../misc-ming.all/NetStream-SquareTestRunner.cpp   |   13 ++++++-------
 testsuite/simple.exp                               |   10 ++++++++--
 2 files changed, 14 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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