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

Issue 11028023: Add firefox jsshell support in testing scripts. (Closed)

Created:
8 years, 2 months ago by ricow1
Modified:
8 years, 2 months ago
Reviewers:
ahe, Mads Ager (google)
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add firefox jsshell support in testing scripts. Additionally, introduce a new jscl key in the configuration for less verbose status file section headers (i.e., $jscl instead of ($runtime == d8 || $runtime == jsshell) This also adds support for setting environment variables in a command. Committed: https://code.google.com/p/dart/source/detail?r=13230

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -10 lines) Patch
M tools/testing/dart/test_options.dart View 1 2 4 chunks +9 lines, -6 lines 0 comments Download
M tools/testing/dart/test_runner.dart View 1 2 3 chunks +11 lines, -3 lines 0 comments Download
M tools/testing/dart/test_suite.dart View 1 2 4 chunks +32 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
ricow1
https://codereview.chromium.org/11028023/diff/1/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): https://codereview.chromium.org/11028023/diff/1/tools/testing/dart/test_suite.dart#newcode483 tools/testing/dart/test_suite.dart:483: } else if (configuration['runtime'] == 'jsshell') { we could ...
8 years, 2 months ago (2012-10-04 10:39:13 UTC) #1
ricow1
note that I have not updated status files to reflect this new option. I want ...
8 years, 2 months ago (2012-10-04 10:40:56 UTC) #2
Mads Ager (google)
I think the overall structure is as it should be. https://codereview.chromium.org/11028023/diff/2001/tools/testing/dart/test_options.dart File tools/testing/dart/test_options.dart (right): https://codereview.chromium.org/11028023/diff/2001/tools/testing/dart/test_options.dart#newcode479 ...
8 years, 2 months ago (2012-10-04 11:33:35 UTC) #3
ricow1
https://codereview.chromium.org/11028023/diff/2001/tools/testing/dart/test_options.dart File tools/testing/dart/test_options.dart (right): https://codereview.chromium.org/11028023/diff/2001/tools/testing/dart/test_options.dart#newcode479 tools/testing/dart/test_options.dart:479: configuration['browser'] = true; On 2012/10/04 11:33:35, Mads Ager wrote: ...
8 years, 2 months ago (2012-10-04 12:02:05 UTC) #4
ahe
LGTM! https://codereview.chromium.org/11028023/diff/2001/tools/testing/dart/test_options.dart File tools/testing/dart/test_options.dart (right): https://codereview.chromium.org/11028023/diff/2001/tools/testing/dart/test_options.dart#newcode482 tools/testing/dart/test_options.dart:482: if (TestUtils.isCommandLineRuntime(runtime)) { isJsCommandLineRuntime? https://codereview.chromium.org/11028023/diff/2001/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): ...
8 years, 2 months ago (2012-10-04 13:12:26 UTC) #5
ricow1
Patch to patch diff slightly messed up due to rebase https://codereview.chromium.org/11028023/diff/2001/tools/testing/dart/test_options.dart File tools/testing/dart/test_options.dart (right): https://codereview.chromium.org/11028023/diff/2001/tools/testing/dart/test_options.dart#newcode482 ...
8 years, 2 months ago (2012-10-04 13:19:41 UTC) #6
Mads Ager (google)
8 years, 2 months ago (2012-10-04 14:51:24 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698