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

Issue 2963193003: Add equivalence testing on JS nodes to support different label names (Closed)

Created:
3 years, 5 months ago by Johnni Winther
Modified:
3 years, 5 months ago
CC:
reviews_dartlang.org, sra1
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add equivalence testing on JS nodes to support different label names R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/3433c71c2ead38a994b39fe254933669995c5b4d

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+642 lines, -65 lines) Patch
M tests/compiler/dart2js/equivalence/check_functions.dart View 3 chunks +554 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/kernel/compile_from_dill_fast_startup_test.dart View 1 chunk +1 line, -23 lines 0 comments Download
M tests/compiler/dart2js/kernel/compile_from_dill_test.dart View 1 chunk +1 line, -22 lines 0 comments Download
M tests/compiler/dart2js/kernel/compile_from_dill_test_helper.dart View 5 chunks +86 lines, -20 lines 2 comments Download

Messages

Total messages: 11 (3 generated)
Johnni Winther
3 years, 5 months ago (2017-06-30 20:26:43 UTC) #2
Siggi Cherem (dart-lang)
should the equivalence checks for js-asts should move into package:js_ast/testing? https://codereview.chromium.org/2963193003/diff/1/tests/compiler/dart2js/kernel/compile_from_dill_test_helper.dart File tests/compiler/dart2js/kernel/compile_from_dill_test_helper.dart (left): https://codereview.chromium.org/2963193003/diff/1/tests/compiler/dart2js/kernel/compile_from_dill_test_helper.dart#oldcode92 ...
3 years, 5 months ago (2017-06-30 22:24:01 UTC) #3
sra1
We should probably add a Visitor1 with an argument to js_ast (like we do for ...
3 years, 5 months ago (2017-06-30 22:57:48 UTC) #5
Siggi Cherem (dart-lang)
I forgot to say lgtm though, just would be nice to go straight to the ...
3 years, 5 months ago (2017-06-30 23:04:34 UTC) #6
Johnni Winther
On 2017/06/30 22:57:48, sra1 wrote: > We should probably add a Visitor1 with an argument ...
3 years, 5 months ago (2017-07-03 07:54:39 UTC) #7
Johnni Winther
On 2017/06/30 22:24:01, Siggi Cherem (dart-lang) wrote: > should the equivalence checks for js-asts should ...
3 years, 5 months ago (2017-07-03 07:55:38 UTC) #8
Johnni Winther
Committed patchset #1 (id:1) manually as 3433c71c2ead38a994b39fe254933669995c5b4d (presubmit successful).
3 years, 5 months ago (2017-07-03 08:00:38 UTC) #10
Johnni Winther
3 years, 5 months ago (2017-07-03 08:01:02 UTC) #11
Message was sent while issue was closed.
https://codereview.chromium.org/2963193003/diff/1/tests/compiler/dart2js/kern...
File tests/compiler/dart2js/kernel/compile_from_dill_test_helper.dart (left):

https://codereview.chromium.org/2963193003/diff/1/tests/compiler/dart2js/kern...
tests/compiler/dart2js/kernel/compile_from_dill_test_helper.dart:92: //if (i ==
5) continue;
On 2017/06/30 22:24:01, Siggi Cherem (dart-lang) wrote:
> did you mean to keep the `if (i == 5) continue;` statement?

No. It requires labels which is why it is move the the next test.

Powered by Google App Engine
This is Rietveld 408576698