WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
94981
Autogenerate OpcodeDefinitions.h
https://bugs.webkit.org/show_bug.cgi?id=94981
Summary
Autogenerate OpcodeDefinitions.h
Oliver Hunt
Reported
2012-08-24 16:42:30 PDT
Autogenerate OpcodeDefinitions.h
Attachments
Patch
(25.83 KB, patch)
2012-08-24 16:42 PDT
,
Oliver Hunt
no flags
Details
Formatted Diff
Diff
Patch
(28.04 KB, patch)
2012-08-24 16:54 PDT
,
Oliver Hunt
no flags
Details
Formatted Diff
Diff
Patch
(28.87 KB, patch)
2012-08-27 11:57 PDT
,
Oliver Hunt
no flags
Details
Formatted Diff
Diff
Patch
(30.69 KB, patch)
2012-08-27 12:38 PDT
,
Oliver Hunt
oliver
: review-
buildbot
: commit-queue-
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Oliver Hunt
Comment 1
2012-08-24 16:42:47 PDT
Created
attachment 160521
[details]
Patch
Oliver Hunt
Comment 2
2012-08-24 16:54:35 PDT
Created
attachment 160522
[details]
Patch
Gyuyoung Kim
Comment 3
2012-08-24 17:10:51 PDT
Comment on
attachment 160522
[details]
Patch
Attachment 160522
[details]
did not pass efl-ews (efl): Output:
http://queues.webkit.org/results/13597323
Early Warning System Bot
Comment 4
2012-08-24 17:18:59 PDT
Comment on
attachment 160522
[details]
Patch
Attachment 160522
[details]
did not pass qt-ews (qt): Output:
http://queues.webkit.org/results/13595342
Early Warning System Bot
Comment 5
2012-08-24 17:21:53 PDT
Comment on
attachment 160522
[details]
Patch
Attachment 160522
[details]
did not pass qt-wk2-ews (qt): Output:
http://queues.webkit.org/results/13593365
Build Bot
Comment 6
2012-08-24 17:30:53 PDT
Comment on
attachment 160522
[details]
Patch
Attachment 160522
[details]
did not pass win-ews (win): Output:
http://queues.webkit.org/results/13597325
Oliver Hunt
Comment 7
2012-08-25 19:33:01 PDT
Sorry, i forget that destroying the whole world still only causes cq-, and not r-
Oliver Hunt
Comment 8
2012-08-27 11:57:35 PDT
Created
attachment 160765
[details]
Patch
Oliver Hunt
Comment 9
2012-08-27 12:38:35 PDT
Created
attachment 160780
[details]
Patch
Simon Hausmann
Comment 10
2012-08-27 13:03:15 PDT
Comment on
attachment 160780
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=160780&action=review
> Source/JavaScriptCore/DerivedSources.pri:87 > +opcodedefs.input = $$PWD/bytecode/opcodes
You may have to replace this line with one level of indirection, i.e. input specifies the name of a variable: OPCODE_FILE = $$PWD/bytecode/opcodes opcodedefs.input = OPCODE_FILE But let's see what the EWS says :)
Build Bot
Comment 11
2012-08-27 13:24:34 PDT
Comment on
attachment 160780
[details]
Patch
Attachment 160780
[details]
did not pass win-ews (win): Output:
http://queues.webkit.org/results/13608556
Early Warning System Bot
Comment 12
2012-08-27 13:55:56 PDT
Comment on
attachment 160780
[details]
Patch
Attachment 160780
[details]
did not pass qt-ews (qt): Output:
http://queues.webkit.org/results/13611417
Early Warning System Bot
Comment 13
2012-08-27 14:09:52 PDT
Comment on
attachment 160780
[details]
Patch
Attachment 160780
[details]
did not pass qt-wk2-ews (qt): Output:
http://queues.webkit.org/results/13612397
Gyuyoung Kim
Comment 14
2012-08-27 15:14:47 PDT
Comment on
attachment 160780
[details]
Patch
Attachment 160780
[details]
did not pass efl-ews (efl): Output:
http://queues.webkit.org/results/13640024
Mark Lam
Comment 15
2013-11-01 09:18:55 PDT
We no longer use OpcodeDefinitions.h in ToT code. Closing as WONTFIX.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug