| Code-Review | +1 |
| Owners-Override | +1 |
(Gardener, applying owners-override)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The change cannot be auto-reviewed. The following files do not match the benign file configuration: chrome/browser/actor/tools/page_tool_browsertest.cc. Learn more: go/rubber-stamper-user-guide.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Bug: 453258855I don't think this is the right bug because it's for file type_tool_browsertest.cc. Could you file + link a separate bug?
#if defined(ADDRESS_SANITIZER) || !defined(NDEBUG)I can't find the build link, but if it's for builder "chromium/ci/Linux Tests (dbg)(1)" then could you limit this to Linux?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
I don't think this is the right bug because it's for file type_tool_browsertest.cc. Could you file + link a separate bug?
Done
I can't find the build link, but if it's for builder "chromium/ci/Linux Tests (dbg)(1)" then could you limit this to Linux?
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: chrome/browser/actor/tools/page_tool_browsertest.cc
Insertions: 1, Deletions: 1.
@@ -103,7 +103,7 @@
// Type so much text that a timeout occurs. Then, try again typing a single
// character, which should succeed.
-#if defined(ADDRESS_SANITIZER) || !defined(NDEBUG)
+#if BUILDFLAG(IS_LINUX) && defined(ADDRESS_SANITIZER) && !defined(NDEBUG)
#define MAYBE_Timeout DISABLED_Timeout
#else
#define MAYBE_Timeout Timeout
```
Disable slow browser test
Test: ActorPageToolTimeoutBrowserTest/Timeout
Disabling on debug/ASAN
Failing build: https://ci.chromium.org/ui/p/chromium/builders/ci/Linux%20Tests%20%28dbg%29%281%29
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |