diff options
author | Ayush Ranjan <ayushranjan@google.com> | 2020-09-16 13:46:32 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-16 13:48:26 -0700 |
commit | 0356c7ef32dfcc05b1f5e7f242a022883a9ba816 (patch) | |
tree | e7b6ac8589f5869c33a15cbff4bed55c8f8c2f44 /test/runtimes/exclude/go1.12.csv | |
parent | 49857849f9f52edad3b1ffad7a71184eacefccf6 (diff) |
[runtime tests] Add documentation.
Added a README describing what these tests are, how they work and how to run
them locally. Also reorganized the exclude files into a directory.
PiperOrigin-RevId: 332079697
Diffstat (limited to 'test/runtimes/exclude/go1.12.csv')
-rw-r--r-- | test/runtimes/exclude/go1.12.csv | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/runtimes/exclude/go1.12.csv b/test/runtimes/exclude/go1.12.csv new file mode 100644 index 000000000..81e02cf64 --- /dev/null +++ b/test/runtimes/exclude/go1.12.csv @@ -0,0 +1,13 @@ +test name,bug id,comment +cgo_errors,,FLAKY +cgo_test,,FLAKY +go_test:cmd/go,,FLAKY +go_test:net,b/162473575,setsockopt: protocol not available. +go_test:os,b/118780122,we have a pollable filesystem but that's a surprise +go_test:os/signal,b/118780860,/dev/pts not properly supported. Also being tracked in b/29356795. +go_test:runtime,b/118782341,sigtrap not reported or caught or something. Also being tracked in b/33003106. +go_test:syscall,b/118781998,bad bytes -- bad mem addr; FcntlFlock(F_GETLK) not supported. +runtime:cpu124,b/118778254,segmentation fault +test:0_1,,FLAKY +testcarchive,b/118782924,no sigpipe +testshared,,FLAKY |