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

Unified Diff: test/test.sh

Issue 988483006: Add widget to display errors, and report dependency_graph errors correctly (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« lib/src/summary.dart ('K') | « test/report_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test.sh
diff --git a/test/test.sh b/test/test.sh
index 30325fd94dbfa5eec03aaf98f29cc7fb0b788fb7..f4e02a056fb15462d3fbc88a720b9bda2db2c967 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -10,8 +10,12 @@ function fail {
# - *.map files so they aren't compared, as the diff is not human readable.
# - runtime JS files that are just copied over from the sources and are not
# duplicated in the expected folder.
-DIFF_ARGS="-u -r -N --exclude=\*.map --exclude=dart_runtime.js \
- --exclude=harmony_feature_check.js expect actual"
+DIFF_ARGS="-u -r -N --exclude=\*.map \
+ --exclude=dart_runtime.js \
+ --exclude=harmony_feature_check.js \
+ --exclude=messages_widget.js \
+ --exclude=messages.css \
+ expect actual"
function show_diff {
echo "Fail: actual output did not match expected"
« lib/src/summary.dart ('K') | « test/report_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698