Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
3efd0a10
Commit
3efd0a10
authored
Oct 18, 2015
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
QGCApplication.pro
QGCApplication.pro
+13
-2
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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