Commit 0db2ea20 authored by Samuel Huang's avatar Samuel Huang Committed by Commit Bot

[Tests] Fix typo 'Tets'.

DISABLED_OneShotAccessibilityTreeSearchTets.* were added on 2019-10-16
in:

https://chromium-review.googlesource.com/c/chromium/src/+/1854682

and have been failing android-asan bot (Nexus 5) ever since. This CL
fixes the typo 'Tets' to 'Test' in speculative hope that it will fix
the problem.

Also fix same typo (but non-suffix) in
CheckAddedDepsHaveTetsApprovalsTest
=> CheckAddedDepsHaveTestApprovalsTest for good measure.

Change-Id: If3205f5b336d335e6397becec001c05f70ce6b9e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1956009Reviewed-by: default avatarSamuel Huang <huangs@chromium.org>
Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Commit-Queue: Samuel Huang <huangs@chromium.org>
Cr-Commit-Position: refs/heads/master@{#722964}
parent 002e44e6
...@@ -312,7 +312,7 @@ class InvalidIfDefinedMacroNamesTest(unittest.TestCase): ...@@ -312,7 +312,7 @@ class InvalidIfDefinedMacroNamesTest(unittest.TestCase):
self.assertEqual(0, len(errors)) self.assertEqual(0, len(errors))
class CheckAddedDepsHaveTetsApprovalsTest(unittest.TestCase): class CheckAddedDepsHaveTestApprovalsTest(unittest.TestCase):
def calculate(self, old_include_rules, old_specific_include_rules, def calculate(self, old_include_rules, old_specific_include_rules,
new_include_rules, new_specific_include_rules): new_include_rules, new_specific_include_rules):
......
...@@ -41,7 +41,7 @@ class TestBrowserAccessibilityManager : public BrowserAccessibilityManager { ...@@ -41,7 +41,7 @@ class TestBrowserAccessibilityManager : public BrowserAccessibilityManager {
// These tests prevent other tests from being run. crbug.com/514632 // These tests prevent other tests from being run. crbug.com/514632
#if defined(ANDROID) && defined(ADDRESS_SANITIZER) #if defined(ANDROID) && defined(ADDRESS_SANITIZER)
#define MAYBE_OneShotAccessibilityTreeSearchTest \ #define MAYBE_OneShotAccessibilityTreeSearchTest \
DISABLED_OneShotAccessibilityTreeSearchTets DISABLED_OneShotAccessibilityTreeSearchTest
#else #else
#define MAYBE_OneShotAccessibilityTreeSearchTest \ #define MAYBE_OneShotAccessibilityTreeSearchTest \
OneShotAccessibilityTreeSearchTest OneShotAccessibilityTreeSearchTest
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment