forked from qt-creator/qt-creator
Clang: Re-enable tests which do not fail anymore
Change-Id: I1f8f396eeb8e97a8910bc2bd454227a395330f31 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -185,7 +185,7 @@ TEST_F(Cursor, BriefComment)
|
|||||||
ASSERT_THAT(cursor.briefComment(), Eq("A brief comment"));
|
ASSERT_THAT(cursor.briefComment(), Eq("A brief comment"));
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(Cursor, DISABLED_ON_WINDOWS(RawComment))
|
TEST_F(Cursor, RawComment)
|
||||||
{
|
{
|
||||||
auto cursor = translationUnit.cursorAt(Utf8StringLiteral(TESTDATA_DIR"/cursor.h"), 10, 7);
|
auto cursor = translationUnit.cursorAt(Utf8StringLiteral(TESTDATA_DIR"/cursor.h"), 10, 7);
|
||||||
|
|
||||||
|
@@ -86,7 +86,7 @@ TEST_F(SourceLocation, Column)
|
|||||||
ASSERT_THAT(sourceLocation.column(), 1);
|
ASSERT_THAT(sourceLocation.column(), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(SourceLocation, DISABLED_ON_WINDOWS(Offset))
|
TEST_F(SourceLocation, Offset)
|
||||||
{
|
{
|
||||||
ASSERT_THAT(sourceLocation.offset(), 18);
|
ASSERT_THAT(sourceLocation.offset(), 18);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user