diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-09-29 11:36:21 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-09-29 11:38:32 (GMT) |
commit | 0140f76b4238f69e0b8886fca24b4afef33f106f (patch) | |
tree | 2c53b269036cb18bc79b8293716f9903fcb687a7 /tests/auto/qscriptjstestsuite | |
parent | b2d756ff77ff4446499292ffbaede38ab5d0e894 (diff) | |
download | Qt-0140f76b4238f69e0b8886fca24b4afef33f106f.zip Qt-0140f76b4238f69e0b8886fca24b4afef33f106f.tar.gz Qt-0140f76b4238f69e0b8886fca24b4afef33f106f.tar.bz2 |
Disable ECMAScript date test.
On slow machines, the time in which the reference and the result are
computed may vary by one second.
Task-number: QTBUG-4614
Reviewed-by: Kent Hansen
Diffstat (limited to 'tests/auto/qscriptjstestsuite')
-rw-r--r-- | tests/auto/qscriptjstestsuite/tst_qscriptjstestsuite.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qscriptjstestsuite/tst_qscriptjstestsuite.cpp b/tests/auto/qscriptjstestsuite/tst_qscriptjstestsuite.cpp index c305221..94f08d9 100644 --- a/tests/auto/qscriptjstestsuite/tst_qscriptjstestsuite.cpp +++ b/tests/auto/qscriptjstestsuite/tst_qscriptjstestsuite.cpp @@ -640,6 +640,7 @@ tst_Suite::tst_Suite() addExpectedFailure("ecma_3/Unicode/regress-352044-01.js", "issues with Unicode escape sequences in JavaScript source code", willFixInNextReleaseMessage); addExpectedFailure("ecma_3/Unicode/uc-001.js", "Unicode format-control character test (Category Cf.)", willFixInNextReleaseMessage); + addFileExclusion(".+/15\\.9\\.2\\..+", "unstable on slow machines"); addFileExclusion(".+/15\\.9\\.5\\..+", "too slooow"); addFileExclusion("regress-130451.js", "asserts"); addFileExclusion("regress-322135-01.js", "asserts"); |