diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-03-17 08:05:11 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-03-17 21:19:13 +0100 |
| commit | 8bec3911ad478b6fef8df96e4dc89f8080229133 (patch) | |
| tree | f7219cc336de08b708b776722588e090e745130a /pkg/compiler/testdata/errors2.txt | |
| parent | 924f7606047a430a9b313c135b782e1e8f852bec (diff) | |
pkg/compiler: add tests for generation phase
Add errors3.txt with tests for errors that are produced during generation phase.
Refactor tests to reduce duplication.
Tidy struct/union size errors: better locations and make testable.
Diffstat (limited to 'pkg/compiler/testdata/errors2.txt')
| -rw-r--r-- | pkg/compiler/testdata/errors2.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/compiler/testdata/errors2.txt b/pkg/compiler/testdata/errors2.txt index b5ab19ebf..2b24d3628 100644 --- a/pkg/compiler/testdata/errors2.txt +++ b/pkg/compiler/testdata/errors2.txt @@ -1,6 +1,8 @@ # Copyright 2017 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. +# Errors that happen during checking phase. + # Recursive resources. resource r0[r0] ### recursive resource r0->r0 |
