| Index: pkg/polymer/test/run.sh
|
| diff --git a/pkg/polymer/test/run.sh b/pkg/polymer/test/run.sh
|
| index 7c20556b5471bba54472e34171a2e2ab3ddd2050..f57855c799ad946d25e15f6adcf0ece3c0c48b30 100755
|
| --- a/pkg/polymer/test/run.sh
|
| +++ b/pkg/polymer/test/run.sh
|
| @@ -16,7 +16,7 @@ echo "*** Running unit tests for Polymer.dart and its dependencies."
|
|
|
| SUITES="pkg/polymer samples/third_party/todomvc"
|
|
|
| -CONFIG="-m release -r vm,drt,ff,chrome -c none,dart2js,dartanalyzer --checked $*"
|
| +CONFIG="-m release -r vm,drt,ff,chrome,d8,jsshell -c none,dart2js,dartanalyzer --checked $*"
|
|
|
| CMD="xvfb-run ./tools/test.py $CONFIG $SUITES"
|
| echo "*** $CMD"
|
|
|