summaryrefslogtreecommitdiffstats
path: root/tests/tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.cpp')
-rw-r--r--tests/tests.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp
index 668baeb..0d8ee79 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -313,7 +313,6 @@ void Tests::preprocessorInvalidExpressions()
void Tests::conditionals()
{
- QEXPECT_FAIL("", "QTCREATORBUG-8621", Continue);
QVERIFY( openMakefile(QLatin1String("conditionals.mk")) );
QScopedPointer<Makefile> mkfile(m_makefileFactory->makefile());
QVERIFY(mkfile);
@@ -328,9 +327,7 @@ void Tests::conditionals()
QCOMPARE(macroTable->macroValue("TEST6"), QLatin1String("true"));
QCOMPARE(macroTable->macroValue("TEST7"), QLatin1String("true"));
QCOMPARE(macroTable->macroValue("TEST8"), QLatin1String("true"));
- QEXPECT_FAIL("", "QTCREATORBUG-8621", Continue);
QCOMPARE(macroTable->macroValue("TEST9"), QLatin1String("foo bar baz"));
- QEXPECT_FAIL("", "QTCREATORBUG-8621", Continue);
QCOMPARE(macroTable->macroValue("TEST10"), QLatin1String("foo bar boo hoo"));
}