Bug 160928

Summary: Add WASM support for i64 simple opcodes.
Product: WebKit Reporter: Keith Miller <keith_miller>
Component: New BugsAssignee: Keith Miller <keith_miller>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 159775    
Attachments:
Description Flags
Patch
none
Patch for landing
none
Patch for landing
none
Patch for landing none

Description Keith Miller 2016-08-16 18:17:50 PDT
Add WASM support for i64 simple opcodes.
Comment 1 Keith Miller 2016-08-17 07:47:41 PDT
Created attachment 286298 [details]
Patch
Comment 2 WebKit Commit Bot 2016-08-17 07:50:31 PDT
Attachment 286298 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/wasm/WASMOps.h:44:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/JavaScriptCore/wasm/WASMOps.h:45:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/JavaScriptCore/wasm/WASMOps.h:46:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/JavaScriptCore/wasm/WASMOps.h:48:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/JavaScriptCore/wasm/WASMOps.h:49:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/JavaScriptCore/wasm/WASMOps.h:59:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/JavaScriptCore/wasm/WASMOps.h:82:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/JavaScriptCore/wasm/WASMOps.h:84:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/JavaScriptCore/wasm/WASMOps.h:91:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/JavaScriptCore/wasm/WASMOps.h:92:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/JavaScriptCore/wasm/WASMB3IRGenerator.cpp:57:  Non-label code inside switch statements should be indented.  [whitespace/indent] [4]
Total errors found: 11 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Michael Saboff 2016-08-17 10:44:13 PDT
Comment on attachment 286298 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=286298&action=review

r=me

> Source/JavaScriptCore/wasm/WASMOps.h:101
> +
> +
>  

Don't think we need 3 blank lines.
Comment 4 Keith Miller 2016-08-17 17:42:13 PDT
Created attachment 286349 [details]
Patch for landing
Comment 5 WebKit Commit Bot 2016-08-17 17:43:25 PDT
Comment on attachment 286349 [details]
Patch for landing

Rejecting attachment 286349 [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', 'validate-changelog', '--check-oops', '--non-interactive', 286349, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

ChangeLog entry in Source/JavaScriptCore/ChangeLog contains OOPS!.

Full output: http://webkit-queues.webkit.org/results/1889914
Comment 6 Keith Miller 2016-08-17 17:45:37 PDT
Created attachment 286350 [details]
Patch for landing
Comment 7 WebKit Commit Bot 2016-08-17 18:23:49 PDT
Comment on attachment 286350 [details]
Patch for landing

Rejecting attachment 286350 [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-02', 'build', '--no-clean', '--no-update', '--build-style=release', '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
lumes/Data/EWS/WebKit/Tools/DumpRenderTree/mac/WorkQueueItemMac.mm -o /Volumes/Data/EWS/WebKit/WebKitBuild/DumpRenderTree.build/Release/DumpRenderTree\ (Library).build/Objects-normal/x86_64/WorkQueueItemMac.o

** BUILD FAILED **


The following build commands failed:
	CompileC /Volumes/Data/EWS/WebKit/WebKitBuild/DumpRenderTree.build/Release/DumpRenderTree\ (Library).build/Objects-normal/x86_64/TestRunner.o TestRunner.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

Full output: http://webkit-queues.webkit.org/results/1889987
Comment 8 Keith Miller 2016-08-17 18:25:09 PDT
Created attachment 286352 [details]
Patch for landing
Comment 9 WebKit Commit Bot 2016-08-17 18:37:32 PDT
Comment on attachment 286352 [details]
Patch for landing

Clearing flags on attachment: 286352

Committed r204588: <http://trac.webkit.org/changeset/204588>
Comment 10 WebKit Commit Bot 2016-08-17 18:37:36 PDT
All reviewed patches have been landed.  Closing bug.