tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
   253     addTestExclusion("array-splice", "Hangs on JSC backend");
   253     addTestExclusion("array-splice", "Hangs on JSC backend");
   254     addTestExclusion("sparse-array-reverse", "Hangs on JSC backend");
   254     addTestExclusion("sparse-array-reverse", "Hangs on JSC backend");
   255 
   255 
   256     addTestExclusion("string-case", "V8-specific behavior? (Doesn't pass on SpiderMonkey either)");
   256     addTestExclusion("string-case", "V8-specific behavior? (Doesn't pass on SpiderMonkey either)");
   257 
   257 
   258 #ifdef Q_CC_MINGW
       
   259     addTestExclusion("date$", "QTBUG-7698: Date.prototype.setMonth() crashes on win32-g++");
       
   260 #endif
       
   261 
       
   262 #ifdef Q_OS_WINCE
   258 #ifdef Q_OS_WINCE
   263     addTestExclusion("deep-recursion", "Demands too much memory on WinCE");
   259     addTestExclusion("deep-recursion", "Demands too much memory on WinCE");
   264     addTestExclusion("nested-repetition-count-overflow", "Demands too much memory on WinCE");
   260     addTestExclusion("nested-repetition-count-overflow", "Demands too much memory on WinCE");
   265     addTestExclusion("unicode-test", "Demands too much memory on WinCE");
   261     addTestExclusion("unicode-test", "Demands too much memory on WinCE");
   266     addTestExclusion("mul-exhaustive", "Demands too much memory on WinCE");
   262     addTestExclusion("mul-exhaustive", "Demands too much memory on WinCE");