| __init__.py |
|
0 |
- |
| action |
|
|
- |
| backend |
|
|
- |
| code_analysis |
|
|
- |
| codecoverage |
|
|
- |
| common.py |
|
1877 |
- |
| compilation |
|
|
- |
| configure |
|
|
- |
| controller |
|
|
- |
| data |
|
|
- |
| frontend |
|
|
- |
| python.toml |
|
2153 |
- |
| repackaging |
|
|
- |
| test_android_version_code.py |
Verify that it is an error to ask for v1 codes predating the cutoff. |
4053 |
- |
| test_artifact_cache.py |
|
4977 |
- |
| test_artifacts.py |
|
5054 |
- |
| test_base.py |
Trailing slashes in topobjdir should be removed. |
15402 |
- |
| test_confvars.py |
|
4256 |
- |
| test_containers.py |
As a special exception, we allow None to be treated as an empty
list. |
5583 |
- |
| test_dotproperties.py |
key=value
|
5098 |
- |
| test_expression.py |
Unit tests for the Context class
|
2662 |
- |
| test_jarmaker.py |
Return information for the given file. This only works on Windows. |
17376 |
- |
| test_legacy_test.py |
|
858 |
- |
| test_licenses.py |
Unit tests for the Rust Vendoring stuff
|
1042 |
- |
| test_line_endings.py |
Unit tests for the Context class
|
1153 |
- |
| test_makeutil.py |
|
5241 |
- |
| test_manifest.py |
---
schema: 1
origin:
name: cairo
description: 2D Graphics Library
url: https://www.cairographics.org/
release: version 1.6.4
license:
- MPL-1.1
- LGPL-2.1
revision: AA001122334455
bugzilla:
product: Core
component: Graphics
|
52734 |
- |
| test_mozconfig.py |
Ensures ac_add_options calls are captured. |
10601 |
- |
| test_mozinfo.py |
Test that missing required values raises.
|
9790 |
- |
| test_preprocessor.py |
Unit tests for the Context class
|
20213 |
- |
| test_pythonutil.py |
|
654 |
- |
| test_rewrite_mozbuild.py |
if CONFIG['OS_ARCH'] != 'Darwin' and CONFIG['CC_TYPE'] in ('clang', 'gcc'):
if CONFIG['HAVE_ARM_NEON']:
SOURCES += [
"pixman-arm-neon-asm-bilinear.S",
"pixman-arm-neon-asm.S",
]
if CONFIG['HAVE_ARM_SIMD']:
SOURCES += [
'pixman-arm-simd-asm-scaled.S',
'pixman-arm-simd-asm.S']
SOURCES += ['pixman-region32.c',
'pixman-solid-fill.c',
'pixman-trap.c',
'pixman-utils.c',
'pixman-x86.c',
'pixman.c',
]
if use_sse2:
DEFINES['USE_SSE'] = True
DEFINES['USE_SSE2'] = True
SOURCES += ['pixman-sse2.c']
SOURCES['pixman-sse2.c'].flags += CONFIG['SSE_FLAGS'] + CONFIG['SSE2_FLAGS']
if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
SOURCES['pixman-sse2.c'].flags += ['-Winline']
|
17594 |
- |
| test_site_dependency_extractor.py |
# Comment line
certifi==2021.5.30 --hash=sha256:abc123
# Another comment
urllib3==1.26.5 --hash=sha256:def456
requests==2.26.0 --hash=sha256:ghi789
# Empty line follows
-r other-requirements.txt
--index-url https://pypi.org/simple
|
2036 |
- |
| test_telemetry.py |
Error loading telemetry. mach output:
=========================================================
%s
=========================================================
|
2755 |
- |
| test_telemetry_settings.py |
[foo]
bar = 2
|
6953 |
- |
| test_util.py |
Ensure a known hash value is recreated. |
28629 |
- |
| test_util_fileavoidwrite.py |
Tests for the FileAvoidWrite object. |
2592 |
- |
| test_vendor.py |
|
1503 |
- |
| test_vendor_tools.py |
|
2238 |
- |
| vendor |
|
|
- |