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

Unified Diff: ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons

Issue 10762009: Remove dead NaCl tests and re-enabled fixed tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reupload Created 8 years, 5 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
Index: ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons
diff --git a/ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons b/ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons
deleted file mode 100644
index 83e0583d4b624c6328cc444782dc616f984a509c..0000000000000000000000000000000000000000
--- a/ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons
+++ /dev/null
@@ -1,46 +0,0 @@
-# -*- python -*-
-# Copyright (c) 2012 The Native Client Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-#
-# This test uses ppapi_test_lib.
-
-Import('env')
-
-env.Prepend(CPPDEFINES=['XP_UNIX'])
-env.Replace(TEST_DIR='${SOURCE_ROOT}/ppapi/native_client/tests/ppapi_browser/' +
- 'ppb_url_request_info')
-
-nexe = env.ProgramNameForNmf('ppapi_ppb_url_request_info')
-env.Alias('ppapi_ppb_url_request_info${PROGSUFFIX}',
- [ '$STAGING_DIR/%s${PROGSUFFIX}' % nexe ])
-
-ppapi_ppb_url_request_info_nexe = env.ComponentProgram(
- nexe,
- [ 'ppapi_ppb_url_request_info.cc' ],
- EXTRA_LIBS=['${PPAPI_LIBS}',
- 'ppapi_test_lib',
- 'platform', # for CHECK
- 'pthread',
- 'gio',
- ])
-
-env.Publish(nexe, 'run',
- ['ppapi_ppb_url_request_info.html',
- 'ppapi_ppb_url_request_info.js'])
-
-node = env.PPAPIBrowserTester(
- 'ppapi_ppb_url_request_info_browser_test.out',
- url='ppapi_ppb_url_request_info.html',
- nmf_names=['ppapi_ppb_url_request_info'],
- files=env.ExtractPublishedFiles(nexe),
- browser_flags=['--enable-pepper-testing'])
-
-# This test is being deprecated and is no longer part of chrome_browser_tests
-# that are run automatically during nacl_intergration on the chrome bots.
-# It is still around for reference when fixing and porting TestAppendFileToBody.
-# see crbug.com/110242.
-env.AddNodeToTestSuite(node,
- ['chrome_browser_tests'],
- 'run_ppapi_ppb_url_request_info_browser_test',
- is_broken=True)

Powered by Google App Engine
This is Rietveld 408576698