diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-03-26 07:56:17 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-03-29 13:32:46 (GMT) |
commit | 005a18ad42ae12179c655ddce33ecd372066eebe (patch) | |
tree | a83a6d1f788bc4136ac1ff2bf1bfd8d54cfb9a68 /tests/auto/qtextstream/test | |
parent | d4503b0cddb5b0060e25323438aced4bf48889c8 (diff) | |
download | Qt-005a18ad42ae12179c655ddce33ecd372066eebe.zip Qt-005a18ad42ae12179c655ddce33ecd372066eebe.tar.gz Qt-005a18ad42ae12179c655ddce33ecd372066eebe.tar.bz2 |
tests: Mark unstable test as insignificant on Windows
Marked the following tests insignificant due to failures, these need
to be fixed later and then re-enabled:
tst_qtextstream
Task-number: QTQAINFRA-428
Change-Id: Id3b6b7c46d981bb64786c0c225f599784304ca4f
Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
Diffstat (limited to 'tests/auto/qtextstream/test')
-rw-r--r-- | tests/auto/qtextstream/test/test.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtextstream/test/test.pro b/tests/auto/qtextstream/test/test.pro index 54378c8..635404e 100644 --- a/tests/auto/qtextstream/test/test.pro +++ b/tests/auto/qtextstream/test/test.pro @@ -37,4 +37,4 @@ wince*: { DEFINES += SRCDIR=\\\"$$PWD/../\\\" } - +win32:CONFIG+=insignificant_test # QTQAINFRA-428 |