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

Issue 1173753004: [test] Clobber unclean test262-es6 checkouts. (Closed)

Created:
5 years, 6 months ago by Michael Achenbach
Modified:
5 years, 6 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[test] Clobber unclean test262-es6 checkouts. Committed: https://crrev.com/8f4cd90e8f07cd266f73ad6a3b4a020690676e40 Cr-Commit-Position: refs/heads/master@{#28894}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -0 lines) Patch
M test/test262-es6/testcfg.py View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
Michael Achenbach
PTAL. This should also be ported to test262, but I wanna see the results first.
5 years, 6 months ago (2015-06-10 07:56:50 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1173753004/1
5 years, 6 months ago (2015-06-10 07:57:06 UTC) #4
Jakob Kummerow
lgtm
5 years, 6 months ago (2015-06-10 07:58:21 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-10 08:25:39 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1173753004/1
5 years, 6 months ago (2015-06-10 08:30:23 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 6 months ago (2015-06-10 08:31:28 UTC) #10
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/8f4cd90e8f07cd266f73ad6a3b4a020690676e40 Cr-Commit-Position: refs/heads/master@{#28894}
5 years, 6 months ago (2015-06-10 08:31:40 UTC) #11
arv (Not doing code reviews)
I think the underlying problem is here: https://github.com/tc39/test262/issues/295 The "filenames" in the includes directive ended ...
5 years, 6 months ago (2015-06-10 14:24:33 UTC) #12
Michael Achenbach
On 2015/06/10 14:24:33, arv wrote: > I think the underlying problem is here: > > ...
5 years, 6 months ago (2015-06-10 17:00:13 UTC) #13
arv (Not doing code reviews)
5 years, 6 months ago (2015-06-10 17:04:57 UTC) #14
Message was sent while issue was closed.
On 2015/06/10 17:00:13, Michael Achenbach wrote:
> On 2015/06/10 14:24:33, arv wrote:
> > I think the underlying problem is here:
> > 
> > https://github.com/tc39/test262/issues/295
> > 
> > The "filenames" in the includes directive ended up containing an \r which
> > explains why the files could not be found
> 
> Yea, that sounds like it. And the flakiness can maybe be explained with the
> tester slaves changing between the runs. There might be some differences from
> bot to bot how to handle this. This CL here, however, is still useful as we
> otherwise aren't even able to cleanly revert a test262 upgrade.

There is more to it. Some bots have a yaml python package but not all do. If
they don't we use something called monkeyYaml which is part of the test262
harness. I've run into issues before where these two yaml implementations
diverged and caused some bots to pass and some to fail.

> Would we need an upstream fix for this?

I don't think this applies to the upstream test harness.

Powered by Google App Engine
This is Rietveld 408576698