Disable PDF tests that are failing after combining PDF plugin into chrome.
[chromium-blink-merge.git] / content / content_browsertests.isolate
blob926a101c37e81d1f4b19660f7ed519fa3d3dcefd
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5   'conditions': [
6     ['OS=="android"', {
7       'variables': {
8         'files': [
9           '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak',
10         ],
11       },
12     }],
13     ['chromeos==1', {
14       'variables': {
15         'files': [
16           '<(PRODUCT_DIR)/content_shell.pak',
17         ],
18       },
19     }],
20     ['OS=="linux" or OS=="mac" or OS=="win"', {
21       'variables': {
22         'files': [
23           '<(PRODUCT_DIR)/content_shell.pak',
24         ],
25       },
26     }],
27     ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
28       'variables': {
29         'files': [
30           '../media/test/data/',
31           '../net/data/',
32           'test/data/',
33         ],
34       },
35     }],
36     ['OS=="linux"', {
37       'variables': {
38         'command': [
39           '../testing/xvfb.py',
40           '<(PRODUCT_DIR)',
41           '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
42           '--test-launcher-bot-mode',
43           '--asan=<(asan)',
44           '--lsan=<(lsan)',
45           '--msan=<(msan)',
46           '--tsan=<(tsan)',
47         ],
48         'files': [
49           '../testing/xvfb.py',
50           '<(PRODUCT_DIR)/content_shell.pak',
51           '<(PRODUCT_DIR)/libffmpegsumo.so',
52           '<(PRODUCT_DIR)/libosmesa.so',
53           '<(PRODUCT_DIR)/libppapi_tests.so',
54         ],
55       },
56     }],
57     ['OS=="linux" and use_ozone==0', {
58       'variables': {
59         'files': [
60           '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
61         ],
62       },
63     }],
64     ['OS=="linux" or OS=="mac" or OS=="win"', {
65       'variables': {
66         'files': [
67           '../net/tools/testserver/',
68           '../ppapi/tests/test_case.html',
69           '../ppapi/tests/test_page.css',
70           '../testing/test_env.py',
71           '../third_party/pyftpdlib/',
72           '../third_party/pywebsocket/',
73           '../third_party/tlslite/',
74           '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
75         ],
76       },
77     }],
78     ['OS=="mac"', {
79       'variables': {
80         'files': [
81           '<(PRODUCT_DIR)/Content Shell.app/',
82           '<(PRODUCT_DIR)/ffmpegsumo.so',
83           '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/',
84           '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/',
85           '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
86         ],
87       },
88     }],
89     ['OS=="mac" and asan==1 and fastbuild==0', {
90       'variables': {
91         'files': [
92           '<(PRODUCT_DIR)/Content Shell Framework.framework.dSYM/',
93           '<(PRODUCT_DIR)/Content Shell Helper.app.dSYM/',
94           '<(PRODUCT_DIR)/Content Shell.app.dSYM/',
95           '<(PRODUCT_DIR)/content_browsertests.dSYM/',
96           '<(PRODUCT_DIR)/ffmpegsumo.so.dSYM/',
97           '<(PRODUCT_DIR)/npapi_test_plugin.plugin.dSYM/',
98           '<(PRODUCT_DIR)/ppapi_tests.plugin.dSYM/',
99           '<(PRODUCT_DIR)/test_netscape_plugin.plugin.dSYM/',
100         ],
101       },
102     }],
103     ['OS=="mac" or OS=="win"', {
104       'variables': {
105         'command': [
106           '../testing/test_env.py',
107           '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
108           '--test-launcher-bot-mode',
109           '--asan=<(asan)',
110           '--lsan=<(lsan)',
111           '--msan=<(msan)',
112           '--tsan=<(tsan)',
113         ],
114       },
115     }],
116     ['OS=="win"', {
117       'variables': {
118         'files': [
119           '<(PRODUCT_DIR)/content_shell.pak',
120           '<(PRODUCT_DIR)/ffmpegsumo.dll',
121           '<(PRODUCT_DIR)/osmesa.dll',
122           '<(PRODUCT_DIR)/plugins/np_test_netscape_plugin.dll',
123           '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll',
124           '<(PRODUCT_DIR)/ppapi_tests.dll',
125         ],
126       },
127     }],
128     ['OS=="win" and target_arch=="ia32"', {
129       'variables': {
130         'files': [
131           '<(PRODUCT_DIR)/wow_helper.exe',
132         ],
133       },
134     }],
135     ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
136       'variables': {
137         'files': [
138           '<(PRODUCT_DIR)/content_browsertests.exe.pdb',
139         ],
140       },
141     }],
142   ],
143   'includes': [
144     '../base/base.isolate',
145     '../gin/v8.isolate',
146   ],