Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15
piglit
opensuse_qa.py
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File opensuse_qa.py of Package piglit
# -*- coding: utf-8 -*- # quick.tests minus tests that are known to fail from __future__ import ( absolute_import, division, print_function, unicode_literals ) from tests.quick import profile as _profile from framework.test import GLSLParserTest __all__ = ['profile'] profile = _profile.copy() # pylint: disable=invalid-name with open("/usr/lib64/piglit/tests/opensuse_qa-skip-tests.txt") as f: to_skip = frozenset(map(lambda line: line[:-1], f)) profile.filters.append(lambda p, _: p not in to_skip)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor