Skip to content

Commit

Permalink
Remove commented test in testlib (alive)
Browse files Browse the repository at this point in the history
The test was added as commented in 2012, before it was not even
mentioned in the pro file. I guess it was never run.

Change-Id: Ib787c7811ab4f7f32a99869167cde2e12dbe3156
  • Loading branch information
nierob committed Mar 29, 2019
1 parent 3e6d42b commit e2fdd7a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 244 deletions.
1 change: 0 additions & 1 deletion tests/auto/testlib/selftests/alive/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions tests/auto/testlib/selftests/alive/alive.pro

This file was deleted.

147 changes: 0 additions & 147 deletions tests/auto/testlib/selftests/alive/qtestalive.cpp

This file was deleted.

84 changes: 0 additions & 84 deletions tests/auto/testlib/selftests/alive/tst_alive.cpp

This file was deleted.

1 change: 0 additions & 1 deletion tests/auto/testlib/selftests/selftests.pri
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
SUBPROGRAMS = \
#alive \
assert \
badxml \
benchlibcallgrind \
Expand Down
1 change: 0 additions & 1 deletion tests/auto/testlib/selftests/tst_selftests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ void tst_Selftests::runSubTest_data()
QTest::addColumn<bool>("crashes");

QStringList tests = QStringList()
// << "alive" // timer dependent
#if !defined(Q_OS_WIN)
// On windows, assert does nothing in release mode and blocks execution
// with a popup window in debug mode.
Expand Down

0 comments on commit e2fdd7a

Please sign in to comment.