Commit ec6f4fb1 authored by Nico Weber's avatar Nico Weber

Blacklist nacl_irt.next on Windows as well.

Bug: 1040247
Change-Id: Ib96f493c30c3a822929ed5bafa885bc4abd4eced
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074857
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarHans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744652}
parent e034ec3e
......@@ -132,6 +132,12 @@
'nacl_test_data\\glibc\\sysconf_nprocessors_onln_test_libs\\lib32\\libppapi_cpp_lib.dll',
'nacl_test_data\\glibc\\sysconf_nprocessors_onln_test_libs\\lib64\\libppapi_cpp_lib.dll',
# https://crbug.com/1040247
'nacl_irt_x86_32.nexe',
'nacl_irt_x86_32.nexe.debug',
'nacl_irt_x86_64.nexe',
'nacl_irt_x86_64.nexe.debug',
# TODO(thakis): Figure out what's up with these three (and their isolate).
'mini_installer.exe',
'mini_installer.exe.pdb',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment