Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView-Superbuild
Commits
daa37b56
Commit
daa37b56
authored
Feb 22, 2018
by
Chuck Atkins
Browse files
Disable mesa-swr tests until VTK segfault is addressed
parent
f9b8afc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/paraview.test.cmake
View file @
daa37b56
...
...
@@ -152,13 +152,18 @@ if (mesa_enabled AND python_enabled)
"
${
CMAKE_CURRENT_LIST_DIR
}
/python/CheckOpenGLVersion.py"
"mesa"
"llvmpipe"
)
if
(
mesa_USE_SWR
)
paraview_add_test
(
"mesa-swr"
"
${
pvpython_exe
}
"
${
mesa_swr_arg
}
"
${
CMAKE_CURRENT_LIST_DIR
}
/python/CheckOpenGLVersion.py"
"mesa"
"swr"
)
# Mesa exits with failure.
set_tests_properties
(
paraview-mesa-swr PROPERTIES
PASS_REGULAR_EXPRESSION
"SWR (detected|could not initialize)"
)
# Either don't add or add but explicitly disable this test for now
# until the underlying VTK segfault is fixed.
if
(
CMAKE_VERSION VERSION_GREATER_EQUAL 3.9
)
paraview_add_test
(
"mesa-swr"
"
${
pvpython_exe
}
"
${
mesa_swr_arg
}
"
${
CMAKE_CURRENT_LIST_DIR
}
/python/CheckOpenGLVersion.py"
"mesa"
"swr"
)
# Mesa exits with failure.
set_tests_properties
(
paraview-mesa-swr PROPERTIES
PASS_REGULAR_EXPRESSION
"SWR (detected|could not initialize)"
DISABLED TRUE
)
endif
()
endif
()
endif
()
...
...
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