mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
Disable empty_region_vardata test when running on 32bit machines.
This commit is contained in:
parent
e81c8c1312
commit
f145ab2f1e
1 changed files with 8 additions and 1 deletions
|
@ -71,7 +71,6 @@ tests = [
|
|||
'glyf_partial_instancing',
|
||||
'mvar_partial_instance',
|
||||
'update_def_wght',
|
||||
'empty_region_vardata',
|
||||
'feature_variations_partial_instance',
|
||||
'gdef_partial_instance',
|
||||
'value_format_partial_instance',
|
||||
|
@ -79,6 +78,14 @@ tests = [
|
|||
'sync_vmetrics',
|
||||
]
|
||||
|
||||
if host_machine.cpu_family() != 'x86'
|
||||
# These tests exhibit some inconsequential rounding differences on 32bit machines in IUP
|
||||
# optimization that causes the tests to fail, so only include them on non-32bit.
|
||||
tests += [
|
||||
'empty_region_vardata',
|
||||
]
|
||||
endif
|
||||
|
||||
if get_option('experimental_api')
|
||||
tests += [
|
||||
'iftb_requirements',
|
||||
|
|
Loading…
Add table
Reference in a new issue