Bug 165849

Summary: [ES6] Enable ES6 Modules
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: adam, cdumez, commit-queue, darin, dbates, esprehn+autocc, fpizlo, ggaren, gyuyoung.kim, kangil.han, keith_miller, mark.lam, msaboff, rniwa, saam, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 147340    
Attachments:
Description Flags
Patch
ggaren: review+, commit-queue: commit-queue-
Archive of layout-test-results from ews115 for mac-yosemite none

Description Yusuke Suzuki 2016-12-14 08:19:48 PST
The major functionalities are landed.
We can enable it.
Comment 1 Yusuke Suzuki 2016-12-18 21:35:07 PST
Created attachment 297452 [details]
Patch
Comment 2 Build Bot 2016-12-18 22:46:40 PST
Comment on attachment 297452 [details]
Patch

Attachment 297452 [details] did not pass mac-debug-ews (mac):
Output: http://webkit-queues.webkit.org/results/2752210

New failing tests:
imported/w3c/web-platform-tests/IndexedDB/interfaces.worker.html
Comment 3 Build Bot 2016-12-18 22:46:45 PST
Created attachment 297454 [details]
Archive of layout-test-results from ews115 for mac-yosemite

The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews115  Port: mac-yosemite  Platform: Mac OS X 10.10.5
Comment 4 Geoffrey Garen 2016-12-19 12:33:34 PST
Comment on attachment 297452 [details]
Patch

r=me
Comment 5 Radar WebKit Bug Importer 2016-12-19 12:34:37 PST
<rdar://problem/29739497>
Comment 6 WebKit Commit Bot 2016-12-19 12:41:04 PST
Comment on attachment 297452 [details]
Patch

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

Last 500 characters of output:
es/Data/EWS/WebKit/WebKitBuild/WebCore.build/Release/WebCoreTestSupport.build/Objects-normal/x86_64/WebCoreTestSupport.o

** BUILD FAILED **


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

Full output: http://webkit-queues.webkit.org/results/2755493
Comment 7 Yusuke Suzuki 2016-12-20 00:33:37 PST
Committed r210016: <http://trac.webkit.org/changeset/210016>