Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: ppapi/native_client/tests/ppapi_browser/bad/ppapi_bad.html

Issue 14069002: Allow to have different files for different ISAs in NaCl manifest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/native_client/tests/ppapi_browser/bad/ppapi_bad.html
===================================================================
--- ppapi/native_client/tests/ppapi_browser/bad/ppapi_bad.html (revision 193870)
+++ ppapi/native_client/tests/ppapi_browser/bad/ppapi_bad.html (working copy)
@@ -108,7 +108,9 @@
tester,
'bad_manifest_bad_files',
'ppapi_bad_manifest_bad_files.nmf',
- 'NaCl module load failed: manifest: no version of file.txt given for current arch and no portable version found.');
+ // Manifest loader expects either 'url' or 'pnacl-translate' key present.
+ // If neither is found, it complains about the last one.
+ 'NaCl module load failed: manifest: file.txt property \'unknown_arch\' does not have required key: \'pnacl-translate\'.');
// 'bad_manifest_nexe_arch' loads a manifest with no program entry for the
// user's architecture

Powered by Google App Engine
This is Rietveld 408576698