| 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 0352de3cd0e2380a518cc23fee0f5221b8e819e1..b4eacbab5df17660385cff58ff6d30a0cd514093 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
|
| @@ -22,12 +22,14 @@
|
|
|
| function declareTests(tester) {
|
| // 'bad_pexe' loads a manifest, then loads a pexe that is invalid.
|
| - badLoadTest(
|
| - tester,
|
| - 'bad_pexe',
|
| - 'pnacl_bad_pexe.nmf',
|
| - 'application/x-pnacl',
|
| - 'NaCl module load failed: PnaclCoordinator: compile failed.');
|
| + // TODO(dschuff): re-enable this test when the change with more detailed
|
| + // error reporting rolls in from NaCl.
|
| + //badLoadTest(
|
| + // tester,
|
| + // 'bad_pexe',
|
| + // 'pnacl_bad_pexe.nmf',
|
| + // 'application/x-pnacl',
|
| + // 'NaCl module load failed: PnaclCoordinator: compile failed.');
|
|
|
| // 'nonexistent_pexe' loads a manifest, then tries to to load a nonexistent
|
| // pexe and fails.
|
|
|