Bug 45414

Summary: Would like a way to make WEBKIT2_CRASH_WEB_PROCESS_RANDOMLY crash the web process at repeatable times
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: andersca, darin, sam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Adam Roben (:aroben)
Reported 2010-09-08 14:25:13 PDT
From bug 43058 comment 4, in regard to the random delay chosen before crashing when WEBKIT2_CRASH_WEB_PROCESS_RANDOMLY is set: > It seems to me that a reproducible pseudo-random sequence is better than a higher quality random number for this purpose. This bug represents implementing this.
Attachments
Adam Roben (:aroben)
Comment 1 2010-09-08 14:25:55 PDT
Darin Adler
Comment 2 2010-09-08 15:39:19 PDT
I guess pseudo-random is only part of the story. We’d also somehow want to synchronize with the amount of CPU time used instead of using wall clock time or something like that. That may be impractical.
Note You need to log in before you can comment on or make changes to this bug.