Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
3efd0a10
Commit
3efd0a10
authored
Oct 18, 2015
by
Don Gagne
Browse files
Turn off MainWindowTest on windows
Too flaky with problems that are likely unit test only problems
parent
a3797a64
Changes
1
Hide whitespace changes
Inline
Side-by-side
QGCApplication.pro
View file @
3efd0a10
...
...
@@ -457,7 +457,6 @@ HEADERS += \
src
/
qgcunittest
/
FileManagerTest
.
h
\
src
/
qgcunittest
/
FlightGearTest
.
h
\
src
/
qgcunittest
/
LinkManagerTest
.
h
\
src
/
qgcunittest
/
MainWindowTest
.
h
\
src
/
qgcunittest
/
MavlinkLogTest
.
h
\
src
/
qgcunittest
/
MessageBoxTest
.
h
\
src
/
qgcunittest
/
MultiSignalSpy
.
h
\
...
...
@@ -477,7 +476,6 @@ SOURCES += \
src
/
qgcunittest
/
FileManagerTest
.
cc
\
src
/
qgcunittest
/
FlightGearTest
.
cc
\
src
/
qgcunittest
/
LinkManagerTest
.
cc
\
src
/
qgcunittest
/
MainWindowTest
.
cc
\
src
/
qgcunittest
/
MavlinkLogTest
.
cc
\
src
/
qgcunittest
/
MessageBoxTest
.
cc
\
src
/
qgcunittest
/
MultiSignalSpy
.
cc
\
...
...
@@ -487,6 +485,19 @@ SOURCES += \
src
/
qgcunittest
/
UnitTest
.
cc
\
src
/
VehicleSetup
/
SetupViewTest
.
cc
\
!
WindowsDebugAndRelease
{
#
This
specific
unit
test
seems
to
create
havoc
on
Windows
.
Likely
due
to
#
creating
/
destroying
a
main
window
multiple
times
without
destorying
the
#
QApplication
.
The
Qml
destruction
sequence
is
quite
odd
in
that
it
is
#
all
delayed
until
it
gets
back
the
event
loop
.
Which
likely
has
something
#
to
do
with
the
issue
.
HEADERS
+=
\
src
/
qgcunittest
/
MainWindowTest
.
h
\
SOURCES
+=
\
src
/
qgcunittest
/
MainWindowTest
.
cc
\
}
}
#
DebugBuild
|
WindowsDebugAndRelease
}
#
MobileBuild
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment