[SCM] qtscript packaging branch, experimental, updated. debian/5.4.1+dfsg-1-4-g08bb1e3

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Feb 25 12:33:08 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtscript.git;a=commitdiff;h=08bb1e3

The following commit has been merged in the experimental branch:
commit 08bb1e3bf0fed8eff07b8715c387905bf392d157
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Feb 25 15:32:20 2015 +0300

    Really add disable_failing_tests.diff to git.
---
 debian/patches/disable_failing_tests.diff | 58 +++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

diff --git a/debian/patches/disable_failing_tests.diff b/debian/patches/disable_failing_tests.diff
new file mode 100644
index 0000000..c235320
--- /dev/null
+++ b/debian/patches/disable_failing_tests.diff
@@ -0,0 +1,58 @@
+Description: disable tests that fail on some Debian architectures
+Author: Dmitry Shachnev <mitya57 at debian.org>
+Forwarded: not-needed
+Last-Update: 2015-02-25
+
+--- a/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp
++++ b/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp
+@@ -2273,6 +2273,7 @@
+ 
+ void tst_QScriptExtQObject::cppConnectAndDisconnect2()
+ {
++    QSKIP("Fails on some architectures");
+     QScriptEngine eng;
+     QLineEdit edit;
+     QLineEdit edit2;
+--- a/tests/auto/qscriptjstestsuite/skip.txt
++++ b/tests/auto/qscriptjstestsuite/skip.txt
+@@ -5,6 +5,8 @@
+ regress-322135-02.js | asserts
+ regress-322135-03.js | takes forever
+ regress-322135-04.js | takes forever
++ecma/Expressions/11.4.7-02.js | Fails on some architectures
++ecma/TypeConversion/9.3.1-3.js | Fails on some architectures
+ ecma_3/Array/regress-387501.js | Produces wrong error message
+ ecma_3/RegExp/regress-375715-04.js | bug
+ ecma_3/RegExp/regress-289669.js | Can fail due to relying on wall-clock time
+--- a/tests/auto/qscriptv8testsuite/skip.txt
++++ b/tests/auto/qscriptv8testsuite/skip.txt
+@@ -3,8 +3,10 @@
+ mirror-* | not applicable
+ array-concat | Hangs on JSC backend
+ array-splice | Hangs on JSC backend
++smi-negative-zero | Unresolved failures
+ sparse-array-reverse | Hangs on JSC backend
+ string-case | V8-specific behavior? (Doesn't pass on SpiderMonkey either)
++to-precision | Unresolved failures
+ 
+ [Q_OS_WINCE]
+ deep-recursion | Demands too much memory on WinCE
+@@ -19,18 +21,4 @@
+ [Q_CC_INTEL]
+ math-min-max | Unresolved failures with intel compiler
+ negate-zero | Unresolved failures with intel compiler
+-smi-negative-zero | Unresolved failures with intel compiler
+ str-to-num | Unresolved failures with intel compiler
+-to-precision | Unresolved failures with intel compiler
+-
+-[Q_OS_MAC]
+-smi-negative-zero | Unresolved failures on Mac OS X (Cocoa)
+-to-precision | Unresolved failures on Mac OS X (Cocoa)
+-
+-[Q_OS_WIN]
+-to-precision | Unresolved failures on Windows
+-smi-negative-zero | Unresolved failure on Windows 8 (QTBUG-41321)
+-
+-[Q_OS_LINUX]
+-smi-negative-zero | Unresolved sign failure for Ubuntu 11.10 x64 (QTBUG-23463)
+-to-precision | Unresolved failure on Ubuntu 11.10 x64 (QTBUG-23463)

-- 
qtscript packaging



More information about the pkg-kde-commits mailing list