1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
# testcase | message
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
nested-repetition-count-overflow | Demands too much memory on WinCE
unicode-test | Demands too much memory on WinCE
mul-exhaustive | Demands too much memory on WinCE
[Q_OS_SYMBIAN]
nested-repetition-count-overflow | Demands too much memory on Symbian
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
str-to-num | Unresolved failures with intel compiler
|