| Index: chrome/test/data/nacl/pnacl_error_handling/pnacl_error_handling.html
|
| diff --git a/chrome/test/data/nacl/pnacl_error_handling/pnacl_error_handling.html b/chrome/test/data/nacl/pnacl_error_handling/pnacl_error_handling.html
|
| index 65fcde52672cf3a4ce5c7dd33be9b635e22cab0c..004ccf744dfd412e452bec386e9dd88dcb80363c 100644
|
| --- a/chrome/test/data/nacl/pnacl_error_handling/pnacl_error_handling.html
|
| +++ b/chrome/test/data/nacl/pnacl_error_handling/pnacl_error_handling.html
|
| @@ -21,6 +21,14 @@
|
| //<![CDATA[
|
|
|
| function declareTests(tester) {
|
| + // 'bad_hash' loads a manifest that has a faulty hash.
|
| + badLoadTest(
|
| + tester,
|
| + 'bad_hash',
|
| + 'pnacl_bad_hash.nmf',
|
| + 'NaCl module load failed: PnaclCoordinator: ' +
|
| + 'Bitcode hash does not match bitcode contents.');
|
| +
|
| // 'bad_pexe' loads a manifest, then loads a pexe that is invalid.
|
| badLoadTest(
|
| tester,
|
|
|