Skip to content

Commit

Permalink
Mark tests as passing following toolchain updates.
Browse files Browse the repository at this point in the history
Bug: http://b/26085687
Bug: http://b/22699878
Bug: #31
Change-Id: Iac37f5b8657c12c082838caedacb068b5b2dd7cf
  • Loading branch information
DanAlbert committed Apr 7, 2016
1 parent 7f288bb commit 7996a63
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions tests/device/libcxx-relocs/test_config.py

This file was deleted.

6 changes: 0 additions & 6 deletions tests/device/test-stlport_static-exception/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,4 @@ def match_broken(abi, platform, device_platform, toolchain, subtest=None):
if subtest == 'filter1' and device_platform >= 21 and toolchain == '4.9':
return '{} {}'.format(device_platform, toolchain), 'http://b/24403847'

if subtest == 'dyncast1' and toolchain == 'clang' and abi == 'x86_64':
return '{} {}'.format(toolchain, abi), 'http://b/26085687'

if subtest == 'dyncast2_1' and toolchain == 'clang' and abi == 'x86_64':
return '{} {}'.format(toolchain, abi), 'http://b/26085687'

return None, None

0 comments on commit 7996a63

Please sign in to comment.