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

Issue 10948023: Change the status for window_open_test to fail if not chrome or DRT. (Closed)

Created:
8 years, 3 months ago by gram
Modified:
8 years, 3 months ago
Reviewers:
ahe, Emily Fortuna
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Change the status for window_open_test to fail if not chrome or DRT. Committed: https://code.google.com/p/dart/source/detail?r=12522

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M tests/html/html.status View 1 chunk +3 lines, -0 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
gram
8 years, 3 months ago (2012-09-18 22:34:20 UTC) #1
Emily Fortuna
8 years, 3 months ago (2012-09-18 22:41:10 UTC) #2
https://chromiumcodereview.appspot.com/10948023/diff/1/tests/html/html.status
File tests/html/html.status (right):

https://chromiumcodereview.appspot.com/10948023/diff/1/tests/html/html.status...
tests/html/html.status:204: if [ $runtime != chrome && $runtime != drt]
unfortunately, these status files do not have the "not" operator. (Yes,
shocking)
So you have to specify the runtimes where it does fail explicitly:

(also no "if" needed)

[ $compiler == dart2js && ($runtime == ff || $runtime == ie || $runtime ==
safari || $runtime == opera) ]

Powered by Google App Engine
This is Rietveld 408576698