Bug 152126 - [B3] Typo fix in testb3.cpp
Summary: [B3] Typo fix in testb3.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 152248
  Show dependency treegraph
 
Reported: 2015-12-10 06:53 PST by Csaba Osztrogonác
Modified: 2015-12-14 04:56 PST (History)
7 users (show)

See Also:


Attachments
Patch (1.82 KB, patch)
2015-12-10 06:54 PST, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-12-10 06:53:16 PST
The following test cases are mistyped:
operands.append({ "1.", static_cast<FloatType>(0.) });
operands.append({ "-1.", static_cast<FloatType>(-0.) });
operands.append({ "-2.", static_cast<FloatType>(2.) });
Comment 1 Csaba Osztrogonác 2015-12-10 06:54:11 PST
Created attachment 267104 [details]
Patch
Comment 2 Mark Lam 2015-12-10 07:16:06 PST
Comment on attachment 267104 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2015-12-10 08:04:48 PST
Comment on attachment 267104 [details]
Patch

Rejecting attachment 267104 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-03', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 267104, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
    -> origin/master
Partial-rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc ...
Currently at 193901 = 9c365015d120eb597b34cfad60c01ecc4945a54d
r193902 = 6dac5058f2408046ee46b673c9640aa4693bb6d5
r193903 = 7fe39bcc55f17121dbe6b34fc33fb0fbaddec90b
Done rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc
First, rewinding head to replay your work on top of it...
Fast-forwarded master to refs/remotes/origin/master.

Full output: http://webkit-queues.webkit.org/results/541228
Comment 4 WebKit Commit Bot 2015-12-10 08:11:41 PST
Comment on attachment 267104 [details]
Patch

Clearing flags on attachment: 267104

Committed r193906: <http://trac.webkit.org/changeset/193906>
Comment 5 WebKit Commit Bot 2015-12-10 08:11:45 PST
All reviewed patches have been landed.  Closing bug.