HomeSort by relevance Sort by last modified time
    Searched refs:toolchain (Results 1 - 25 of 459) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/build/lambda-defarg3/
test_config.py 1 def match_unsupported(abi, platform, toolchain, subtest=None):
2 if toolchain != '4.9':
3 return toolchain
  /ndk/tests/build/b9193874-neon/
test_config.py 1 def match_unsupported(abi, platform, toolchain, subtest=None):
4 if toolchain != '4.9':
5 return toolchain
  /ndk/tests/build/flto/
test_config.py 1 def match_unsupported(abi, platform, toolchain, subtest=None):
3 if toolchain == 'clang' and abi.startswith('mips'):
4 return '{} {}'.format(toolchain, abi)
  /ndk/tests/build/issue36131-flto-c++11/
test_config.py 1 def match_unsupported(abi, platform, toolchain, subtest=None):
3 if toolchain == 'clang' and abi.startswith('mips'):
4 return '{} {}'.format(toolchain, abi)
  /ndk/tests/device/test-openmp/
test_config.py 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None):
2 if toolchain == 'clang':
3 return toolchain, 'http://b/25937032'
  /ndk/tests/device/test-gnustl-full/
test_config.py 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None):
2 return toolchain, 'http://b/24613808'
  /ndk/tests/device/test-libc++-shared-full/
test_config.py 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None):
2 return toolchain
  /ndk/tests/device/test-libc++-static-full/
test_config.py 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None):
2 return toolchain
  /ndk/tests/build/b14811006-GOT_PREL-optimization/
test_config.py 1 def match_broken(abi, platform, toolchain, subtest=None):
2 if toolchain == 'clang':
4 return ' '.join([toolchain, abi]), 'http://b/26031639'
  /ndk/tests/build/issue17144-byteswap/
test_config.py 1 def match_broken(abi, platform, toolchain, subtest=None):
2 if toolchain == 'clang' and abi.startswith('armeabi-v7a'):
3 return '{} {}'.format(toolchain, abi), 'http://b/26091410'
  /ndk/tests/device/test-stlport_static-exception/
test_config.py 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None):
11 return toolchain, 'http://b/24541258'
16 if subtest == 'filter1' and device_platform >= 21 and toolchain == '4.9':
17 return '{} {}'.format(device_platform, toolchain), 'http://b/24403847'
19 if subtest == 'dyncast1' and toolchain == 'clang' and abi == 'x86_64':
20 return '{} {}'.format(toolchain, abi), 'http://b/26085687'
22 if (subtest == 'dyncast2_1' and toolchain == 'clang' and
24 return '{} {}'.format(toolchain, abi), 'http://b/26085687'
  /ndk/tests/build/issue65705-asm-pc/
test_config.py 1 def match_broken(abi, device, toolchain, subtest=None):
2 if toolchain == '4.9':
3 return toolchain, 'http://b.android.com/65705'
7 def match_unsupported(abi, device, toolchain, subtest=None):
  /ndk/tests/build/mips-fp4/
test_config.py 1 def match_unsupported(abi, platform, toolchain, subtest=None):
7 def match_broken(abi, platform, toolchain, subtest=None):
8 if toolchain == 'clang':
9 return toolchain, 'http://b/26984979'
  /ndk/tests/device/math/
test_config.py 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None):
2 if abi == 'x86_64' and toolchain == 'clang':
4 return '{} {} (ld128)'.format(toolchain, abi), bug
8 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None):
  /ndk/tests/device/test-stlport_shared-exception/
test_config.py 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None):
11 return toolchain, 'http://b/24541258'
16 if subtest == 'filter1' and device_platform >= 21 and toolchain == '4.9':
17 return '{} {}'.format(device_platform, toolchain), 'http://b/24403847'
  /ndk/tests/build/b14825026-aarch64-FP_LO_REGS/
test_config.py 1 def match_unsupported(abi, platform, toolchain, subtest=None):
  /ndk/tests/build/cortex-a53-835769/
test_config.py 1 def match_unsupported(abi, platform, toolchain, subtest=None):
  /ndk/tests/build/issue41297-atomic-64bit/
test_config.py 1 def match_unsupported(abi, platform, toolchain, subtest=None):
  /ndk/tests/device/asan-smoke/
test_config.py 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None):
7 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None):
8 if not toolchain.startswith('clang'):
9 return toolchain
  /ndk/tests/build/copysign/
test_config.py 1 def match_broken(abi, platform, toolchain, subtest=None):
  /ndk/tests/build/issue21132-__ARM_ARCH__/
test_config.py 1 def match_unsupported(abi, platform, toolchain, subtest=None):
  /ndk/tests/build/issue22336-ICE-emit-rtl/
test_config.py 1 def match_unsupported(abi, platform, toolchain, subtest=None):
  /ndk/tests/build/issue22345-ICE-postreload/
test_config.py 1 def match_unsupported(abi, platform, toolchain, subtest=None):
  /ndk/tests/build/issue34613-neon/
test_config.py 1 def match_unsupported(abi, platform, toolchain, subtest=None):
  /ndk/tests/build/ssax-instructions/
test_config.py 1 def match_unsupported(abi, platform, toolchain, subtest=None):

Completed in 899 milliseconds

1 2 3 4 5 6 7 8 91011>>