Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(336)

Unified Diff: tests/pyauto_nacl/multiple_nexes.py

Issue 7053016: Disable basic_object.html and srpc_nrd_xfer.html until we find out why they flake on Linux 32 bit. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/pyauto_nacl/multiple_nexes.py
===================================================================
--- tests/pyauto_nacl/multiple_nexes.py (revision 5437)
+++ tests/pyauto_nacl/multiple_nexes.py (working copy)
@@ -10,7 +10,10 @@
class NaClTest(pyauto.PyUITest):
"""Tests for NaCl."""
- nexes = ['basic_object.html',
+ nexes = [# TODO(cstefansen): Figure out why multiple nexes in a page flakes
+ # on Linux 32 bit (issue 1851); then uncomment the following line
+ # (and similar line below)
+ # 'basic_object.html',
'earth_c.html',
'earth_cc.html',
'ppapi_core.html',
@@ -26,7 +29,9 @@
'srpc_hw.html',
# TODO(nfullagar): enable this test when it works on trybots.
# 'srpc_hw_fd.html',
- 'srpc_nrd_xfer.html',
+ # TODO(cstefansen): Figure out why multiple nexes in a page flakes
+ # on Linux 32 bit (issue 1851); then uncomment the following line.
+ # 'srpc_nrd_xfer.html',
'srpc_plugin.html',
'srpc_shm.html',
'srpc_sockaddr.html',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698