DescriptionNaCl: Update revision in DEPS, r11569 -> r11573, and remove two PNaCl tests
This pulls in the following Native Client changes:
r11570: (mseaborn) PNaCl: Remove use of link option "-Wn,--pnacl-nativeld=old" in tests
r11571: (halyavin) Fix wrong calloc usage.
r11572: (mseaborn) Update PNaCl toolchain revision to r11567: Enable ABI verifier in sandboxed translator
r11573: (shcherbina) Add restricted registers handling to text-based specification.
r11572 makes the PNaCl translator stricter so that it won't accept
upstream LLVM's bitcode format or .ll assembly files. This affects
two tests (bad2.pexe and pnacl_bad_pexe_undefined_syms) so that they
produce the same error as the bad.pexe test, which is:
pnacl_translator: pnacl.pexe: error: Invalid PNaCl bitcode header
DoTranslate failed.
[...:INFO:CONSOLE(0)] "NativeClient: NaCl module load failed: PnaclCoordinator: compile failed.", ...
So remove those two tests because they now cover the same case as the
bad.pexe test.
BUG=https://code.google.com/p/nativeclient/issues/detail?id=3469
TEST=NaCl/PNaCl tests in browser_tests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207460
Patch Set 1 #Patch Set 2 : Remove some tests #Patch Set 3 : Attempt to fix test #
Messages
Total messages: 5 (0 generated)
|