mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
[runtime tests] Fix nodejs runtime tests.
- Exclude flaky tests. - Bump timeout. - Un-exclude passing tests to increase testing surface. - Create/Update bugs for tests that pass on runc but fail on runsc. PiperOrigin-RevId: 324830840
This commit is contained in:
@@ -1,52 +1,49 @@
|
||||
test name,bug id,comment
|
||||
benchmark/test-benchmark-fs.js,,
|
||||
benchmark/test-benchmark-module.js,,
|
||||
benchmark/test-benchmark-napi.js,,
|
||||
doctool/test-make-doc.js,b/68848110,Expected to fail.
|
||||
fixtures/test-error-first-line-offset.js,,
|
||||
fixtures/test-fs-readfile-error.js,,
|
||||
fixtures/test-fs-stat-sync-overflow.js,,
|
||||
internet/test-dgram-broadcast-multi-process.js,,
|
||||
internet/test-dgram-multicast-multi-process.js,,
|
||||
internet/test-dgram-multicast-set-interface-lo.js,,
|
||||
internet/test-dgram-multicast-set-interface-lo.js,b/162798882,
|
||||
internet/test-doctool-versions.js,,
|
||||
internet/test-uv-threadpool-schedule.js,,
|
||||
parallel/test-cluster-dgram-reuse.js,b/64024294,
|
||||
parallel/test-dgram-bind-fd.js,b/132447356,
|
||||
parallel/test-dgram-create-socket-handle-fd.js,b/132447238,
|
||||
parallel/test-dgram-createSocket-type.js,b/68847739,
|
||||
parallel/test-dgram-socket-buffer-size.js,b/68847921,
|
||||
parallel/test-dns-channel-timeout.js,b/161893056,
|
||||
parallel/test-fs-access.js,,
|
||||
parallel/test-fs-write-stream-double-close.js,,
|
||||
parallel/test-fs-watchfile.js,,Flaky - File already exists error
|
||||
parallel/test-fs-write-stream-throw-type-error.js,b/110226209,
|
||||
parallel/test-fs-write-stream.js,,
|
||||
parallel/test-http2-respond-file-error-pipe-offset.js,,
|
||||
parallel/test-os.js,,
|
||||
parallel/test-http-writable-true-after-close.js,,Flaky - Mismatched <anonymous> function calls. Expected exactly 1 actual 2
|
||||
parallel/test-os.js,b/63997097,
|
||||
parallel/test-process-uid-gid.js,,
|
||||
pseudo-tty/test-assert-colors.js,,
|
||||
pseudo-tty/test-assert-no-color.js,,
|
||||
pseudo-tty/test-assert-position-indicator.js,,
|
||||
pseudo-tty/test-async-wrap-getasyncid-tty.js,,
|
||||
pseudo-tty/test-fatal-error.js,,
|
||||
pseudo-tty/test-handle-wrap-isrefed-tty.js,,
|
||||
pseudo-tty/test-readable-tty-keepalive.js,,
|
||||
pseudo-tty/test-set-raw-mode-reset-process-exit.js,,
|
||||
pseudo-tty/test-set-raw-mode-reset-signal.js,,
|
||||
pseudo-tty/test-set-raw-mode-reset.js,,
|
||||
pseudo-tty/test-stderr-stdout-handle-sigwinch.js,,
|
||||
pseudo-tty/test-stdout-read.js,,
|
||||
pseudo-tty/test-tty-color-support.js,,
|
||||
pseudo-tty/test-tty-isatty.js,,
|
||||
pseudo-tty/test-tty-stdin-call-end.js,,
|
||||
pseudo-tty/test-tty-stdin-end.js,,
|
||||
pseudo-tty/test-stdin-write.js,,
|
||||
pseudo-tty/test-tty-stdout-end.js,,
|
||||
pseudo-tty/test-tty-stdout-resize.js,,
|
||||
pseudo-tty/test-tty-stream-constructors.js,,
|
||||
pseudo-tty/test-tty-window-size.js,,
|
||||
pseudo-tty/test-tty-wrap.js,,
|
||||
parallel/test-tls-cli-min-version-1.0.js,,Flaky - EADDRINUSE
|
||||
parallel/test-tls-cli-min-version-1.3.js,,Flaky - EADDRINUSE
|
||||
parallel/test-tls-cli-max-version-1.2,,Flaky - EADDRINUSE
|
||||
parallel/test-tls-min-max-version.js,,Flaky - EADDRINUSE
|
||||
pseudo-tty/test-assert-colors.js,b/162801321,
|
||||
pseudo-tty/test-assert-no-color.js,b/162801321,
|
||||
pseudo-tty/test-assert-position-indicator.js,b/162801321,
|
||||
pseudo-tty/test-async-wrap-getasyncid-tty.js,b/162801321,
|
||||
pseudo-tty/test-fatal-error.js,b/162801321,
|
||||
pseudo-tty/test-handle-wrap-isrefed-tty.js,b/162801321,
|
||||
pseudo-tty/test-readable-tty-keepalive.js,b/162801321,
|
||||
pseudo-tty/test-set-raw-mode-reset-process-exit.js,b/162801321,
|
||||
pseudo-tty/test-set-raw-mode-reset-signal.js,b/162801321,
|
||||
pseudo-tty/test-set-raw-mode-reset.js,b/162801321,
|
||||
pseudo-tty/test-stderr-stdout-handle-sigwinch.js,b/162801321,
|
||||
pseudo-tty/test-stdout-read.js,b/162801321,
|
||||
pseudo-tty/test-tty-color-support.js,b/162801321,
|
||||
pseudo-tty/test-tty-isatty.js,b/162801321,
|
||||
pseudo-tty/test-tty-stdin-call-end.js,b/162801321,
|
||||
pseudo-tty/test-tty-stdin-end.js,b/162801321,
|
||||
pseudo-tty/test-stdin-write.js,b/162801321,
|
||||
pseudo-tty/test-tty-stdout-end.js,b/162801321,
|
||||
pseudo-tty/test-tty-stdout-resize.js,b/162801321,
|
||||
pseudo-tty/test-tty-stream-constructors.js,b/162801321,
|
||||
pseudo-tty/test-tty-window-size.js,b/162801321,
|
||||
pseudo-tty/test-tty-wrap.js,b/162801321,
|
||||
pummel/test-net-pingpong.js,,
|
||||
pummel/test-vm-memleak.js,,
|
||||
pummel/test-vm-memleak.js,b/162799436,
|
||||
sequential/test-child-process-pass-fd.js,b/63926391,Flaky
|
||||
sequential/test-https-connect-localport.js,,Flaky - EADDRINUSE
|
||||
sequential/test-net-bytes-per-incoming-chunk-overhead.js,,flaky - timeout
|
||||
tick-processor/test-tick-processor-builtin.js,,
|
||||
|
||||
|
@@ -41,6 +41,6 @@ func (nodejsRunner) ListTests() ([]string, error) {
|
||||
|
||||
// TestCmds implements TestRunner.TestCmds.
|
||||
func (nodejsRunner) TestCmds(tests []string) []*exec.Cmd {
|
||||
args := append([]string{filepath.Join("tools", "test.py")}, tests...)
|
||||
args := append([]string{filepath.Join("tools", "test.py"), "--timeout=180"}, tests...)
|
||||
return []*exec.Cmd{exec.Command("/usr/bin/python", args...)}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user