Commit 288ebf14 authored by David Tseng's avatar David Tseng Committed by Commit Bot

Re-enable ChromeVoxLibLouisTest.CheckAllTables

Mostly speculative; run locally release/debug with 20 parallel processes e.g.
testing/xvfb.py out/d/browser_tests --gtest_filter=ChromeVoxLibLouisTest.*Check*
!! & !! & !! ...

TBR=dtseng@chromium.org

Fixed: 1048585
Change-Id: I5a28d2fd64ac412f1d88dad41e325868e5372503
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210493Reviewed-by: default avatarDavid Tseng <dtseng@chromium.org>
Commit-Queue: David Tseng <dtseng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#770672}
parent 38b79771
......@@ -62,13 +62,12 @@ LIBLOUIS_TEST_F('testTranslateComputerBraille', function(liblouis) {
LIBLOUIS_TEST_F_WITH_PREAMBLE(
`
#if defined(MEMORY_SANITIZER)
#define MAYBE_checkAllTables DISABLED_checkAllTables
#define MAYBE_CheckAllTables DISABLED_CheckAllTables
#else
// Flaky, see crbug.com/1048585.
#define MAYBE_checkAllTables DISABLED_checkAllTables
#define MAYBE_CheckAllTables CheckAllTables
#endif
`,
'MAYBE_checkAllTables', function(liblouis) {
'MAYBE_CheckAllTables', function(liblouis) {
BrailleTable.getAll(this.newCallback(function(tables) {
let i = 0;
const checkNextTable = function() {
......
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