| OLD | NEW |
| 1 # fail in native run | 1 # fail in native run |
| 2 RuleTest.CanonicalizeSubKeyTest | 2 RuleTest.CanonicalizeSubKeyTest |
| 3 # fail on bot only and fail natively, cannot reproduce locally | 3 # fail on bot only and fail natively, cannot reproduce locally |
| 4 AddressValidatorTest.* | 4 AddressValidatorTest.* |
| 5 CountryRulesAggregatorTest.ValidRulesets | 5 CountryRulesAggregatorTest.ValidRulesets |
| 6 ExampleAddressValidatorTest.examples | 6 ExampleAddressValidatorTest.examples |
| 7 RetrieverTest.* | 7 RetrieverTest.* |
| 8 FakeDownloaderTest.* | 8 FakeDownloaderTest.* |
| 9 | 9 |
| 10 # Test crashes - http://crbug.com/395169 | 10 # Test crashes - http://crbug.com/395169 |
| 11 AddressInputHelperTest.* | 11 AddressInputHelperTest.* |
| 12 # These are speculatively assumed to be part of the same issue: |
| 13 RegionDataBuilderTest.* |
| 14 PreloadSupplierTest.* |
| 12 | 15 |
| 13 # Crashes: http://crbug.com/396203 | 16 # Crashes: http://crbug.com/396203 |
| 14 AddressNormalizerTest.* | 17 AddressNormalizerTest.* |
| OLD | NEW |