Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KScreen
Commits
8cd58650
Commit
8cd58650
authored
Mar 24, 2021
by
David Redondo
🏎
Browse files
Skip failing crashes
At least the tests after them will be run again.
parent
afb4a77b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/kded/configtest.cpp
View file @
8cd58650
...
...
@@ -268,6 +268,7 @@ void TestConfig::testCorruptUselessConfig()
void
TestConfig
::
testNullConfig
()
{
QSKIP
(
"crashes"
);
Config
nullConfig
(
nullptr
);
QVERIFY
(
!
nullConfig
.
data
());
...
...
@@ -403,6 +404,7 @@ void TestConfig::testIdenticalOutputs()
void
TestConfig
::
testMoveConfig
()
{
QSKIP
(
"crashes"
);
// Test if restoring a config using Serializer::moveConfig(src, dest) works
// https://bugs.kde.org/show_bug.cgi?id=353029
...
...
Write
Preview
Supports
Markdown
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