Changeset 66478 in webkit


Ignore:
Timestamp:
Aug 31, 2010 5:57:44 AM (14 years ago)
Author:
benjamin.poulain@nokia.com
Message:

2010-08-31 Benjamin Poulain <benjamin.poulain@nokia.com>

Reviewed by Kenneth Rohde Christiansen.

JSC TimeoutChecker::didTimeOut overflows on ARM
https://bugs.webkit.org/show_bug.cgi?id=38538

Re-enabled the test that was skipped for Maemo 5.

  • tests/qwebpage/tst_qwebpage.cpp: (tst_QWebPage::infiniteLoopJS):
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r66376 r66478  
     12010-08-31  Benjamin Poulain  <benjamin.poulain@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        JSC TimeoutChecker::didTimeOut overflows on ARM
     6        https://bugs.webkit.org/show_bug.cgi?id=38538
     7
     8        Re-enabled the test that was skipped for Maemo 5.
     9
     10        * tests/qwebpage/tst_qwebpage.cpp:
     11        (tst_QWebPage::infiniteLoopJS):
     12
    1132010-08-30  Sheriff Bot  <webkit.review.bot@gmail.com>
    214
  • trunk/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp

    r63641 r66478  
    235235void tst_QWebPage::infiniteLoopJS()
    236236{
    237 #ifdef Q_WS_MAEMO_5
    238     QSKIP("Test never terminates on Maemo 5 : https://bugs.webkit.org/show_bug.cgi?id=38538", SkipAll);
    239 #endif
    240237    JSTestPage* newPage = new JSTestPage(m_view);
    241238    m_view->setPage(newPage);
Note: See TracChangeset for help on using the changeset viewer.