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

Unified Diff: src/trusted/validator_arm/actual_vs_baseline.h

Issue 12095039: Add testing of generated (ARM) baseline decoders using hand-written decoders. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 7 years, 11 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: src/trusted/validator_arm/actual_vs_baseline.h
===================================================================
--- src/trusted/validator_arm/actual_vs_baseline.h (revision 10678)
+++ src/trusted/validator_arm/actual_vs_baseline.h (working copy)
@@ -42,7 +42,10 @@
// Note: we quit early if the safety values are not MAY_BE_SAFE
bool MayBeSafe();
- // Checks that each corresponding ClassDecoder virtual matches.
+ // Applies Sanity checks, as defined by the baseline tester.
+ // Returns true if the sanity checks pass.
+ virtual bool DoApplySanityChecks();
+
void CheckDefs();
void CheckBaseAddressRegisterWritebackSmallImmediate();
void CheckBaseAddressRegister();

Powered by Google App Engine
This is Rietveld 408576698