disable tests that fail on some Debian architectures
Forwarded: not-needed Last-Update: 2015-02-25 Gbp-Pq: Name disable_failing_tests.diff
This commit is contained in:
parent
f581ae89cf
commit
49bc41f7f1
|
@ -2270,6 +2270,7 @@ void tst_QScriptExtQObject::cppConnectAndDisconnect()
|
|||
|
||||
void tst_QScriptExtQObject::cppConnectAndDisconnect2()
|
||||
{
|
||||
QSKIP("Fails on some architectures");
|
||||
QScriptEngine eng;
|
||||
QLineEdit edit;
|
||||
QLineEdit edit2;
|
||||
|
|
|
@ -5,6 +5,8 @@ regress-322135-01.js | asserts
|
|||
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
|
||||
|
|
|
@ -3,8 +3,10 @@ debug-* | not applicable
|
|||
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 @@ unicode-test | Demands too much memory on Symbian
|
|||
[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)
|
||||
|
|
Loading…
Reference in New Issue