Chromium Code Reviews| 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 |