Bug 135076

Summary: Extend exception fuzzing to the LLInt
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, bunhere, commit-queue, ggaren, gyuyoung.kim, mark.lam, mhahnenberg, mmirman, msaboff, oliver, rakuco, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch oliver: review+

Description Filip Pizlo 2014-07-18 15:44:28 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2014-07-18 15:45:56 PDT
Created attachment 235152 [details]
the patch
Comment 2 WebKit Commit Bot 2014-07-18 15:48:04 PDT
Attachment 235152 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:153:  __cce_exec is incorrectly named. Don't use underscores in your identifier names.  [readability/naming/underscores] [4]
ERROR: Source/JavaScriptCore/runtime/ExceptionFuzz.h:36:  The parameter name "exec" adds no information, so it should be removed.  [readability/parameter_name] [5]
ERROR: Source/JavaScriptCore/CMakeLists.txt:384:  No trailing spaces  [whitespace/trailing] [5]
Total errors found: 3 in 11 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Filip Pizlo 2014-07-22 11:29:00 PDT
Landed in http://trac.webkit.org/changeset/171350