summaryrefslogtreecommitdiffstats
path: root/chrome/test/nacl
diff options
context:
space:
mode:
authorsbc <sbc@chromium.org>2014-10-15 18:22:20 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-16 01:22:42 +0000
commit7c8d1ab8e83a2aa5a635b3e77cdf02b7297692ca (patch)
treeeee3a6804e74e72a0ba56f8cd83ce02a0d560a80 /chrome/test/nacl
parentb6afb358781de8a6cbdd1b9f45ee00ca4f70581c (diff)
downloadchromium_src-7c8d1ab8e83a2aa5a635b3e77cdf02b7297692ca.zip
chromium_src-7c8d1ab8e83a2aa5a635b3e77cdf02b7297692ca.tar.gz
chromium_src-7c8d1ab8e83a2aa5a635b3e77cdf02b7297692ca.tar.bz2
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}
Diffstat (limited to 'chrome/test/nacl')
-rw-r--r--chrome/test/nacl/nacl_browsertest_uma.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/nacl/nacl_browsertest_uma.cc b/chrome/test/nacl/nacl_browsertest_uma.cc
index 4e79e31..de7706b 100644
--- a/chrome/test/nacl/nacl_browsertest_uma.cc
+++ b/chrome/test/nacl/nacl_browsertest_uma.cc
@@ -134,7 +134,7 @@ class NaClBrowserTestGLibcVcacheExtension:
};
IN_PROC_BROWSER_TEST_F(NaClBrowserTestGLibcVcacheExtension,
- ValidationCacheOfMainNexe) {
+ MAYBE_GLIBC(ValidationCacheOfMainNexe)) {
// Make sure histograms from child processes have been accumulated in the
// browser process.
base::HistogramTester histograms;