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

Side by Side Diff: native_client/tests/ppapi_browser/crash/nacl.scons

Issue 7781009: Disabling some tests that seem to be broken by nmf change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/ppapi/
Patch Set: '' Created 9 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # Copyright (c) 2011 The Native Client Authors. All rights reserved. 2 # Copyright (c) 2011 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # 5 #
6 # Tests fatal errors that occur after loading. 6 # Tests fatal errors that occur after loading.
7 # (See ppapi_browser/bad for fatal errors that occur during loading). 7 # (See ppapi_browser/bad for fatal errors that occur during loading).
8 # 8 #
9 # The tests use ppapi_test_lib. 9 # The tests use ppapi_test_lib.
10 10
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 node = env.PPAPIBrowserTester('ppapi_crash_browser_test.out', 48 node = env.PPAPIBrowserTester('ppapi_crash_browser_test.out',
49 url='ppapi_crash.html', 49 url='ppapi_crash.html',
50 nmf=nmfs, 50 nmf=nmfs,
51 files=published_files) 51 files=published_files)
52 52
53 env.AddNodeToTestSuite(node, 53 env.AddNodeToTestSuite(node,
54 ['chrome_browser_tests'], 54 ['chrome_browser_tests'],
55 'run_ppapi_crash_browser_test', 55 'run_ppapi_crash_browser_test',
56 is_broken=env.PPAPIBrowserTesterIsBroken() or 56 is_broken=env.PPAPIBrowserTesterIsBroken() or
57 env.Bit('nacl_glibc')) 57 env.Bit('nacl_glibc') or
58 # TODO(halyavin): re-enable this when fixed.
59 True
60 )
OLDNEW
« no previous file with comments | « native_client/tests/ppapi_browser/bad/nacl.scons ('k') | native_client/tests/ppapi_browser/ppb_file_system/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698