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

Issue 9325007: Fix frogium build by disabling test for frog, frogsh AND frogium. (Closed)

Created:
8 years, 10 months ago by srdjan
Modified:
8 years, 10 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix frogium build by disabling test for frog, frogsh AND frogium. Committed: https://code.google.com/p/dart/source/detail?r=3874

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M tests/language/language.status View 2 chunks +3 lines, -2 lines 6 comments Download

Messages

Total messages: 7 (0 generated)
srdjan
TBR
8 years, 10 months ago (2012-02-02 21:04:07 UTC) #1
Jennifer Messerly
dbc https://chromiumcodereview.appspot.com/9325007/diff/1/tests/language/language.status File tests/language/language.status (right): https://chromiumcodereview.appspot.com/9325007/diff/1/tests/language/language.status#newcode421 tests/language/language.status:421: IntrinsifiedMethodsTest: Fail # Issue 1470 I suspect this ...
8 years, 10 months ago (2012-02-02 21:17:01 UTC) #2
Ivan Posva
LGTM -Ivan https://chromiumcodereview.appspot.com/9325007/diff/1/tests/language/language.status File tests/language/language.status (right): https://chromiumcodereview.appspot.com/9325007/diff/1/tests/language/language.status#newcode421 tests/language/language.status:421: IntrinsifiedMethodsTest: Fail # Issue 1470 On 2012/02/02 ...
8 years, 10 months ago (2012-02-02 21:39:52 UTC) #3
Emily Fortuna
https://chromiumcodereview.appspot.com/9325007/diff/1/tests/language/language.status File tests/language/language.status (right): https://chromiumcodereview.appspot.com/9325007/diff/1/tests/language/language.status#newcode421 tests/language/language.status:421: IntrinsifiedMethodsTest: Fail # Issue 1470 On 2012/02/02 21:17:01, John ...
8 years, 10 months ago (2012-02-02 21:41:39 UTC) #4
Jennifer Messerly
https://chromiumcodereview.appspot.com/9325007/diff/1/tests/language/language.status File tests/language/language.status (right): https://chromiumcodereview.appspot.com/9325007/diff/1/tests/language/language.status#newcode421 tests/language/language.status:421: IntrinsifiedMethodsTest: Fail # Issue 1470 On 2012/02/02 21:39:52, Ivan ...
8 years, 10 months ago (2012-02-02 21:50:01 UTC) #5
Emily Fortuna
https://chromiumcodereview.appspot.com/9325007/diff/1/tests/language/language.status File tests/language/language.status (right): https://chromiumcodereview.appspot.com/9325007/diff/1/tests/language/language.status#newcode421 tests/language/language.status:421: IntrinsifiedMethodsTest: Fail # Issue 1470 On 2012/02/02 21:50:04, John ...
8 years, 10 months ago (2012-02-02 22:01:59 UTC) #6
Ivan Posva
8 years, 10 months ago (2012-02-02 23:02:41 UTC) #7
https://chromiumcodereview.appspot.com/9325007/diff/1/tests/language/language...
File tests/language/language.status (right):

https://chromiumcodereview.appspot.com/9325007/diff/1/tests/language/language...
tests/language/language.status:421: IntrinsifiedMethodsTest: Fail # Issue 1470
On 2012/02/02 21:50:04, John Messerly wrote:
> On 2012/02/02 21:39:52, Ivan Posva wrote:
> > On 2012/02/02 21:17:01, John Messerly wrote:
> > > I suspect this belongs up in the big block above:
> > > 
> > >   $component == frogsh ||  $component == frog || ($component == webdriver
&&
> > > ($browser == chrome || $browser == ff || $browser == safari || $browser ==
> > ie))
> > > || $component == frogium
> > > 
> > > (unrelated note: I wonder if we can refactor "$component == webdriver &&
> > > ($browser == chrome || $browser == ff || $browser == safari || $browser ==
> > ie)"
> > > into just "$component == webdriver"
> > 
> > It is nearly impossible for any of us to know what tests run under what
> > circumstance on what browser on which OS and what flags. So if you strongly
> feel
> > this should go somewhere else, please feel free to shuffle it around.
> 
> Totally understand! I get lost in all of our configurations for Dart too :-)
> 
> What caught my eye here is that this change added a new set of permutations
> (frog || frogsh || frogium). That's why I was suggesting we move this test
into
> the other block, which is intended to mean "this test fails in frog,
regardless
> of configuration". Also, it means one less permutation to worry about :)

Could you please add comments to the file describing what the different
permutations mean? Thanks!

Powered by Google App Engine
This is Rietveld 408576698