From ebfadb9bf63cca394d1c513fbf0c1f641ad52455 Mon Sep 17 00:00:00 2001 From: Vitus Date: Wed, 4 Jun 2025 16:31:34 +0800 Subject: [PATCH] Add test logs for group 9 (tests 90 to 99) --- logs/group_9/pipe_external_test.log | 36 +++ logs/group_9/pipe_test.log | 355 ++++++++++++++++++++++++++++ logs/group_9/pivot_root_test.log | 124 ++++++++++ logs/group_9/poll_test.log | 56 +++++ logs/group_9/ppoll_test.log | 27 +++ logs/group_9/prctl_setuid_test.log | 30 +++ logs/group_9/prctl_test.log | 44 ++++ logs/group_9/pread64_test.log | 36 +++ logs/group_9/preadv2_test.log | 29 +++ logs/group_9/preadv_test.log | 13 + 10 files changed, 750 insertions(+) create mode 100644 logs/group_9/pipe_external_test.log create mode 100644 logs/group_9/pipe_test.log create mode 100644 logs/group_9/pivot_root_test.log create mode 100644 logs/group_9/poll_test.log create mode 100644 logs/group_9/ppoll_test.log create mode 100644 logs/group_9/prctl_setuid_test.log create mode 100644 logs/group_9/prctl_test.log create mode 100644 logs/group_9/pread64_test.log create mode 100644 logs/group_9/preadv2_test.log create mode 100644 logs/group_9/preadv_test.log diff --git a/logs/group_9/pipe_external_test.log b/logs/group_9/pipe_external_test.log new file mode 100644 index 0000000..db076ae --- /dev/null +++ b/logs/group_9/pipe_external_test.log @@ -0,0 +1,36 @@ +[==========] Running 4 tests from 1 test suite. +[----------] Global test environment set-up. +[----------] 4 tests from Paths/HostPipeTest +[ RUN ] Paths/HostPipeTest.Read/0 +test/syscalls/linux/pipe_external.cc:53: Failure +Expected: (val) != (nullptr), actual: NULL vs (nullptr) + +[ FAILED ] Paths/HostPipeTest.Read/0, where GetParam() = "TEST_FIFO_TREE" (0 ms) +[ RUN ] Paths/HostPipeTest.Read/1 +test/syscalls/linux/pipe_external.cc:53: Failure +Expected: (val) != (nullptr), actual: NULL vs (nullptr) + +[ FAILED ] Paths/HostPipeTest.Read/1, where GetParam() = "TEST_FIFO_ATTACH_TREE" (0 ms) +[ RUN ] Paths/HostPipeTest.Write/0 +test/syscalls/linux/pipe_external.cc:78: Failure +Expected: (val) != (nullptr), actual: NULL vs (nullptr) + +[ FAILED ] Paths/HostPipeTest.Write/0, where GetParam() = "TEST_FIFO_TREE" (0 ms) +[ RUN ] Paths/HostPipeTest.Write/1 +test/syscalls/linux/pipe_external.cc:78: Failure +Expected: (val) != (nullptr), actual: NULL vs (nullptr) + +[ FAILED ] Paths/HostPipeTest.Write/1, where GetParam() = "TEST_FIFO_ATTACH_TREE" (0 ms) +[----------] 4 tests from Paths/HostPipeTest (0 ms total) + +[----------] Global test environment tear-down +[==========] 4 tests from 1 test suite ran. (0 ms total) +[ PASSED ] 0 tests. +[ FAILED ] 4 tests, listed below: +[ FAILED ] Paths/HostPipeTest.Read/0, where GetParam() = "TEST_FIFO_TREE" +[ FAILED ] Paths/HostPipeTest.Read/1, where GetParam() = "TEST_FIFO_ATTACH_TREE" +[ FAILED ] Paths/HostPipeTest.Write/0, where GetParam() = "TEST_FIFO_TREE" +[ FAILED ] Paths/HostPipeTest.Write/1, where GetParam() = "TEST_FIFO_ATTACH_TREE" + + 4 FAILED TESTS +Failed to match any benchmarks against regex: . diff --git a/logs/group_9/pipe_test.log b/logs/group_9/pipe_test.log new file mode 100644 index 0000000..3eb8db3 --- /dev/null +++ b/logs/group_9/pipe_test.log @@ -0,0 +1,355 @@ +[==========] Running 160 tests from 4 test suites. +[----------] Global test environment set-up. +[----------] 1 test from PipeTest +[ RUN ] PipeTest.StatFS +[ OK ] PipeTest.StatFS (0 ms) +[----------] 1 test from PipeTest (0 ms total) + +[----------] 2 tests from Pipe2Test +[ RUN ] Pipe2Test.CloExec +[ OK ] Pipe2Test.CloExec (0 ms) +[ RUN ] Pipe2Test.BadOptions +[ OK ] Pipe2Test.BadOptions (0 ms) +[----------] 2 tests from Pipe2Test (0 ms total) + +[----------] 1 test from NamedPipeTest +[ RUN ] NamedPipeTest.Truncate +[ OK ] NamedPipeTest.Truncate (0 ms) +[----------] 1 test from NamedPipeTest (0 ms total) + +[----------] 156 tests from Pipes/PipeTest +[ RUN ] Pipes/PipeTest.Inode/pipe +[ OK ] Pipes/PipeTest.Inode/pipe (0 ms) +[ RUN ] Pipes/PipeTest.Inode/pipe2blocking +[ OK ] Pipes/PipeTest.Inode/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.Inode/pipe2nonblocking +[ OK ] Pipes/PipeTest.Inode/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.Inode/smallbuffer +[ OK ] Pipes/PipeTest.Inode/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.Inode/namednonblocking +[ OK ] Pipes/PipeTest.Inode/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.Inode/namedblocking +[ OK ] Pipes/PipeTest.Inode/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.Permissions/pipe +[ OK ] Pipes/PipeTest.Permissions/pipe (0 ms) +[ RUN ] Pipes/PipeTest.Permissions/pipe2blocking +[ OK ] Pipes/PipeTest.Permissions/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.Permissions/pipe2nonblocking +[ OK ] Pipes/PipeTest.Permissions/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.Permissions/smallbuffer +[ OK ] Pipes/PipeTest.Permissions/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.Permissions/namednonblocking +[ OK ] Pipes/PipeTest.Permissions/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.Permissions/namedblocking +[ OK ] Pipes/PipeTest.Permissions/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.Flags/pipe +[ OK ] Pipes/PipeTest.Flags/pipe (0 ms) +[ RUN ] Pipes/PipeTest.Flags/pipe2blocking +[ OK ] Pipes/PipeTest.Flags/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.Flags/pipe2nonblocking +[ OK ] Pipes/PipeTest.Flags/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.Flags/smallbuffer +[ OK ] Pipes/PipeTest.Flags/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.Flags/namednonblocking +[ OK ] Pipes/PipeTest.Flags/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.Flags/namedblocking +[ OK ] Pipes/PipeTest.Flags/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.Write/pipe +[ OK ] Pipes/PipeTest.Write/pipe (0 ms) +[ RUN ] Pipes/PipeTest.Write/pipe2blocking +[ OK ] Pipes/PipeTest.Write/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.Write/pipe2nonblocking +[ OK ] Pipes/PipeTest.Write/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.Write/smallbuffer +[ OK ] Pipes/PipeTest.Write/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.Write/namednonblocking +[ OK ] Pipes/PipeTest.Write/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.Write/namedblocking +[ OK ] Pipes/PipeTest.Write/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.WritePage/pipe +[ OK ] Pipes/PipeTest.WritePage/pipe (0 ms) +[ RUN ] Pipes/PipeTest.WritePage/pipe2blocking +[ OK ] Pipes/PipeTest.WritePage/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.WritePage/pipe2nonblocking +[ OK ] Pipes/PipeTest.WritePage/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.WritePage/smallbuffer +[ OK ] Pipes/PipeTest.WritePage/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.WritePage/namednonblocking +[ OK ] Pipes/PipeTest.WritePage/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.WritePage/namedblocking +[ OK ] Pipes/PipeTest.WritePage/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.NonBlocking/pipe +[ OK ] Pipes/PipeTest.NonBlocking/pipe (0 ms) +[ RUN ] Pipes/PipeTest.NonBlocking/pipe2blocking +[ OK ] Pipes/PipeTest.NonBlocking/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.NonBlocking/pipe2nonblocking +[ OK ] Pipes/PipeTest.NonBlocking/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.NonBlocking/smallbuffer +[ OK ] Pipes/PipeTest.NonBlocking/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.NonBlocking/namednonblocking +[ OK ] Pipes/PipeTest.NonBlocking/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.NonBlocking/namedblocking +[ OK ] Pipes/PipeTest.NonBlocking/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.Seek/pipe +[ OK ] Pipes/PipeTest.Seek/pipe (0 ms) +[ RUN ] Pipes/PipeTest.Seek/pipe2blocking +[ OK ] Pipes/PipeTest.Seek/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.Seek/pipe2nonblocking +[ OK ] Pipes/PipeTest.Seek/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.Seek/smallbuffer +[ OK ] Pipes/PipeTest.Seek/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.Seek/namednonblocking +[ OK ] Pipes/PipeTest.Seek/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.Seek/namedblocking +[ OK ] Pipes/PipeTest.Seek/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.OffsetCalls/pipe +[ OK ] Pipes/PipeTest.OffsetCalls/pipe (0 ms) +[ RUN ] Pipes/PipeTest.OffsetCalls/pipe2blocking +[ OK ] Pipes/PipeTest.OffsetCalls/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.OffsetCalls/pipe2nonblocking +[ OK ] Pipes/PipeTest.OffsetCalls/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.OffsetCalls/smallbuffer +[ OK ] Pipes/PipeTest.OffsetCalls/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.OffsetCalls/namednonblocking +[ OK ] Pipes/PipeTest.OffsetCalls/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.OffsetCalls/namedblocking +[ OK ] Pipes/PipeTest.OffsetCalls/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.WriterSideCloses/pipe +[ OK ] Pipes/PipeTest.WriterSideCloses/pipe (4001 ms) +[ RUN ] Pipes/PipeTest.WriterSideCloses/pipe2blocking +[ OK ] Pipes/PipeTest.WriterSideCloses/pipe2blocking (4000 ms) +[ RUN ] Pipes/PipeTest.WriterSideCloses/pipe2nonblocking +[ OK ] Pipes/PipeTest.WriterSideCloses/pipe2nonblocking (4000 ms) +[ RUN ] Pipes/PipeTest.WriterSideCloses/smallbuffer +[ OK ] Pipes/PipeTest.WriterSideCloses/smallbuffer (4000 ms) +[ RUN ] Pipes/PipeTest.WriterSideCloses/namednonblocking +[ OK ] Pipes/PipeTest.WriterSideCloses/namednonblocking (4000 ms) +[ RUN ] Pipes/PipeTest.WriterSideCloses/namedblocking +[ OK ] Pipes/PipeTest.WriterSideCloses/namedblocking (4000 ms) +[ RUN ] Pipes/PipeTest.WriterSideClosesReadDataFirst/pipe +[ OK ] Pipes/PipeTest.WriterSideClosesReadDataFirst/pipe (0 ms) +[ RUN ] Pipes/PipeTest.WriterSideClosesReadDataFirst/pipe2blocking +[ OK ] Pipes/PipeTest.WriterSideClosesReadDataFirst/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.WriterSideClosesReadDataFirst/pipe2nonblocking +[ OK ] Pipes/PipeTest.WriterSideClosesReadDataFirst/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.WriterSideClosesReadDataFirst/smallbuffer +[ OK ] Pipes/PipeTest.WriterSideClosesReadDataFirst/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.WriterSideClosesReadDataFirst/namednonblocking +[ OK ] Pipes/PipeTest.WriterSideClosesReadDataFirst/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.WriterSideClosesReadDataFirst/namedblocking +[ OK ] Pipes/PipeTest.WriterSideClosesReadDataFirst/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.ReaderSideCloses/pipe +[ OK ] Pipes/PipeTest.ReaderSideCloses/pipe (0 ms) +[ RUN ] Pipes/PipeTest.ReaderSideCloses/pipe2blocking +[ OK ] Pipes/PipeTest.ReaderSideCloses/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.ReaderSideCloses/pipe2nonblocking +[ OK ] Pipes/PipeTest.ReaderSideCloses/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.ReaderSideCloses/smallbuffer +[ OK ] Pipes/PipeTest.ReaderSideCloses/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.ReaderSideCloses/namednonblocking +[ OK ] Pipes/PipeTest.ReaderSideCloses/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.ReaderSideCloses/namedblocking +[ OK ] Pipes/PipeTest.ReaderSideCloses/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.CloseTwice/pipe +[ OK ] Pipes/PipeTest.CloseTwice/pipe (0 ms) +[ RUN ] Pipes/PipeTest.CloseTwice/pipe2blocking +[ OK ] Pipes/PipeTest.CloseTwice/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.CloseTwice/pipe2nonblocking +[ OK ] Pipes/PipeTest.CloseTwice/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.CloseTwice/smallbuffer +[ OK ] Pipes/PipeTest.CloseTwice/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.CloseTwice/namednonblocking +[ OK ] Pipes/PipeTest.CloseTwice/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.CloseTwice/namedblocking +[ OK ] Pipes/PipeTest.CloseTwice/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.BlockWriteClosed/pipe +[ OK ] Pipes/PipeTest.BlockWriteClosed/pipe (0 ms) +[ RUN ] Pipes/PipeTest.BlockWriteClosed/pipe2blocking +[ OK ] Pipes/PipeTest.BlockWriteClosed/pipe2blocking (3 ms) +[ RUN ] Pipes/PipeTest.BlockWriteClosed/pipe2nonblocking +[ OK ] Pipes/PipeTest.BlockWriteClosed/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.BlockWriteClosed/smallbuffer +[ OK ] Pipes/PipeTest.BlockWriteClosed/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.BlockWriteClosed/namednonblocking +[ OK ] Pipes/PipeTest.BlockWriteClosed/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.BlockWriteClosed/namedblocking +[ OK ] Pipes/PipeTest.BlockWriteClosed/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.BlockPartialWriteClosed/pipe +[ OK ] Pipes/PipeTest.BlockPartialWriteClosed/pipe (2000 ms) +[ RUN ] Pipes/PipeTest.BlockPartialWriteClosed/pipe2blocking +[ OK ] Pipes/PipeTest.BlockPartialWriteClosed/pipe2blocking (2000 ms) +[ RUN ] Pipes/PipeTest.BlockPartialWriteClosed/pipe2nonblocking +[ OK ] Pipes/PipeTest.BlockPartialWriteClosed/pipe2nonblocking (2000 ms) +[ RUN ] Pipes/PipeTest.BlockPartialWriteClosed/smallbuffer +[ OK ] Pipes/PipeTest.BlockPartialWriteClosed/smallbuffer (2000 ms) +[ RUN ] Pipes/PipeTest.BlockPartialWriteClosed/namednonblocking +[ OK ] Pipes/PipeTest.BlockPartialWriteClosed/namednonblocking (2000 ms) +[ RUN ] Pipes/PipeTest.BlockPartialWriteClosed/namedblocking +[ OK ] Pipes/PipeTest.BlockPartialWriteClosed/namedblocking (2000 ms) +[ RUN ] Pipes/PipeTest.ReadFromClosedFd/pipe +[ OK ] Pipes/PipeTest.ReadFromClosedFd/pipe (2000 ms) +[ RUN ] Pipes/PipeTest.ReadFromClosedFd/pipe2blocking +[ OK ] Pipes/PipeTest.ReadFromClosedFd/pipe2blocking (2000 ms) +[ RUN ] Pipes/PipeTest.ReadFromClosedFd/pipe2nonblocking +[ OK ] Pipes/PipeTest.ReadFromClosedFd/pipe2nonblocking (2000 ms) +[ RUN ] Pipes/PipeTest.ReadFromClosedFd/smallbuffer +[ OK ] Pipes/PipeTest.ReadFromClosedFd/smallbuffer (2000 ms) +[ RUN ] Pipes/PipeTest.ReadFromClosedFd/namednonblocking +[ OK ] Pipes/PipeTest.ReadFromClosedFd/namednonblocking (2000 ms) +[ RUN ] Pipes/PipeTest.ReadFromClosedFd/namedblocking +[ OK ] Pipes/PipeTest.ReadFromClosedFd/namedblocking (2000 ms) +[ RUN ] Pipes/PipeTest.FionRead/pipe +[ OK ] Pipes/PipeTest.FionRead/pipe (0 ms) +[ RUN ] Pipes/PipeTest.FionRead/pipe2blocking +[ OK ] Pipes/PipeTest.FionRead/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.FionRead/pipe2nonblocking +[ OK ] Pipes/PipeTest.FionRead/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.FionRead/smallbuffer +[ OK ] Pipes/PipeTest.FionRead/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.FionRead/namednonblocking +[ OK ] Pipes/PipeTest.FionRead/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.FionRead/namedblocking +[ OK ] Pipes/PipeTest.FionRead/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.OpenViaProcSelfFD/pipe +[ OK ] Pipes/PipeTest.OpenViaProcSelfFD/pipe (0 ms) +[ RUN ] Pipes/PipeTest.OpenViaProcSelfFD/pipe2blocking +[ OK ] Pipes/PipeTest.OpenViaProcSelfFD/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.OpenViaProcSelfFD/pipe2nonblocking +[ OK ] Pipes/PipeTest.OpenViaProcSelfFD/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.OpenViaProcSelfFD/smallbuffer +[ OK ] Pipes/PipeTest.OpenViaProcSelfFD/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.OpenViaProcSelfFD/namednonblocking +test/syscalls/linux/pipe.cc:532: Skipped +IsNamedPipe() + +[ SKIPPED ] Pipes/PipeTest.OpenViaProcSelfFD/namednonblocking (1 ms) +[ RUN ] Pipes/PipeTest.OpenViaProcSelfFD/namedblocking +test/syscalls/linux/pipe.cc:532: Skipped +IsNamedPipe() + +[ SKIPPED ] Pipes/PipeTest.OpenViaProcSelfFD/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.OpenViaProcSelfFDWithWrites/pipe +[ OK ] Pipes/PipeTest.OpenViaProcSelfFDWithWrites/pipe (0 ms) +[ RUN ] Pipes/PipeTest.OpenViaProcSelfFDWithWrites/pipe2blocking +[ OK ] Pipes/PipeTest.OpenViaProcSelfFDWithWrites/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.OpenViaProcSelfFDWithWrites/pipe2nonblocking +[ OK ] Pipes/PipeTest.OpenViaProcSelfFDWithWrites/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.OpenViaProcSelfFDWithWrites/smallbuffer +[ OK ] Pipes/PipeTest.OpenViaProcSelfFDWithWrites/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.OpenViaProcSelfFDWithWrites/namednonblocking +test/syscalls/linux/pipe.cc:546: Skipped +IsNamedPipe() + +[ SKIPPED ] Pipes/PipeTest.OpenViaProcSelfFDWithWrites/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.OpenViaProcSelfFDWithWrites/namedblocking +test/syscalls/linux/pipe.cc:546: Skipped +IsNamedPipe() + +[ SKIPPED ] Pipes/PipeTest.OpenViaProcSelfFDWithWrites/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.ProcFDReleasesFile/pipe +[ OK ] Pipes/PipeTest.ProcFDReleasesFile/pipe (0 ms) +[ RUN ] Pipes/PipeTest.ProcFDReleasesFile/pipe2blocking +[ OK ] Pipes/PipeTest.ProcFDReleasesFile/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.ProcFDReleasesFile/pipe2nonblocking +[ OK ] Pipes/PipeTest.ProcFDReleasesFile/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.ProcFDReleasesFile/smallbuffer +[ OK ] Pipes/PipeTest.ProcFDReleasesFile/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.ProcFDReleasesFile/namednonblocking +[ OK ] Pipes/PipeTest.ProcFDReleasesFile/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.ProcFDReleasesFile/namedblocking +[ OK ] Pipes/PipeTest.ProcFDReleasesFile/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.ProcFDInfoReleasesFile/pipe +[ OK ] Pipes/PipeTest.ProcFDInfoReleasesFile/pipe (0 ms) +[ RUN ] Pipes/PipeTest.ProcFDInfoReleasesFile/pipe2blocking +[ OK ] Pipes/PipeTest.ProcFDInfoReleasesFile/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.ProcFDInfoReleasesFile/pipe2nonblocking +[ OK ] Pipes/PipeTest.ProcFDInfoReleasesFile/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.ProcFDInfoReleasesFile/smallbuffer +[ OK ] Pipes/PipeTest.ProcFDInfoReleasesFile/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.ProcFDInfoReleasesFile/namednonblocking +[ OK ] Pipes/PipeTest.ProcFDInfoReleasesFile/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.ProcFDInfoReleasesFile/namedblocking +[ OK ] Pipes/PipeTest.ProcFDInfoReleasesFile/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.SizeChange/pipe +[ OK ] Pipes/PipeTest.SizeChange/pipe (0 ms) +[ RUN ] Pipes/PipeTest.SizeChange/pipe2blocking +[ OK ] Pipes/PipeTest.SizeChange/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.SizeChange/pipe2nonblocking +[ OK ] Pipes/PipeTest.SizeChange/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.SizeChange/smallbuffer +[ OK ] Pipes/PipeTest.SizeChange/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.SizeChange/namednonblocking +[ OK ] Pipes/PipeTest.SizeChange/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.SizeChange/namedblocking +[ OK ] Pipes/PipeTest.SizeChange/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.SizeChangeMax/pipe +[ OK ] Pipes/PipeTest.SizeChangeMax/pipe (0 ms) +[ RUN ] Pipes/PipeTest.SizeChangeMax/pipe2blocking +[ OK ] Pipes/PipeTest.SizeChangeMax/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.SizeChangeMax/pipe2nonblocking +[ OK ] Pipes/PipeTest.SizeChangeMax/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.SizeChangeMax/smallbuffer +[ OK ] Pipes/PipeTest.SizeChangeMax/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.SizeChangeMax/namednonblocking +[ OK ] Pipes/PipeTest.SizeChangeMax/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.SizeChangeMax/namedblocking +[ OK ] Pipes/PipeTest.SizeChangeMax/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.SizeChangeFull/pipe +[ OK ] Pipes/PipeTest.SizeChangeFull/pipe (0 ms) +[ RUN ] Pipes/PipeTest.SizeChangeFull/pipe2blocking +[ OK ] Pipes/PipeTest.SizeChangeFull/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.SizeChangeFull/pipe2nonblocking +[ OK ] Pipes/PipeTest.SizeChangeFull/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.SizeChangeFull/smallbuffer +[ OK ] Pipes/PipeTest.SizeChangeFull/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.SizeChangeFull/namednonblocking +[ OK ] Pipes/PipeTest.SizeChangeFull/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.SizeChangeFull/namedblocking +[ OK ] Pipes/PipeTest.SizeChangeFull/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.Streaming/pipe +[ OK ] Pipes/PipeTest.Streaming/pipe (0 ms) +[ RUN ] Pipes/PipeTest.Streaming/pipe2blocking +[ OK ] Pipes/PipeTest.Streaming/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.Streaming/pipe2nonblocking +[ OK ] Pipes/PipeTest.Streaming/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.Streaming/smallbuffer +[ OK ] Pipes/PipeTest.Streaming/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.Streaming/namednonblocking +[ OK ] Pipes/PipeTest.Streaming/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.Streaming/namedblocking +[ OK ] Pipes/PipeTest.Streaming/namedblocking (1 ms) +[ RUN ] Pipes/PipeTest.ZeroSize/pipe +[ OK ] Pipes/PipeTest.ZeroSize/pipe (0 ms) +[ RUN ] Pipes/PipeTest.ZeroSize/pipe2blocking +[ OK ] Pipes/PipeTest.ZeroSize/pipe2blocking (0 ms) +[ RUN ] Pipes/PipeTest.ZeroSize/pipe2nonblocking +[ OK ] Pipes/PipeTest.ZeroSize/pipe2nonblocking (0 ms) +[ RUN ] Pipes/PipeTest.ZeroSize/smallbuffer +[ OK ] Pipes/PipeTest.ZeroSize/smallbuffer (0 ms) +[ RUN ] Pipes/PipeTest.ZeroSize/namednonblocking +[ OK ] Pipes/PipeTest.ZeroSize/namednonblocking (0 ms) +[ RUN ] Pipes/PipeTest.ZeroSize/namedblocking +[ OK ] Pipes/PipeTest.ZeroSize/namedblocking (0 ms) +[ RUN ] Pipes/PipeTest.PipeFdCount/pipe +[ OK ] Pipes/PipeTest.PipeFdCount/pipe (199 ms) +[ RUN ] Pipes/PipeTest.PipeFdCount/pipe2blocking +[ OK ] Pipes/PipeTest.PipeFdCount/pipe2blocking (197 ms) +[ RUN ] Pipes/PipeTest.PipeFdCount/pipe2nonblocking +[ OK ] Pipes/PipeTest.PipeFdCount/pipe2nonblocking (206 ms) +[ RUN ] Pipes/PipeTest.PipeFdCount/smallbuffer +[ OK ] Pipes/PipeTest.PipeFdCount/smallbuffer (205 ms) +[ RUN ] Pipes/PipeTest.PipeFdCount/namednonblocking +[ OK ] Pipes/PipeTest.PipeFdCount/namednonblocking (240 ms) +[ RUN ] Pipes/PipeTest.PipeFdCount/namedblocking +[ OK ] Pipes/PipeTest.PipeFdCount/namedblocking (211 ms) +[----------] 156 tests from Pipes/PipeTest (49303 ms total) + +[----------] Global test environment tear-down +[==========] 160 tests from 4 test suites ran. (49304 ms total) +[ PASSED ] 156 tests. +[ SKIPPED ] 4 tests, listed below: +[ SKIPPED ] Pipes/PipeTest.OpenViaProcSelfFD/namednonblocking +[ SKIPPED ] Pipes/PipeTest.OpenViaProcSelfFD/namedblocking +[ SKIPPED ] Pipes/PipeTest.OpenViaProcSelfFDWithWrites/namednonblocking +[ SKIPPED ] Pipes/PipeTest.OpenViaProcSelfFDWithWrites/namedblocking +Failed to match any benchmarks against regex: . diff --git a/logs/group_9/pivot_root_test.log b/logs/group_9/pivot_root_test.log new file mode 100644 index 0000000..f4612f5 --- /dev/null +++ b/logs/group_9/pivot_root_test.log @@ -0,0 +1,124 @@ +[==========] Running 19 tests from 1 test suite. +[----------] Global test environment set-up. +[----------] 19 tests from PivotRootTest +[ RUN ] PivotRootTest.Success +test/syscalls/linux/pivot_root.cc:55: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)) + +[ SKIPPED ] PivotRootTest.Success (0 ms) +[ RUN ] PivotRootTest.CreatesNewRoot +test/syscalls/linux/pivot_root.cc:80: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)) + +[ SKIPPED ] PivotRootTest.CreatesNewRoot (0 ms) +[ RUN ] PivotRootTest.MovesOldRoot +test/syscalls/linux/pivot_root.cc:136: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)) + +[ SKIPPED ] PivotRootTest.MovesOldRoot (0 ms) +[ RUN ] PivotRootTest.ChangesCwdForAllProcesses +test/syscalls/linux/pivot_root.cc:179: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)) + +[ SKIPPED ] PivotRootTest.ChangesCwdForAllProcesses (0 ms) +[ RUN ] PivotRootTest.DotDot +test/syscalls/linux/pivot_root.cc:216: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)) + +[ SKIPPED ] PivotRootTest.DotDot (0 ms) +[ RUN ] PivotRootTest.NotDir +test/syscalls/linux/pivot_root.cc:247: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)) + +[ SKIPPED ] PivotRootTest.NotDir (0 ms) +[ RUN ] PivotRootTest.NotExist +test/syscalls/linux/pivot_root.cc:264: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)) + +[ SKIPPED ] PivotRootTest.NotExist (0 ms) +[ RUN ] PivotRootTest.WithoutCapability +test/syscalls/linux/pivot_root.cc:276: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SETPCAP)) + +[ SKIPPED ] PivotRootTest.WithoutCapability (0 ms) +[ RUN ] PivotRootTest.NewRootOnRootMount +test/syscalls/linux/pivot_root.cc:293: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)) + +[ SKIPPED ] PivotRootTest.NewRootOnRootMount (0 ms) +[ RUN ] PivotRootTest.NewRootNotAMountpoint +test/syscalls/linux/pivot_root.cc:319: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)) + +[ SKIPPED ] PivotRootTest.NewRootNotAMountpoint (0 ms) +[ RUN ] PivotRootTest.PutOldNotUnderNewRoot +test/syscalls/linux/pivot_root.cc:352: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)) + +[ SKIPPED ] PivotRootTest.PutOldNotUnderNewRoot (0 ms) +[ RUN ] PivotRootTest.CurrentRootNotAMountPoint +test/syscalls/linux/pivot_root.cc:378: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)) + +[ SKIPPED ] PivotRootTest.CurrentRootNotAMountPoint (0 ms) +[ RUN ] PivotRootTest.OnRootFS +test/syscalls/linux/pivot_root.cc:402: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)) + +[ SKIPPED ] PivotRootTest.OnRootFS (0 ms) +[ RUN ] PivotRootTest.OnSharedNewRootParent +test/syscalls/linux/pivot_root.cc:434: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)) + +[ SKIPPED ] PivotRootTest.OnSharedNewRootParent (0 ms) +[ RUN ] PivotRootTest.OnSharedNewRoot +test/syscalls/linux/pivot_root.cc:462: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)) + +[ SKIPPED ] PivotRootTest.OnSharedNewRoot (0 ms) +[ RUN ] PivotRootTest.OnSharedPutOldMountpoint +test/syscalls/linux/pivot_root.cc:491: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)) + +[ SKIPPED ] PivotRootTest.OnSharedPutOldMountpoint (0 ms) +[ RUN ] PivotRootTest.UnreachableNewRootFails +test/syscalls/linux/pivot_root.cc:522: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)) + +[ SKIPPED ] PivotRootTest.UnreachableNewRootFails (0 ms) +[ RUN ] PivotRootTest.LockedNewRootFails +test/syscalls/linux/pivot_root.cc:553: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)) + +[ SKIPPED ] PivotRootTest.LockedNewRootFails (0 ms) +[ RUN ] PivotRootTest.OldRootUnlocked +test/syscalls/linux/pivot_root.cc:581: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_ADMIN)) + +[ SKIPPED ] PivotRootTest.OldRootUnlocked (0 ms) +[----------] 19 tests from PivotRootTest (1 ms total) + +[----------] Global test environment tear-down +[==========] 19 tests from 1 test suite ran. (1 ms total) +[ PASSED ] 0 tests. +[ SKIPPED ] 19 tests, listed below: +[ SKIPPED ] PivotRootTest.Success +[ SKIPPED ] PivotRootTest.CreatesNewRoot +[ SKIPPED ] PivotRootTest.MovesOldRoot +[ SKIPPED ] PivotRootTest.ChangesCwdForAllProcesses +[ SKIPPED ] PivotRootTest.DotDot +[ SKIPPED ] PivotRootTest.NotDir +[ SKIPPED ] PivotRootTest.NotExist +[ SKIPPED ] PivotRootTest.WithoutCapability +[ SKIPPED ] PivotRootTest.NewRootOnRootMount +[ SKIPPED ] PivotRootTest.NewRootNotAMountpoint +[ SKIPPED ] PivotRootTest.PutOldNotUnderNewRoot +[ SKIPPED ] PivotRootTest.CurrentRootNotAMountPoint +[ SKIPPED ] PivotRootTest.OnRootFS +[ SKIPPED ] PivotRootTest.OnSharedNewRootParent +[ SKIPPED ] PivotRootTest.OnSharedNewRoot +[ SKIPPED ] PivotRootTest.OnSharedPutOldMountpoint +[ SKIPPED ] PivotRootTest.UnreachableNewRootFails +[ SKIPPED ] PivotRootTest.LockedNewRootFails +[ SKIPPED ] PivotRootTest.OldRootUnlocked +Failed to match any benchmarks against regex: . diff --git a/logs/group_9/poll_test.log b/logs/group_9/poll_test.log new file mode 100644 index 0000000..6752d5b --- /dev/null +++ b/logs/group_9/poll_test.log @@ -0,0 +1,56 @@ +[==========] Running 23 tests from 1 test suite. +[----------] Global test environment set-up. +[----------] 23 tests from PollTest +[ RUN ] PollTest.InvalidFds +[ OK ] PollTest.InvalidFds (0 ms) +[ RUN ] PollTest.NullFds +[ OK ] PollTest.NullFds (10 ms) +[ RUN ] PollTest.ZeroTimeout +[ OK ] PollTest.ZeroTimeout (0 ms) +[ RUN ] PollTest.NegativeTimeout +[ OK ] PollTest.NegativeTimeout (100 ms) +[ RUN ] PollTest.NonBlockingEventPOLLIN +[ OK ] PollTest.NonBlockingEventPOLLIN (0 ms) +[ RUN ] PollTest.NonBlockingEventPOLLRDNORM +[ OK ] PollTest.NonBlockingEventPOLLRDNORM (0 ms) +[ RUN ] PollTest.NonBlockingEventPOLLRDNORM_POLLIN +[ OK ] PollTest.NonBlockingEventPOLLRDNORM_POLLIN (0 ms) +[ RUN ] PollTest.BlockingEventPOLLIN +[ OK ] PollTest.BlockingEventPOLLIN (1000 ms) +[ RUN ] PollTest.BlockingEventPOLLRDNORM +[ OK ] PollTest.BlockingEventPOLLRDNORM (1000 ms) +[ RUN ] PollTest.BlockingEventPOLLRDNORM_POLLIN +[ OK ] PollTest.BlockingEventPOLLRDNORM_POLLIN (1000 ms) +[ RUN ] PollTest.NonBlockingEventPOLLOUT +[ OK ] PollTest.NonBlockingEventPOLLOUT (0 ms) +[ RUN ] PollTest.NonBlockingEventPOLLWRNORM +[ OK ] PollTest.NonBlockingEventPOLLWRNORM (0 ms) +[ RUN ] PollTest.NonBlockingEventPOLLWRNORM_POLLOUT +[ OK ] PollTest.NonBlockingEventPOLLWRNORM_POLLOUT (0 ms) +[ RUN ] PollTest.BlockingEventPOLLOUT +[ OK ] PollTest.BlockingEventPOLLOUT (0 ms) +[ RUN ] PollTest.BlockingEventPOLLWRNORM +[ OK ] PollTest.BlockingEventPOLLWRNORM (0 ms) +[ RUN ] PollTest.BlockingEventPOLLWRNORM_POLLOUT +[ OK ] PollTest.BlockingEventPOLLWRNORM_POLLOUT (0 ms) +[ RUN ] PollTest.NonBlockingEventPOLLHUP +[ OK ] PollTest.NonBlockingEventPOLLHUP (0 ms) +[ RUN ] PollTest.BlockingEventPOLLHUP +[ OK ] PollTest.BlockingEventPOLLHUP (1000 ms) +[ RUN ] PollTest.NonBlockingEventPOLLERR +[ OK ] PollTest.NonBlockingEventPOLLERR (0 ms) +[ RUN ] PollTest.ImmediatelyReturnOnlyOnPollEvents +[ OK ] PollTest.ImmediatelyReturnOnlyOnPollEvents (100 ms) +[ RUN ] PollTest.PollLevelTriggered +[ OK ] PollTest.PollLevelTriggered (0 ms) +[ RUN ] PollTest.Nfds +Using limit: 4096 +[ OK ] PollTest.Nfds (0 ms) +[ RUN ] PollTest.UnpollableFile +[ OK ] PollTest.UnpollableFile (0 ms) +[----------] 23 tests from PollTest (4214 ms total) + +[----------] Global test environment tear-down +[==========] 23 tests from 1 test suite ran. (4214 ms total) +[ PASSED ] 23 tests. +Failed to match any benchmarks against regex: . diff --git a/logs/group_9/ppoll_test.log b/logs/group_9/ppoll_test.log new file mode 100644 index 0000000..b64ed67 --- /dev/null +++ b/logs/group_9/ppoll_test.log @@ -0,0 +1,27 @@ +[==========] Running 9 tests from 1 test suite. +[----------] Global test environment set-up. +[----------] 9 tests from PpollTest +[ RUN ] PpollTest.InvalidFds +[ OK ] PpollTest.InvalidFds (0 ms) +[ RUN ] PpollTest.NullFds +[ OK ] PpollTest.NullFds (10 ms) +[ RUN ] PpollTest.ZeroTimeout +[ OK ] PpollTest.ZeroTimeout (0 ms) +[ RUN ] PpollTest.NoTimeout +[ OK ] PpollTest.NoTimeout (100 ms) +[ RUN ] PpollTest.InvalidTimeoutNegative +[ OK ] PpollTest.InvalidTimeoutNegative (0 ms) +[ RUN ] PpollTest.InvalidTimeoutNotNormalized +[ OK ] PpollTest.InvalidTimeoutNotNormalized (0 ms) +[ RUN ] PpollTest.InvalidMaskSize +[ OK ] PpollTest.InvalidMaskSize (0 ms) +[ RUN ] PpollTest.SignalMaskBlocksSignal +[ OK ] PpollTest.SignalMaskBlocksSignal (30030 ms) +[ RUN ] PpollTest.SignalMaskAllowsSignal +[ OK ] PpollTest.SignalMaskAllowsSignal (10000 ms) +[----------] 9 tests from PpollTest (40141 ms total) + +[----------] Global test environment tear-down +[==========] 9 tests from 1 test suite ran. (40141 ms total) +[ PASSED ] 9 tests. +Failed to match any benchmarks against regex: . diff --git a/logs/group_9/prctl_setuid_test.log b/logs/group_9/prctl_setuid_test.log new file mode 100644 index 0000000..3c05466 --- /dev/null +++ b/logs/group_9/prctl_setuid_test.log @@ -0,0 +1,30 @@ +[==========] Running 6 tests from 1 test suite. +[----------] Global test environment set-up. +[----------] 6 tests from PrctlKeepCapsSetuidTest +[ RUN ] PrctlKeepCapsSetuidTest.PrctlBadArgsToKeepCaps +[ OK ] PrctlKeepCapsSetuidTest.PrctlBadArgsToKeepCaps (0 ms) +[ RUN ] PrctlKeepCapsSetuidTest.SetUidNoKeepCaps +test/syscalls/linux/prctl_setuid.cc:96: Skipped +!IsRunningOnGvisor() + +[ SKIPPED ] PrctlKeepCapsSetuidTest.SetUidNoKeepCaps (0 ms) +[ RUN ] PrctlKeepCapsSetuidTest.SetUidKeepCaps +test/syscalls/linux/prctl_setuid.cc:139: Skipped +!IsRunningOnGvisor() + +[ SKIPPED ] PrctlKeepCapsSetuidTest.SetUidKeepCaps (0 ms) +[ RUN ] PrctlKeepCapsSetuidTest.NoKeepCapsAfterExec +[ OK ] PrctlKeepCapsSetuidTest.NoKeepCapsAfterExec (2 ms) +[ RUN ] PrctlKeepCapsSetuidTest.NoKeepCapsAfterNewUserNamespace +[ OK ] PrctlKeepCapsSetuidTest.NoKeepCapsAfterNewUserNamespace (0 ms) +[ RUN ] PrctlKeepCapsSetuidTest.PrGetKeepCaps +[ OK ] PrctlKeepCapsSetuidTest.PrGetKeepCaps (0 ms) +[----------] 6 tests from PrctlKeepCapsSetuidTest (2 ms total) + +[----------] Global test environment tear-down +[==========] 6 tests from 1 test suite ran. (3 ms total) +[ PASSED ] 4 tests. +[ SKIPPED ] 2 tests, listed below: +[ SKIPPED ] PrctlKeepCapsSetuidTest.SetUidNoKeepCaps +[ SKIPPED ] PrctlKeepCapsSetuidTest.SetUidKeepCaps +Failed to match any benchmarks against regex: . diff --git a/logs/group_9/prctl_test.log b/logs/group_9/prctl_test.log new file mode 100644 index 0000000..e00d84b --- /dev/null +++ b/logs/group_9/prctl_test.log @@ -0,0 +1,44 @@ +[==========] Running 12 tests from 1 test suite. +[----------] Global test environment set-up. +[----------] 12 tests from PrctlTest +[ RUN ] PrctlTest.NameInitialized +[ OK ] PrctlTest.NameInitialized (0 ms) +[ RUN ] PrctlTest.SetNameLongName +[ OK ] PrctlTest.SetNameLongName (0 ms) +[ RUN ] PrctlTest.ChildProcessName +[ OK ] PrctlTest.ChildProcessName (0 ms) +[ RUN ] PrctlTest.NoNewPrivsPreservedAcrossCloneForkAndExecve +[ OK ] PrctlTest.NoNewPrivsPreservedAcrossCloneForkAndExecve (2 ms) +[ RUN ] PrctlTest.PDeathSig +[ OK ] PrctlTest.PDeathSig (0 ms) +[ RUN ] PrctlTest.InvalidPrSetMM +[ OK ] PrctlTest.InvalidPrSetMM (0 ms) +[ RUN ] PrctlTest.SetGetDumpability +[ OK ] PrctlTest.SetGetDumpability (0 ms) +[ RUN ] PrctlTest.RootDumpability +[ OK ] PrctlTest.RootDumpability (0 ms) +[ RUN ] PrctlTest.SimpleSetGetChildSubreaper +[ OK ] PrctlTest.SimpleSetGetChildSubreaper (0 ms) +[ RUN ] PrctlTest.ThreadsInheritChildSubreaperBit +[ OK ] PrctlTest.ThreadsInheritChildSubreaperBit (0 ms) +[ RUN ] PrctlTest.ProcessesDoNotInheritChildSubreaperBit +[ OK ] PrctlTest.ProcessesDoNotInheritChildSubreaperBit (0 ms) +[ RUN ] PrctlTest.OrphansReparentedToSubreaper +Unable to find runfiles: ERROR: external/bazel_tools/tools/cpp/runfiles/runfiles.cc(123): cannot find runfiles (argv0="") +test/syscalls/linux/prctl.cc:291: Failure +Expected equality of these values: + execve_errno + Which is: 2 + 0 + +[ FAILED ] PrctlTest.OrphansReparentedToSubreaper (1 ms) +[----------] 12 tests from PrctlTest (4 ms total) + +[----------] Global test environment tear-down +[==========] 12 tests from 1 test suite ran. (4 ms total) +[ PASSED ] 11 tests. +[ FAILED ] 1 test, listed below: +[ FAILED ] PrctlTest.OrphansReparentedToSubreaper + + 1 FAILED TEST +Failed to match any benchmarks against regex: . diff --git a/logs/group_9/pread64_test.log b/logs/group_9/pread64_test.log new file mode 100644 index 0000000..75b0d65 --- /dev/null +++ b/logs/group_9/pread64_test.log @@ -0,0 +1,36 @@ +[==========] Running 12 tests from 2 test suites. +[----------] Global test environment set-up. +[----------] 3 tests from Pread64TestNoTempFile +[ RUN ] Pread64TestNoTempFile.BadFileDescriptor +[ OK ] Pread64TestNoTempFile.BadFileDescriptor (0 ms) +[ RUN ] Pread64TestNoTempFile.CantReadSocketPair +[ OK ] Pread64TestNoTempFile.CantReadSocketPair (0 ms) +[ RUN ] Pread64TestNoTempFile.CantReadPipe +[ OK ] Pread64TestNoTempFile.CantReadPipe (0 ms) +[----------] 3 tests from Pread64TestNoTempFile (0 ms total) + +[----------] 9 tests from Pread64Test +[ RUN ] Pread64Test.ZeroBuffer +[ OK ] Pread64Test.ZeroBuffer (0 ms) +[ RUN ] Pread64Test.BadBuffer +[ OK ] Pread64Test.BadBuffer (0 ms) +[ RUN ] Pread64Test.WriteOnlyNotReadable +[ OK ] Pread64Test.WriteOnlyNotReadable (0 ms) +[ RUN ] Pread64Test.Pread64WithOpath +[ OK ] Pread64Test.Pread64WithOpath (0 ms) +[ RUN ] Pread64Test.DirNotReadable +[ OK ] Pread64Test.DirNotReadable (0 ms) +[ RUN ] Pread64Test.BadOffset +[ OK ] Pread64Test.BadOffset (0 ms) +[ RUN ] Pread64Test.OffsetNotIncremented +[ OK ] Pread64Test.OffsetNotIncremented (0 ms) +[ RUN ] Pread64Test.EndOfFile +[ OK ] Pread64Test.EndOfFile (0 ms) +[ RUN ] Pread64Test.Overflow +[ OK ] Pread64Test.Overflow (0 ms) +[----------] 9 tests from Pread64Test (2 ms total) + +[----------] Global test environment tear-down +[==========] 12 tests from 2 test suites ran. (2 ms total) +[ PASSED ] 12 tests. +Failed to match any benchmarks against regex: . diff --git a/logs/group_9/preadv2_test.log b/logs/group_9/preadv2_test.log new file mode 100644 index 0000000..0413f6c --- /dev/null +++ b/logs/group_9/preadv2_test.log @@ -0,0 +1,29 @@ +[==========] Running 10 tests from 1 test suite. +[----------] Global test environment set-up. +[----------] 10 tests from Preadv2Test +[ RUN ] Preadv2Test.TestBaseCall +[ OK ] Preadv2Test.TestBaseCall (0 ms) +[ RUN ] Preadv2Test.TestValidPositiveOffset +[ OK ] Preadv2Test.TestValidPositiveOffset (0 ms) +[ RUN ] Preadv2Test.TestNegativeOneOffset +[ OK ] Preadv2Test.TestNegativeOneOffset (0 ms) +[ RUN ] Preadv2Test.TestCallWithRWF_HIPRI +[ OK ] Preadv2Test.TestCallWithRWF_HIPRI (1 ms) +[ RUN ] Preadv2Test.TestInvalidFlag +[ OK ] Preadv2Test.TestInvalidFlag (0 ms) +[ RUN ] Preadv2Test.TestInvalidOffset +[ OK ] Preadv2Test.TestInvalidOffset (0 ms) +[ RUN ] Preadv2Test.TestUnreadableFile +[ OK ] Preadv2Test.TestUnreadableFile (0 ms) +[ RUN ] Preadv2Test.Preadv2WithOpath +[ OK ] Preadv2Test.Preadv2WithOpath (0 ms) +[ RUN ] Preadv2Test.TestUnseekableFileInvalid +[ OK ] Preadv2Test.TestUnseekableFileInvalid (0 ms) +[ RUN ] Preadv2Test.TestUnseekableFileValid +[ OK ] Preadv2Test.TestUnseekableFileValid (0 ms) +[----------] 10 tests from Preadv2Test (3 ms total) + +[----------] Global test environment tear-down +[==========] 10 tests from 1 test suite ran. (3 ms total) +[ PASSED ] 10 tests. +Failed to match any benchmarks against regex: . diff --git a/logs/group_9/preadv_test.log b/logs/group_9/preadv_test.log new file mode 100644 index 0000000..b1299cf --- /dev/null +++ b/logs/group_9/preadv_test.log @@ -0,0 +1,13 @@ +[==========] Running 2 tests from 1 test suite. +[----------] Global test environment set-up. +[----------] 2 tests from PreadvTest +[ RUN ] PreadvTest.MMConcurrencyStress +[ OK ] PreadvTest.MMConcurrencyStress (5000 ms) +[ RUN ] PreadvTest.PreadvWithOpath +[ OK ] PreadvTest.PreadvWithOpath (0 ms) +[----------] 2 tests from PreadvTest (5001 ms total) + +[----------] Global test environment tear-down +[==========] 2 tests from 1 test suite ran. (5001 ms total) +[ PASSED ] 2 tests. +Failed to match any benchmarks against regex: .