/ndk/tests/device/test-stlport_shared-exception/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument 13 if subtest == 'badalloc1' and device_platform >= 23: 14 return device_platform, 'http://b/26002885' 16 if subtest == 'filter1' and device_platform >= 21 and toolchain == '4.9': 17 return '{} {}'.format(device_platform, toolchain), 'http://b/24403847'
|
/ndk/tests/device/test-stlport_static-exception/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument 13 if subtest == 'badalloc1' and device_platform >= 23: 14 return device_platform, 'http://b/26002885' 16 if subtest == 'filter1' and device_platform >= 21 and toolchain == '4.9': 17 return '{} {}'.format(device_platform, toolchain), 'http://b/24403847'
|
/ndk/tests/device/math/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument 8 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None): argument 9 if device_platform < 18: 10 return device_platform
|
/ndk/tests/device/asan-smoke/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument 7 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None): argument 12 if device_platform < 19: 13 return device_platform
|
/ndk/tests/device/issue19851-sigsetjmp/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument 2 if device_platform <= 10: 3 return device_platform, 'http://b/26015756'
|
/ndk/tests/device/test-gnustl_shared-exception/ |
D | test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None): argument 2 if subtest == 'exec_throwing_lib_catching' and device_platform < 19: 9 return device_platform
|
/ndk/tests/device/emm/ |
D | test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None): argument 7 if device_platform < 16: 8 return device_platform
|
/ndk/tests/device/test-libc++-shared/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument 2 if abi == 'armeabi-v7a-hard' and device_platform <= 16: 3 return '{} {}'.format(abi, device_platform), 'http://b/26014163'
|
/ndk/tests/device/test-yasm/ |
D | test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None): argument 6 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument
|
/ndk/tests/device/test-libc++-shared-full/ |
D | test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None): argument
|
/ndk/tests/device/test-libc++-static-full/ |
D | test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None): argument
|
/ndk/tests/device/test-gnustl-full/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument
|
/ndk/tests/device/issue20176-__gnu_Unwind_Find_exidx/ |
D | test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None): argument
|
/ndk/tests/device/b8708181-Vector4/ |
D | test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None): argument
|
/ndk/tests/device/fenv/ |
D | test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None): argument
|
/ndk/tests/device/issue61659-neon-assignment/ |
D | test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None): argument
|
/ndk/tests/device/test-googletest-full/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument
|
/ndk/tests/device/test-libc++/ |
D | test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None): argument
|
/ndk/tests/device/test-openmp/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument
|
/ndk/tests/device/test-wait/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument
|
/ndk/tests/device/test-libc++-static/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument
|
/ndk/tests/device/test-android-support/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument
|
/ndk/tests/device/test-stlport/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument
|
/ndk/tests/device/static-executable/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument
|
/ndk/tests/ |
D | tests.py | 407 def match_broken(abi, platform, device_platform, toolchain, argument 412 def match_unsupported(abi, platform, device_platform, toolchain, argument 584 def __init__(self, name, test_dir, abi, platform, device_platform, argument 589 self.device_platform = device_platform 594 def from_dir(cls, test_dir, abi, platform, device_platform, toolchain, argument 597 return cls(test_name, test_dir, abi, platform, device_platform, 605 self.device_platform, 610 self.device_platform, 615 self.device_platform, 620 self.device_platform,
|