|
Add the editor unit tests to the editor itself. The editor can now test itself
when started with the --test command-line flag.
Update the _test plugins to have valid version ranges.
Use the version of hamcrest that the junit plugin depends on.
Add a new junit test runner in the buildbot_test plugin. This checks for a --test flag,
runs all the tests in a job, prints the results to stdout, and exits the editor.
Update the build and test scripts.
Committed: https://code.google.com/p/dart/source/detail?r=19360
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+631 lines, -80 lines) |
Patch |
 |
M |
editor/tools/features/com.google.dart.tools.deploy.feature/feature.xml
|
View
|
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
M |
editor/tools/features/com.google.dart.tools.deploy.feature_releng/build_rcp.xml
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/features/com.google.dart.tools.eclipse.platform.feature/feature.xml
|
View
|
|
1 chunk |
+21 lines, -0 lines |
2 comments
|
Download
|
 |
M |
editor/tools/features/com.google.dart.tools.tests.feature_releng/buildTests.xml
|
View
|
|
2 chunks |
+3 lines, -13 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.compiler.js_test/plugin.properties
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.eclipse.core/plugin.properties
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.eclipse.ui/plugin.properties
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine.services_test/META-INF/MANIFEST.MF
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine_test/META-INF/MANIFEST.MF
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.thirdparty/plugin.properties
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.thirdparty_test/.classpath
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.thirdparty_test/.project
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.thirdparty_test/META-INF/MANIFEST.MF
|
View
|
|
2 chunks |
+1 line, -23 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.thirdparty_test/build.properties
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.thirdparty_test/plugin.properties
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.core/plugin.properties
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.core_test/META-INF/MANIFEST.MF
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.core_test/plugin.properties
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/DartCoreTest.java
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.debug.core/plugin.properties
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.debug.core_test/META-INF/MANIFEST.MF
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.debug.core_test/plugin.properties
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.debug.ui/plugin.properties
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.search/plugin.properties
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.tests.buildbot_test/META-INF/MANIFEST.MF
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.tests.buildbot_test/build.properties
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.tests.buildbot_test/plugin.properties
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
editor/tools/plugins/com.google.dart.tools.tests.buildbot_test/plugin.xml
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
A |
editor/tools/plugins/com.google.dart.tools.tests.buildbot_test/src/com/google/dart/tools/tests/buildbot/BuildbotEarlyStartup.java
|
View
|
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
A |
editor/tools/plugins/com.google.dart.tools.tests.buildbot_test/src/com/google/dart/tools/tests/buildbot/BuildbotPlugin.java
|
View
|
|
1 chunk |
+73 lines, -0 lines |
0 comments
|
Download
|
 |
A |
editor/tools/plugins/com.google.dart.tools.tests.buildbot_test/src/com/google/dart/tools/tests/buildbot/BuildbotTestsJob.java
|
View
|
1
|
1 chunk |
+199 lines, -0 lines |
0 comments
|
Download
|
 |
A |
editor/tools/plugins/com.google.dart.tools.tests.buildbot_test/src/com/google/dart/tools/tests/buildbot/runner/AbstractTestRunner.java
|
View
|
|
1 chunk |
+199 lines, -0 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/META-INF/MANIFEST.MF
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
A |
editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/plugin.properties
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.ui.web/plugin.properties
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.ui_test/META-INF/MANIFEST.MF
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.ui_test/plugin.properties
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.update.core/plugin.properties
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|