Closed
Bug 874933
Opened 12 years ago
Closed 12 years ago
Fakedata into the skiplist table
Categories
(Socorro :: Database, task)
Socorro
Database
Tracking
(Not tracked)
RESOLVED
FIXED
48
People
(Reporter: selenamarie, Assigned: selenamarie)
Details
(Whiteboard: [qa-])
Put the following into fakedata generation for the skiplist
category rule
----------- ---------------------------------
prefix (libxul\.so|xul\.dll|XUL)@0x.*
ignore @0x[0-9a-fA-F]{2,}
prefix SocketShutdown
prefix operator new\([^,\)]+\)
sentinel '_purecall',
('mozilla::ipc::RPCChannel::Call(IPC::Message*, IPC::Message*)',
lambda x: 'CrashReporter::CreatePairedMinidumps(void*, '
'unsigned long, nsAString_internal*, nsILocalFile**, '
'nsILocalFile**)' in x
)
prefix arena_.*
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → sdeckelmann
Comment 1•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/0ded75052174f44cb3c3f535c26dc9d4d886413a
bug 874933 add skiplist fakedata
https://github.com/mozilla/socorro/commit/e6e78347004aee416c51635595ca549290022aa0
Merge pull request #1260 from selenamarie/bug874933-fakedata-for-skiplist
Bug874933 fakedata for skiplist
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•