Bug 135076 - Extend exception fuzzing to the LLInt
Summary: Extend exception fuzzing to the LLInt
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-18 15:44 PDT by Filip Pizlo
Modified: 2014-07-22 11:29 PDT (History)
12 users (show)

See Also:


Attachments
the patch (22.65 KB, patch)
2014-07-18 15:45 PDT, Filip Pizlo
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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