Commit 7c8d1ab8 authored by sbc's avatar sbc Committed by Commit bot

Disable NaClBrowserTestGLibcVcacheExtension.ValidationCacheOfMainNexe on ARM.

NaCl does not support glibc on ARM so all glibc-related
tests should be disabled on ARM.

BUG=422592
TEST=linux_arm trybot

Review URL: https://codereview.chromium.org/652873002

Cr-Commit-Position: refs/heads/master@{#299808}
parent b6afb358
...@@ -134,7 +134,7 @@ class NaClBrowserTestGLibcVcacheExtension: ...@@ -134,7 +134,7 @@ class NaClBrowserTestGLibcVcacheExtension:
}; };
IN_PROC_BROWSER_TEST_F(NaClBrowserTestGLibcVcacheExtension, IN_PROC_BROWSER_TEST_F(NaClBrowserTestGLibcVcacheExtension,
ValidationCacheOfMainNexe) { MAYBE_GLIBC(ValidationCacheOfMainNexe)) {
// Make sure histograms from child processes have been accumulated in the // Make sure histograms from child processes have been accumulated in the
// browser process. // browser process.
base::HistogramTester histograms; base::HistogramTester histograms;
......
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