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

Unified Diff: pkg/pkg.status

Issue 2700153002: Skip running reify testscases on test bots (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pkg.status
diff --git a/pkg/pkg.status b/pkg/pkg.status
index e4e8be59969af25587f3bd0524fd8c7ab884fbc9..79d169e4ebc1ac916ece2c28777bc18f42d24527 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -29,6 +29,11 @@ front_end/test/fasta/sdk_test: SkipByDesign
front_end/test/fasta/compile_test: Pass, Slow
+# Skip tests for Generic Types Reification. These tests aren't meant to
+# be run. Instead, they are transformed by the reify transformation
+# routines and compared atainst the expected outcomes.
karlklose 2017/02/17 14:32:41 'atainst' -> 'against'
+kernel/testcases/reify/*: Skip
+
[ $runtime != vm || $mode != release || $system == windows ]
front_end/test/fasta/*: Skip
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698