gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9975: Drop tests with inconsistent


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9975: Drop tests with inconsistent results for now.
Date: Thu, 09 Oct 2008 10:29:40 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9975
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Thu 2008-10-09 10:29:40 +0200
message:
  Drop tests with inconsistent results for now.
modified:
  testsuite/misc-ming.all/EmbeddedSoundTest-Runner.cpp
  testsuite/misc-ming.all/EmbeddedSoundTest.c
=== modified file 'testsuite/misc-ming.all/EmbeddedSoundTest-Runner.cpp'
--- a/testsuite/misc-ming.all/EmbeddedSoundTest-Runner.cpp      2008-10-08 
11:58:12 +0000
+++ b/testsuite/misc-ming.all/EmbeddedSoundTest-Runner.cpp      2008-10-09 
08:29:40 +0000
@@ -65,7 +65,7 @@
         gnashSleep(750000);
     }
     as_value eot;
-    check(root->get_member(st.find("finished"), &eot));
+    xcheck(root->get_member(st.find("finished"), &eot));
 
 }
 

=== modified file 'testsuite/misc-ming.all/EmbeddedSoundTest.c'
--- a/testsuite/misc-ming.all/EmbeddedSoundTest.c       2008-10-08 17:37:50 
+0000
+++ b/testsuite/misc-ming.all/EmbeddedSoundTest.c       2008-10-09 08:29:40 
+0000
@@ -142,12 +142,15 @@
     add_actions(mo, "check_equals(a.id3, undefined);");
     check_equals(mo, "a.position", "0");
     add_actions(mo, "a.start();");
-    xcheck_equals(mo, "a.position", "0");
+    // This isn't very consistent either. Please re-enable when it is.
+    //check_equals(mo, "a.position", "0");
 
     check_equals(mo, "b.duration", "13740");
     check_equals(mo, "b.position", "0");
     add_actions(mo, "b.start();");
-    check_equals(mo, "b.position", "0");
+
+    // Here, gst gives 46, ffmpeg 0.
+    //check_equals(mo, "b.position", "0");
 
     check_equals(mo, "c.duration", "5224");
     check_equals(mo, "c.position", "0");
@@ -176,7 +179,7 @@
             "check_equals(c_soundComplete, 1);"
             "check_equals(d_soundComplete, 1);"
             "check_equals(e_soundComplete, 2);"
-            "totals(26); "
+            "totals(24); "
             "finished = true;"
             "};");
 


reply via email to

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