Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Issue 6711063: Test262 (Closed)

Created:
9 years, 9 months ago by Martin Maly
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Test262 V8 harness binding for test262. BUG= TEST=test262

Patch Set 1 #

Total comments: 8

Patch Set 2 : CR feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1726 lines, -0 lines) Patch
M .gitignore View 1 chunk +1 line, -0 lines 0 comments Download
A test/test262/README View 1 chunk +16 lines, -0 lines 0 comments Download
A test/test262/harness-adapt.js View 1 1 chunk +80 lines, -0 lines 0 comments Download
A test/test262/test262.status View 1 1 chunk +1506 lines, -0 lines 0 comments Download
A test/test262/testcfg.py View 1 1 chunk +123 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Martin Maly
I did little experiment with test262 to see how hard it would be to run ...
9 years, 9 months ago (2011-03-20 04:10:30 UTC) #1
Mads Ager (chromium)
If es5conform is not evolving at all and test262 is, I agree that we should ...
9 years, 9 months ago (2011-03-21 10:18:30 UTC) #2
Rico
LGTM http://codereview.chromium.org/6711063/diff/1/test/test262/testcfg.py File test/test262/testcfg.py (right): http://codereview.chromium.org/6711063/diff/1/test/test262/testcfg.py#newcode81 test/test262/testcfg.py:81: harness += [join(self.root, 'data', 'test', 'harness', f) for ...
9 years, 9 months ago (2011-03-21 10:23:53 UTC) #3
Martin Maly
9 years, 8 months ago (2011-03-28 20:04:21 UTC) #4
Oops, I never pressed the 'm' button. Change already landed with all changes
suggested.

Thanks!
Martin

http://codereview.chromium.org/6711063/diff/1/test/test262/harness-adapt.js
File test/test262/harness-adapt.js (right):

http://codereview.chromium.org/6711063/diff/1/test/test262/harness-adapt.js#n...
test/test262/harness-adapt.js:68: (test.precondition !== undefined) ?
test.precondition.toString() : '',
On 2011/03/21 10:18:30, Mads Ager wrote:
> Let's get rid of the long line. :)

Done.

http://codereview.chromium.org/6711063/diff/1/test/test262/jquery.js
File test/test262/jquery.js (right):

http://codereview.chromium.org/6711063/diff/1/test/test262/jquery.js#newcode28
test/test262/jquery.js:28: function $() {}
On 2011/03/21 10:18:30, Mads Ager wrote:
> This seems annoying to have to do. If we cannot get rid of jquery dependency,
we
> should rename the file to jquery-mock.js or something like that.

Turns out the file wasn't needed. I needed it in the earlier version of the
patch but no longer. Deleted.

http://codereview.chromium.org/6711063/diff/1/test/test262/testcfg.py
File test/test262/testcfg.py (right):

http://codereview.chromium.org/6711063/diff/1/test/test262/testcfg.py#newcode81
test/test262/testcfg.py:81: harness += [join(self.root, 'data', 'test',
'harness', f) for f in TEST_262_HARNESS]
On 2011/03/21 10:23:53, Rico wrote:
> Long line

Done.

http://codereview.chromium.org/6711063/diff/1/test/test262/testcfg.py#newcode101
test/test262/testcfg.py:101: harness += [join(self.root, 'data', 'test',
'harness', f) for f in TEST_262_HARNESS]
On 2011/03/21 10:23:53, Rico wrote:
> Long line

Done.

Powered by Google App Engine
This is Rietveld 408576698