You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think so. I need to write a few tests with different --package-root arguments, not run the test suite N times with different command-line arguments.
Activity
peter-ahe-google commentedon Jun 13, 2012
This should include testing stuff like issue #3147.
peter-ahe-google commentedon Aug 24, 2012
Added this to the M2 milestone.
Marked this as being blocked by #3168.
Unmarked this as being blocked by #3168.
whesse commentedon Aug 24, 2012
Can you use --special-command for this?
peter-ahe-google commentedon Aug 24, 2012
I don't think so. I need to write a few tests with different --package-root arguments, not run the test suite N times with different command-line arguments.
DartBot commentedon Oct 2, 2012
This comment was originally written by adamle...@gmail.com
One test case from me:
dart --enable-checked-mode --package-root=C:\dart-sdk\pkg\ lib\Adder.dart
fails
but
dart --enable-checked-mode --package-root=CC:\dart-sdk\pkg\ lib\Adder.dart
works fine
Windows7, Dart 13122
For the sake of completeness, Adder.dart:
#library('mylib');
#import('package:unittest/unittest.dart');
class Adder {
int add(int a, int b) {
return a+b;
}
}
void main() {
test('aaa', (){
var adder = new Adder();
expect(adder.add(2,4), equals(6));
});
}
peter-ahe-google commentedon Dec 10, 2012
Removed this from the M2 milestone.
Added this to the M3 milestone.
peter-ahe-google commentedon Feb 19, 2013
Removed this from the M3 milestone.
Added this to the M4 milestone.
larsbak commentedon May 28, 2013
Removed this from the M4 milestone.
Added this to the M5 milestone.
kasperl commentedon Jun 4, 2014
Removed this from the M5 milestone.
Added this to the 1.6 milestone.
kasperl commentedon Jul 10, 2014
Removed this from the 1.6 milestone.
Added Oldschool-Milestone-1.6 label.
kasperl commentedon Aug 4, 2014
Removed Oldschool-Milestone-1.6 label.
matanlurey commentedon Jun 22, 2018
I imagine the CFE is sufficient here.
Bump pub to 0764437088fd58eb7af779ecef66bab40dfcf2e9