mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 18:03:25 +00:00
Enable gvisor pty test
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
f802ff40c5
commit
40056f0692
@ -1,4 +1,4 @@
|
||||
TESTS ?= open_test read_test statfs_test chmod_test
|
||||
TESTS ?= open_test read_test statfs_test chmod_test pty_test
|
||||
|
||||
MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||
CUR_DIR := $(patsubst %/,%,$(dir $(MKFILE_PATH)))
|
||||
|
42
regression/syscall_test/blocklists/pty_test
Normal file
42
regression/syscall_test/blocklists/pty_test
Normal file
@ -0,0 +1,42 @@
|
||||
PtyTrunc.Truncate
|
||||
PtyTest.MasterTermiosUnchangable
|
||||
PtyTest.TermiosICRNL
|
||||
PtyTest.TermiosONLCR
|
||||
PtyTest.TermiosINLCR
|
||||
PtyTest.TermiosOCRNL
|
||||
PtyTest.SwitchCanonToNonCanonNewline
|
||||
PtyTest.TermiosICANONNewline
|
||||
PtyTest.TermiosICANONEOF
|
||||
PtyTest.CanonDiscard
|
||||
PtyTest.CanonMultiline
|
||||
PtyTest.SimpleEcho
|
||||
PtyTest.TermiosIGNCR
|
||||
PtyTest.TermiosONOCR
|
||||
PtyTest.VEOLTermination
|
||||
PtyTest.CanonBigWrite
|
||||
PtyTest.SwitchCanonToNoncanon
|
||||
PtyTest.SwitchNoncanonToCanonNewlineBig
|
||||
PtyTest.SwitchNoncanonToCanonNoNewline
|
||||
PtyTest.SwitchNoncanonToCanonNoNewlineBig
|
||||
PtyTest.NoncanonBigWrite
|
||||
PtyTest.SwitchNoncanonToCanonMultiline
|
||||
PtyTest.SwitchTwiceMultiline
|
||||
JobControlTest.SetTTYMaster
|
||||
JobControlTest.SetTTY
|
||||
JobControlTest.SetTTYNonLeader
|
||||
JobControlTest.SetTTYBadArg
|
||||
JobControlTest.SetTTYDifferentSession
|
||||
JobControlTest.ReleaseTTY
|
||||
JobControlTest.ReleaseUnsetTTY
|
||||
JobControlTest.ReleaseWrongTTY
|
||||
JobControlTest.ReleaseTTYNonLeader
|
||||
JobControlTest.ReleaseTTYDifferentSession
|
||||
JobControlTest.ReleaseTTYSignals
|
||||
JobControlTest.GetForegroundProcessGroup
|
||||
JobControlTest.GetForegroundProcessGroupNonControlling
|
||||
JobControlTest.SetForegroundProcessGroup
|
||||
JobControlTest.SetForegroundProcessGroupWrongTTY
|
||||
JobControlTest.SetForegroundProcessGroupNegPgid
|
||||
JobControlTest.SetForegroundProcessGroupEmptyProcessGroup
|
||||
JobControlTest.SetForegroundProcessGroupDifferentSession
|
||||
JobControlTest.OrphanRegression
|
Reference in New Issue
Block a user