blob: 3c2cc53fa459209f851fbce0d5844c3ae1d695d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# testcase | message
debug-* | not applicable
mirror-* | not applicable
array-concat | Hangs on JSC backend
array-splice | Hangs on JSC backend
sparse-array-reverse | Hangs on JSC backend
string-case | V8-specific behavior? (Doesn't pass on SpiderMonkey either)
[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
|