mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Merge pull request #4077 from zhlhahaha:1973
PiperOrigin-RevId: 333805533
This commit is contained in:
@@ -1843,8 +1843,9 @@ func TestUserLog(t *testing.T) {
|
||||
t.Fatal("error finding test_app:", err)
|
||||
}
|
||||
|
||||
// sched_rr_get_interval = 148 - not implemented in gvisor.
|
||||
spec := testutil.NewSpecWithArgs(app, "syscall", "--syscall=148")
|
||||
// sched_rr_get_interval - not implemented in gvisor.
|
||||
num := strconv.Itoa(syscall.SYS_SCHED_RR_GET_INTERVAL)
|
||||
spec := testutil.NewSpecWithArgs(app, "syscall", "--syscall="+num)
|
||||
conf := testutil.TestConfig(t)
|
||||
_, bundleDir, cleanup, err := testutil.SetupContainer(spec, conf)
|
||||
if err != nil {
|
||||
|
||||
@@ -169,7 +169,7 @@ var (
|
||||
},
|
||||
},
|
||||
},
|
||||
input: testInput(nativeArchAuditNo, "open", nil),
|
||||
input: testInput(nativeArchAuditNo, "openat", nil),
|
||||
expected: uint32(allowAction),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user