| Index: tools/test.dart
|
| diff --git a/tools/test.dart b/tools/test.dart
|
| index 439aaad6592839c1b382136b0c190fc78a414a6b..12188bb1a9ec45b168b6500d4225b5d477498437 100755
|
| --- a/tools/test.dart
|
| +++ b/tools/test.dart
|
| @@ -110,7 +110,8 @@ main() {
|
| // [TEST_SUITE_DIRECTORIES]).
|
| queue.addTestSuite(new VMTestSuite(conf));
|
| } else if (conf['compiler'] == 'dartc' && key == 'dartc') {
|
| - queue.addTestSuite(new SamplesDartcTestSuite(conf));
|
| + // TODO http://code.google.com/p/dart/issues/detail?id=6097
|
| +// queue.addTestSuite(new SamplesDartcTestSuite(conf));
|
| queue.addTestSuite(new JUnitDartcTestSuite(conf));
|
| }
|
| }
|
|
|