diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2012-06-13 16:24:13 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-06-13 18:41:20 +0200 |
commit | 67ee998fd9ea316aebc9820437640f3f77ca7bd2 (patch) | |
tree | bdd2da867c875906d9fec33e22101e540ac42488 /tests/auto/qscriptjstestsuite | |
parent | 8f7c1244ddcb855c7a6efc3108ee43aa9d91d6f4 (diff) | |
download | qtscript-67ee998fd9ea316aebc9820437640f3f77ca7bd2.tar.gz |
Skip a test case that started failing after the upgrade to Unicode 6.1
Change-Id: I6aa6dab686dc3e3556ebe83c395c5d93e42cfb4c
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'tests/auto/qscriptjstestsuite')
-rw-r--r-- | tests/auto/qscriptjstestsuite/skip.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qscriptjstestsuite/skip.txt b/tests/auto/qscriptjstestsuite/skip.txt index c007041..f3856b5 100644 --- a/tests/auto/qscriptjstestsuite/skip.txt +++ b/tests/auto/qscriptjstestsuite/skip.txt @@ -11,3 +11,4 @@ ecma_3/RegExp/regress-289669.js | Can fail due to relying on wall-clock time ecma_3/RegExp/regress-311414.js | Can fail due to relying on wall-clock time ecma_3/RegExp/regress-330684.js | Can fail due to relying on wall-clock time ecma_3/RegExp/regress-375711.js | Can fail due to relying on wall-clock time +ecma/String/15.5.4.11-2.js | Fails after Unicode upgrade to 6.1 |