forked from pool/piglit
Accepting request 632266 from benchmark
OBS-URL: https://build.opensuse.org/request/show/632266 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/piglit?expand=0&rev=6
This commit is contained in:
commit
3268f24ebe
@ -6,12 +6,11 @@ from __future__ import (
|
|||||||
absolute_import, division, print_function, unicode_literals
|
absolute_import, division, print_function, unicode_literals
|
||||||
)
|
)
|
||||||
|
|
||||||
from tests.quick import profile as _profile
|
from framework.profile import load_test_profile
|
||||||
from framework.test import GLSLParserTest
|
|
||||||
|
|
||||||
__all__ = ['profile']
|
__all__ = ['profile']
|
||||||
|
|
||||||
profile = _profile.copy() # pylint: disable=invalid-name
|
profile = load_test_profile('quick')
|
||||||
|
|
||||||
with open("/usr/lib64/piglit/tests/opensuse_qa-skip-tests.txt") as f:
|
with open("/usr/lib64/piglit/tests/opensuse_qa-skip-tests.txt") as f:
|
||||||
to_skip = frozenset(map(lambda line: line[:-1], f))
|
to_skip = frozenset(map(lambda line: line[:-1], f))
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 30 08:27:10 UTC 2018 - msrb@suse.com
|
||||||
|
|
||||||
|
- Update suse_qa.py and opensuse_qa.py to work with current piglit.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 29 08:13:34 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- use %make_jobs makro instead make_build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 6 14:30:34 UTC 2018 - mpluskal@suse.com
|
Wed Jun 6 14:30:34 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -113,7 +113,7 @@ be generated, including the ability to compare different test runs.
|
|||||||
-DCMAKE_SKIP_RPATH:BOOL=OFF \
|
-DCMAKE_SKIP_RPATH:BOOL=OFF \
|
||||||
-DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON \
|
-DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON \
|
||||||
-Wno-dev
|
-Wno-dev
|
||||||
%make_build
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
@ -6,12 +6,11 @@ from __future__ import (
|
|||||||
absolute_import, division, print_function, unicode_literals
|
absolute_import, division, print_function, unicode_literals
|
||||||
)
|
)
|
||||||
|
|
||||||
from tests.quick import profile as _profile
|
from framework.profile import load_test_profile
|
||||||
from framework.test import GLSLParserTest
|
|
||||||
|
|
||||||
__all__ = ['profile']
|
__all__ = ['profile']
|
||||||
|
|
||||||
profile = _profile.copy() # pylint: disable=invalid-name
|
profile = load_test_profile('quick')
|
||||||
|
|
||||||
with open("/usr/lib64/piglit/tests/suse_qa-skip-tests.txt") as f:
|
with open("/usr/lib64/piglit/tests/suse_qa-skip-tests.txt") as f:
|
||||||
to_skip = frozenset(map(lambda line: line[:-1], f))
|
to_skip = frozenset(map(lambda line: line[:-1], f))
|
||||||
|
Loading…
Reference in New Issue
Block a user