You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checkpoints require support across many parts of CrashMonkey. This part slightly modifies the way user tests are called so that checkpoint information is passed to user tests
For checkpoints, we can assume 2 things:
the user has just performed a sync/fsync request of some form
this call will block until all parts of the checkpoint are completed
The part of CrashMonkey that calls user tests should be modified to pass along the checkpoint number (generated by #41). BaseTestCase.h should be modified such that this is allowed.
The text was updated successfully, but these errors were encountered:
Part of the revised version of #12.
Checkpoints require support across many parts of CrashMonkey. This part slightly modifies the way user tests are called so that checkpoint information is passed to user tests
For checkpoints, we can assume 2 things:
The part of CrashMonkey that calls user tests should be modified to pass along the checkpoint number (generated by #41).
BaseTestCase.h
should be modified such that this is allowed.The text was updated successfully, but these errors were encountered: