From 5f8fbfd4c8b26be1a4d2ba6bba22a03a90dad4f9 Mon Sep 17 00:00:00 2001 From: Vitus Date: Wed, 4 Jun 2025 16:22:02 +0800 Subject: [PATCH] Add test logs for group 2 (tests 20 to 29) --- logs/group_2/close_range_test.log | 46 ++++++++++++++++ logs/group_2/concurrency_test.log | 10 ++++ logs/group_2/connect_external_test.log | 75 ++++++++++++++++++++++++++ logs/group_2/creat_test.log | 15 ++++++ logs/group_2/deleted_test.log | 19 +++++++ logs/group_2/dev_test.log | 43 +++++++++++++++ logs/group_2/dup_test.log | 39 ++++++++++++++ logs/group_2/epoll_test.log | 51 ++++++++++++++++++ logs/group_2/eventfd_test.log | 57 ++++++++++++++++++++ logs/group_2/exceptions_test.log | 28 ++++++++++ 10 files changed, 383 insertions(+) create mode 100644 logs/group_2/close_range_test.log create mode 100644 logs/group_2/concurrency_test.log create mode 100644 logs/group_2/connect_external_test.log create mode 100644 logs/group_2/creat_test.log create mode 100644 logs/group_2/deleted_test.log create mode 100644 logs/group_2/dev_test.log create mode 100644 logs/group_2/dup_test.log create mode 100644 logs/group_2/epoll_test.log create mode 100644 logs/group_2/eventfd_test.log create mode 100644 logs/group_2/exceptions_test.log diff --git a/logs/group_2/close_range_test.log b/logs/group_2/close_range_test.log new file mode 100644 index 0000000..10a5e49 --- /dev/null +++ b/logs/group_2/close_range_test.log @@ -0,0 +1,46 @@ +[==========] Running 14 tests from 1 test suite. +[----------] Global test environment set-up. +[----------] 14 tests from CloseRangeTest +[ RUN ] CloseRangeTest.ContiguousRange +[ OK ] CloseRangeTest.ContiguousRange (1 ms) +[ RUN ] CloseRangeTest.RangeWithHoles +[ OK ] CloseRangeTest.RangeWithHoles (1 ms) +[ RUN ] CloseRangeTest.RangeInMiddleOfOpenFiles +[ OK ] CloseRangeTest.RangeInMiddleOfOpenFiles (1 ms) +[ RUN ] CloseRangeTest.SingleFile +[ OK ] CloseRangeTest.SingleFile (0 ms) +[ RUN ] CloseRangeTest.CallCloseRangeTwice +[ OK ] CloseRangeTest.CallCloseRangeTwice (1 ms) +[ RUN ] CloseRangeTest.CloexecFlagTest +test/syscalls/linux/close_range.cc:220: Skipped +close_range(1, 0, flags) < 0 && errno == EINVAL + +[ SKIPPED ] CloseRangeTest.CloexecFlagTest (0 ms) +[ RUN ] CloseRangeTest.UnshareFlagTest +[ OK ] CloseRangeTest.UnshareFlagTest (1 ms) +[ RUN ] CloseRangeTest.UnshareFlagAndCloseRangeAtStart +[ OK ] CloseRangeTest.UnshareFlagAndCloseRangeAtStart (1 ms) +[ RUN ] CloseRangeTest.UnshareFlagAndCloseRangeAtEnd +[ OK ] CloseRangeTest.UnshareFlagAndCloseRangeAtEnd (1 ms) +[ RUN ] CloseRangeTest.CloexecAndUnshareFlagTest +test/syscalls/linux/close_range.cc:325: Skipped +close_range(1, 0, flags) < 0 && errno == EINVAL + +[ SKIPPED ] CloseRangeTest.CloexecAndUnshareFlagTest (0 ms) +[ RUN ] CloseRangeTest.RangeFirstGreaterThanLast +[ OK ] CloseRangeTest.RangeFirstGreaterThanLast (0 ms) +[ RUN ] CloseRangeTest.RangeMaxLast +[ OK ] CloseRangeTest.RangeMaxLast (1 ms) +[ RUN ] CloseRangeTest.InvalidFlags +[ OK ] CloseRangeTest.InvalidFlags (0 ms) +[ RUN ] CloseRangeTest.ConcurrentCalls +[ OK ] CloseRangeTest.ConcurrentCalls (4 ms) +[----------] 14 tests from CloseRangeTest (16 ms total) + +[----------] Global test environment tear-down +[==========] 14 tests from 1 test suite ran. (16 ms total) +[ PASSED ] 12 tests. +[ SKIPPED ] 2 tests, listed below: +[ SKIPPED ] CloseRangeTest.CloexecFlagTest +[ SKIPPED ] CloseRangeTest.CloexecAndUnshareFlagTest +Failed to match any benchmarks against regex: . diff --git a/logs/group_2/concurrency_test.log b/logs/group_2/concurrency_test.log new file mode 100644 index 0000000..adb6ff6 --- /dev/null +++ b/logs/group_2/concurrency_test.log @@ -0,0 +1,10 @@ +[==========] Running 3 tests from 1 test suite. +[----------] Global test environment set-up. +[----------] 3 tests from ConcurrencyTest +[ RUN ] ConcurrencyTest.SingleProcessMultithreaded +[ OK ] ConcurrencyTest.SingleProcessMultithreaded (1000 ms) +[ RUN ] ConcurrencyTest.MultiProcessMultithreaded +[ OK ] ConcurrencyTest.MultiProcessMultithreaded (4677 ms) +[ RUN ] ConcurrencyTest.MultiProcessConcurrency +GVISOR_PLATFORM_SUPPORT variable undefined +Check failed: false diff --git a/logs/group_2/connect_external_test.log b/logs/group_2/connect_external_test.log new file mode 100644 index 0000000..90c27ff --- /dev/null +++ b/logs/group_2/connect_external_test.log @@ -0,0 +1,75 @@ +[==========] Running 10 tests from 2 test suites. +[----------] Global test environment set-up. +[----------] 8 tests from StreamSeqpacket/GoferStreamSeqpacketTest +[ RUN ] StreamSeqpacket/GoferStreamSeqpacketTest.Echo/0 +test/syscalls/linux/connect_external.cc:61: Failure +Expected: (val) != (nullptr), actual: NULL vs (nullptr) + +[ FAILED ] StreamSeqpacket/GoferStreamSeqpacketTest.Echo/0, where GetParam() = ("TEST_UDS_TREE", 40-byte object <01-00 00-00 00-00 00-00 F8-7F 6F-7B E6-5E 00-00 06-00 00-00 00-00 00-00 73-74 72-65 61-6D 00-00 00-00 00-00 00-00 00-00>) (0 ms) +[ RUN ] StreamSeqpacket/GoferStreamSeqpacketTest.Echo/1 +test/syscalls/linux/connect_external.cc:61: Failure +Expected: (val) != (nullptr), actual: NULL vs (nullptr) + +[ FAILED ] StreamSeqpacket/GoferStreamSeqpacketTest.Echo/1, where GetParam() = ("TEST_UDS_TREE", 40-byte object <05-00 00-00 00-00 00-00 68-89 6F-7B E6-5E 00-00 09-00 00-00 00-00 00-00 73-65 71-70 61-63 6B-65 74-00 00-00 00-00 00-00>) (0 ms) +[ RUN ] StreamSeqpacket/GoferStreamSeqpacketTest.Echo/2 +test/syscalls/linux/connect_external.cc:61: Failure +Expected: (val) != (nullptr), actual: NULL vs (nullptr) + +[ FAILED ] StreamSeqpacket/GoferStreamSeqpacketTest.Echo/2, where GetParam() = ("TEST_UDS_ATTACH_TREE", 40-byte object <01-00 00-00 00-00 00-00 98-8C 6F-7B E6-5E 00-00 06-00 00-00 00-00 00-00 73-74 72-65 61-6D 00-00 00-00 00-00 00-00 00-00>) (0 ms) +[ RUN ] StreamSeqpacket/GoferStreamSeqpacketTest.Echo/3 +test/syscalls/linux/connect_external.cc:61: Failure +Expected: (val) != (nullptr), actual: NULL vs (nullptr) + +[ FAILED ] StreamSeqpacket/GoferStreamSeqpacketTest.Echo/3, where GetParam() = ("TEST_UDS_ATTACH_TREE", 40-byte object <05-00 00-00 00-00 00-00 E8-8F 6F-7B E6-5E 00-00 09-00 00-00 00-00 00-00 73-65 71-70 61-63 6B-65 74-00 00-00 00-00 00-00>) (0 ms) +[ RUN ] StreamSeqpacket/GoferStreamSeqpacketTest.NonListening/0 +test/syscalls/linux/connect_external.cc:97: Failure +Expected: (val) != (nullptr), actual: NULL vs (nullptr) + +[ FAILED ] StreamSeqpacket/GoferStreamSeqpacketTest.NonListening/0, where GetParam() = ("TEST_UDS_TREE", 40-byte object <01-00 00-00 00-00 00-00 E8-8F 6F-7B E6-5E 00-00 06-00 00-00 00-00 00-00 73-74 72-65 61-6D 00-65 74-00 00-00 00-00 00-00>) (0 ms) +[ RUN ] StreamSeqpacket/GoferStreamSeqpacketTest.NonListening/1 +test/syscalls/linux/connect_external.cc:97: Failure +Expected: (val) != (nullptr), actual: NULL vs (nullptr) + +[ FAILED ] StreamSeqpacket/GoferStreamSeqpacketTest.NonListening/1, where GetParam() = ("TEST_UDS_TREE", 40-byte object <05-00 00-00 00-00 00-00 08-96 6F-7B E6-5E 00-00 09-00 00-00 00-00 00-00 73-65 71-70 61-63 6B-65 74-00 00-00 00-00 00-00>) (0 ms) +[ RUN ] StreamSeqpacket/GoferStreamSeqpacketTest.NonListening/2 +test/syscalls/linux/connect_external.cc:97: Failure +Expected: (val) != (nullptr), actual: NULL vs (nullptr) + +[ FAILED ] StreamSeqpacket/GoferStreamSeqpacketTest.NonListening/2, where GetParam() = ("TEST_UDS_ATTACH_TREE", 40-byte object <01-00 00-00 00-00 00-00 D8-98 6F-7B E6-5E 00-00 06-00 00-00 00-00 00-00 73-74 72-65 61-6D 00-00 00-00 00-00 00-00 00-00>) (0 ms) +[ RUN ] StreamSeqpacket/GoferStreamSeqpacketTest.NonListening/3 +test/syscalls/linux/connect_external.cc:97: Failure +Expected: (val) != (nullptr), actual: NULL vs (nullptr) + +[ FAILED ] StreamSeqpacket/GoferStreamSeqpacketTest.NonListening/3, where GetParam() = ("TEST_UDS_ATTACH_TREE", 40-byte object <05-00 00-00 00-00 00-00 A8-9B 6F-7B E6-5E 00-00 09-00 00-00 00-00 00-00 73-65 71-70 61-63 6B-65 74-00 00-00 00-00 00-00>) (0 ms) +[----------] 8 tests from StreamSeqpacket/GoferStreamSeqpacketTest (0 ms total) + +[----------] 2 tests from Dgram/GoferDgramTest +[ RUN ] Dgram/GoferDgramTest.Null/0 +test/syscalls/linux/connect_external.cc:132: Failure +Expected: (val) != (nullptr), actual: NULL vs (nullptr) + +[ FAILED ] Dgram/GoferDgramTest.Null/0, where GetParam() = "TEST_UDS_TREE" (0 ms) +[ RUN ] Dgram/GoferDgramTest.Null/1 +test/syscalls/linux/connect_external.cc:132: Failure +Expected: (val) != (nullptr), actual: NULL vs (nullptr) + +[ FAILED ] Dgram/GoferDgramTest.Null/1, where GetParam() = "TEST_UDS_ATTACH_TREE" (0 ms) +[----------] 2 tests from Dgram/GoferDgramTest (0 ms total) + +[----------] Global test environment tear-down +[==========] 10 tests from 2 test suites ran. (0 ms total) +[ PASSED ] 0 tests. +[ FAILED ] 10 tests, listed below: +[ FAILED ] StreamSeqpacket/GoferStreamSeqpacketTest.Echo/0, where GetParam() = ("TEST_UDS_TREE", 40-byte object <01-00 00-00 00-00 00-00 F8-7F 6F-7B E6-5E 00-00 06-00 00-00 00-00 00-00 73-74 72-65 61-6D 00-00 00-00 00-00 00-00 00-00>) +[ FAILED ] StreamSeqpacket/GoferStreamSeqpacketTest.Echo/1, where GetParam() = ("TEST_UDS_TREE", 40-byte object <05-00 00-00 00-00 00-00 68-89 6F-7B E6-5E 00-00 09-00 00-00 00-00 00-00 73-65 71-70 61-63 6B-65 74-00 00-00 00-00 00-00>) +[ FAILED ] StreamSeqpacket/GoferStreamSeqpacketTest.Echo/2, where GetParam() = ("TEST_UDS_ATTACH_TREE", 40-byte object <01-00 00-00 00-00 00-00 98-8C 6F-7B E6-5E 00-00 06-00 00-00 00-00 00-00 73-74 72-65 61-6D 00-00 00-00 00-00 00-00 00-00>) +[ FAILED ] StreamSeqpacket/GoferStreamSeqpacketTest.Echo/3, where GetParam() = ("TEST_UDS_ATTACH_TREE", 40-byte object <05-00 00-00 00-00 00-00 E8-8F 6F-7B E6-5E 00-00 09-00 00-00 00-00 00-00 73-65 71-70 61-63 6B-65 74-00 00-00 00-00 00-00>) +[ FAILED ] StreamSeqpacket/GoferStreamSeqpacketTest.NonListening/0, where GetParam() = ("TEST_UDS_TREE", 40-byte object <01-00 00-00 00-00 00-00 E8-8F 6F-7B E6-5E 00-00 06-00 00-00 00-00 00-00 73-74 72-65 61-6D 00-65 74-00 00-00 00-00 00-00>) +[ FAILED ] StreamSeqpacket/GoferStreamSeqpacketTest.NonListening/1, where GetParam() = ("TEST_UDS_TREE", 40-byte object <05-00 00-00 00-00 00-00 08-96 6F-7B E6-5E 00-00 09-00 00-00 00-00 00-00 73-65 71-70 61-63 6B-65 74-00 00-00 00-00 00-00>) +[ FAILED ] StreamSeqpacket/GoferStreamSeqpacketTest.NonListening/2, where GetParam() = ("TEST_UDS_ATTACH_TREE", 40-byte object <01-00 00-00 00-00 00-00 D8-98 6F-7B E6-5E 00-00 06-00 00-00 00-00 00-00 73-74 72-65 61-6D 00-00 00-00 00-00 00-00 00-00>) +[ FAILED ] StreamSeqpacket/GoferStreamSeqpacketTest.NonListening/3, where GetParam() = ("TEST_UDS_ATTACH_TREE", 40-byte object <05-00 00-00 00-00 00-00 A8-9B 6F-7B E6-5E 00-00 09-00 00-00 00-00 00-00 73-65 71-70 61-63 6B-65 74-00 00-00 00-00 00-00>) +[ FAILED ] Dgram/GoferDgramTest.Null/0, where GetParam() = "TEST_UDS_TREE" +[ FAILED ] Dgram/GoferDgramTest.Null/1, where GetParam() = "TEST_UDS_ATTACH_TREE" + +10 FAILED TESTS +Failed to match any benchmarks against regex: . diff --git a/logs/group_2/creat_test.log b/logs/group_2/creat_test.log new file mode 100644 index 0000000..3d987d8 --- /dev/null +++ b/logs/group_2/creat_test.log @@ -0,0 +1,15 @@ +[==========] Running 3 tests from 1 test suite. +[----------] Global test environment set-up. +[----------] 3 tests from CreatTest +[ RUN ] CreatTest.CreatCreatesNewFile +[ OK ] CreatTest.CreatCreatesNewFile (0 ms) +[ RUN ] CreatTest.CreatTruncatesExistingFile +[ OK ] CreatTest.CreatTruncatesExistingFile (0 ms) +[ RUN ] CreatTest.CreatWithNameTooLong +[ OK ] CreatTest.CreatWithNameTooLong (0 ms) +[----------] 3 tests from CreatTest (0 ms total) + +[----------] Global test environment tear-down +[==========] 3 tests from 1 test suite ran. (0 ms total) +[ PASSED ] 3 tests. +Failed to match any benchmarks against regex: . diff --git a/logs/group_2/deleted_test.log b/logs/group_2/deleted_test.log new file mode 100644 index 0000000..dd15802 --- /dev/null +++ b/logs/group_2/deleted_test.log @@ -0,0 +1,19 @@ +[==========] Running 5 tests from 1 test suite. +[----------] Global test environment set-up. +[----------] 5 tests from DeletedTest +[ RUN ] DeletedTest.Utime +[ OK ] DeletedTest.Utime (0 ms) +[ RUN ] DeletedTest.Chmod +[ OK ] DeletedTest.Chmod (0 ms) +[ RUN ] DeletedTest.Truncate +[ OK ] DeletedTest.Truncate (0 ms) +[ RUN ] DeletedTest.Fallocate +[ OK ] DeletedTest.Fallocate (0 ms) +[ RUN ] DeletedTest.Replace +[ OK ] DeletedTest.Replace (0 ms) +[----------] 5 tests from DeletedTest (0 ms total) + +[----------] Global test environment tear-down +[==========] 5 tests from 1 test suite ran. (1 ms total) +[ PASSED ] 5 tests. +Failed to match any benchmarks against regex: . diff --git a/logs/group_2/dev_test.log b/logs/group_2/dev_test.log new file mode 100644 index 0000000..1e60172 --- /dev/null +++ b/logs/group_2/dev_test.log @@ -0,0 +1,43 @@ +[==========] Running 17 tests from 1 test suite. +[----------] Global test environment set-up. +[----------] 17 tests from DevTest +[ RUN ] DevTest.LseekDevUrandom +[ OK ] DevTest.LseekDevUrandom (0 ms) +[ RUN ] DevTest.LseekDevNull +[ OK ] DevTest.LseekDevNull (0 ms) +[ RUN ] DevTest.LseekDevZero +[ OK ] DevTest.LseekDevZero (0 ms) +[ RUN ] DevTest.LseekDevFull +[ OK ] DevTest.LseekDevFull (0 ms) +[ RUN ] DevTest.LseekDevNullFreshFile +[ OK ] DevTest.LseekDevNullFreshFile (0 ms) +[ RUN ] DevTest.OpenTruncate +[ OK ] DevTest.OpenTruncate (0 ms) +[ RUN ] DevTest.Pread64DevNull +[ OK ] DevTest.Pread64DevNull (0 ms) +[ RUN ] DevTest.Pread64DevZero +[ OK ] DevTest.Pread64DevZero (0 ms) +[ RUN ] DevTest.Pread64DevFull +[ OK ] DevTest.Pread64DevFull (0 ms) +[ RUN ] DevTest.ReadDevNull +[ OK ] DevTest.ReadDevNull (0 ms) +[ RUN ] DevTest.ReadDevZero +[ OK ] DevTest.ReadDevZero (0 ms) +[ RUN ] DevTest.WriteDevNull +[ OK ] DevTest.WriteDevNull (0 ms) +[ RUN ] DevTest.WriteDevZero +[ OK ] DevTest.WriteDevZero (0 ms) +[ RUN ] DevTest.WriteDevFull +[ OK ] DevTest.WriteDevFull (0 ms) +[ RUN ] DevTest.TTYExists +[ OK ] DevTest.TTYExists (0 ms) +[ RUN ] DevTest.OpenDevFuse +[ OK ] DevTest.OpenDevFuse (0 ms) +[ RUN ] DevTest.ReadDevFuseWithoutMount +[ OK ] DevTest.ReadDevFuseWithoutMount (0 ms) +[----------] 17 tests from DevTest (0 ms total) + +[----------] Global test environment tear-down +[==========] 17 tests from 1 test suite ran. (0 ms total) +[ PASSED ] 17 tests. +Failed to match any benchmarks against regex: . diff --git a/logs/group_2/dup_test.log b/logs/group_2/dup_test.log new file mode 100644 index 0000000..4fb91c0 --- /dev/null +++ b/logs/group_2/dup_test.log @@ -0,0 +1,39 @@ +[==========] Running 11 tests from 2 test suites. +[----------] Global test environment set-up. +[----------] 10 tests from DupTest +[ RUN ] DupTest.Dup +[ OK ] DupTest.Dup (0 ms) +[ RUN ] DupTest.DupClearsCloExec +[ OK ] DupTest.DupClearsCloExec (0 ms) +[ RUN ] DupTest.DupWithOpath +[ OK ] DupTest.DupWithOpath (0 ms) +[ RUN ] DupTest.Dup2 +[ OK ] DupTest.Dup2 (0 ms) +[ RUN ] DupTest.Rlimit +[ OK ] DupTest.Rlimit (0 ms) +[ RUN ] DupTest.Dup2SameFD +[ OK ] DupTest.Dup2SameFD (0 ms) +[ RUN ] DupTest.Dup2WithOpath +[ OK ] DupTest.Dup2WithOpath (0 ms) +[ RUN ] DupTest.Dup3 +[ OK ] DupTest.Dup3 (0 ms) +[ RUN ] DupTest.Dup3FailsSameFD +[ OK ] DupTest.Dup3FailsSameFD (0 ms) +[ RUN ] DupTest.Dup3WithOpath +[ OK ] DupTest.Dup3WithOpath (0 ms) +[----------] 10 tests from DupTest (2 ms total) + +[----------] 1 test from RlimitTest +[ RUN ] RlimitTest.DupLimitedByNROpenSysctl +test/syscalls/linux/dup.cc:147: Skipped +!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_SYS_RESOURCE)) + +[ SKIPPED ] RlimitTest.DupLimitedByNROpenSysctl (0 ms) +[----------] 1 test from RlimitTest (0 ms total) + +[----------] Global test environment tear-down +[==========] 11 tests from 2 test suites ran. (2 ms total) +[ PASSED ] 10 tests. +[ SKIPPED ] 1 test, listed below: +[ SKIPPED ] RlimitTest.DupLimitedByNROpenSysctl +Failed to match any benchmarks against regex: . diff --git a/logs/group_2/epoll_test.log b/logs/group_2/epoll_test.log new file mode 100644 index 0000000..584025a --- /dev/null +++ b/logs/group_2/epoll_test.log @@ -0,0 +1,51 @@ +[==========] Running 21 tests from 1 test suite. +[----------] Global test environment set-up. +[----------] 21 tests from EpollTest +[ RUN ] EpollTest.AllWritable +[ OK ] EpollTest.AllWritable (0 ms) +[ RUN ] EpollTest.LastReadable +[ OK ] EpollTest.LastReadable (0 ms) +[ RUN ] EpollTest.LastNonWritable +[ OK ] EpollTest.LastNonWritable (0 ms) +[ RUN ] EpollTest.Timeout +[ OK ] EpollTest.Timeout (200 ms) +[ RUN ] EpollTest.EpollPwait2Timeout +[ OK ] EpollTest.EpollPwait2Timeout (200 ms) +[ RUN ] EpollTest.WaitThenUnblock +[ OK ] EpollTest.WaitThenUnblock (200 ms) +[ RUN ] EpollTest.UnblockWithSignal +[ OK ] EpollTest.UnblockWithSignal (200 ms) +[ RUN ] EpollTest.TimeoutNoFds +[ OK ] EpollTest.TimeoutNoFds (100 ms) +[ RUN ] EpollTest.UnblockWithNewFD +[ OK ] EpollTest.UnblockWithNewFD (200 ms) +[ RUN ] EpollTest.Oneshot +[ OK ] EpollTest.Oneshot (100 ms) +[ RUN ] EpollTest.DoubleEpollOneShot +[ OK ] EpollTest.DoubleEpollOneShot (139 ms) +[ RUN ] EpollTest.EdgeTriggered +[ OK ] EpollTest.EdgeTriggered (200 ms) +[ RUN ] EpollTest.OneshotAndEdgeTriggered +[ OK ] EpollTest.OneshotAndEdgeTriggered (200 ms) +[ RUN ] EpollTest.CycleOfOneDisallowed +[ OK ] EpollTest.CycleOfOneDisallowed (0 ms) +[ RUN ] EpollTest.CycleOfThreeDisallowed +[ OK ] EpollTest.CycleOfThreeDisallowed (0 ms) +[ RUN ] EpollTest.CloseFile +[ OK ] EpollTest.CloseFile (100 ms) +[ RUN ] EpollTest.PipeReaderHupAfterWriterClosed +[ OK ] EpollTest.PipeReaderHupAfterWriterClosed (0 ms) +[ RUN ] EpollTest.PipeWriterErrAfterReaderClosed +[ OK ] EpollTest.PipeWriterErrAfterReaderClosed (0 ms) +[ RUN ] EpollTest.DoubleLayerEpoll +[ OK ] EpollTest.DoubleLayerEpoll (2000 ms) +[ RUN ] EpollTest.RegularFiles +[ OK ] EpollTest.RegularFiles (1 ms) +[ RUN ] EpollTest.ReadyMutexCircularity +[ OK ] EpollTest.ReadyMutexCircularity (1032 ms) +[----------] 21 tests from EpollTest (4877 ms total) + +[----------] Global test environment tear-down +[==========] 21 tests from 1 test suite ran. (4877 ms total) +[ PASSED ] 21 tests. +Failed to match any benchmarks against regex: . diff --git a/logs/group_2/eventfd_test.log b/logs/group_2/eventfd_test.log new file mode 100644 index 0000000..65fea64 --- /dev/null +++ b/logs/group_2/eventfd_test.log @@ -0,0 +1,57 @@ +[==========] Running 12 tests from 1 test suite. +[----------] Global test environment set-up. +[----------] 12 tests from EventfdTest +[ RUN ] EventfdTest.Nonblock +[ OK ] EventfdTest.Nonblock (0 ms) +[ RUN ] EventfdTest.BlockingWrite +[ OK ] EventfdTest.BlockingWrite (0 ms) +[ RUN ] EventfdTest.SmallWrite +[ OK ] EventfdTest.SmallWrite (0 ms) +[ RUN ] EventfdTest.SmallRead +[ OK ] EventfdTest.SmallRead (0 ms) +[ RUN ] EventfdTest.IllegalSeek +test/syscalls/linux/eventfd.cc:105: Skipped +!IsRunningOnGvisor() + +[ SKIPPED ] EventfdTest.IllegalSeek (0 ms) +[ RUN ] EventfdTest.IllegalPread +[ OK ] EventfdTest.IllegalPread (0 ms) +[ RUN ] EventfdTest.IllegalPwrite +[ OK ] EventfdTest.IllegalPwrite (0 ms) +[ RUN ] EventfdTest.BigWrite +test/syscalls/linux/eventfd.cc:129: Failure +Value of: write(efd.get(), big, sizeof(big)) +Expected: not -1 (success) + Actual: -1 (of type long), with errno PosixError(errno=22 Invalid argument) + +[ FAILED ] EventfdTest.BigWrite (1 ms) +[ RUN ] EventfdTest.BigRead +[ OK ] EventfdTest.BigRead (0 ms) +[ RUN ] EventfdTest.BigWriteBigRead +test/syscalls/linux/eventfd.cc:150: Failure +Value of: write(efd.get(), l, sizeof(l)) +Expected: not -1 (success) + Actual: -1 (of type long), with errno PosixError(errno=22 Invalid argument) + +[ FAILED ] EventfdTest.BigWriteBigRead (0 ms) +[ RUN ] EventfdTest.NotifyNonZero +[ OK ] EventfdTest.NotifyNonZero (5000 ms) +[ RUN ] EventfdTest.SpliceReturnsEINVAL +test/syscalls/linux/eventfd.cc:199: Skipped +!IsRunningOnGvisor() + +[ SKIPPED ] EventfdTest.SpliceReturnsEINVAL (0 ms) +[----------] 12 tests from EventfdTest (5002 ms total) + +[----------] Global test environment tear-down +[==========] 12 tests from 1 test suite ran. (5002 ms total) +[ PASSED ] 8 tests. +[ SKIPPED ] 2 tests, listed below: +[ SKIPPED ] EventfdTest.IllegalSeek +[ SKIPPED ] EventfdTest.SpliceReturnsEINVAL +[ FAILED ] 2 tests, listed below: +[ FAILED ] EventfdTest.BigWrite +[ FAILED ] EventfdTest.BigWriteBigRead + + 2 FAILED TESTS +Failed to match any benchmarks against regex: . diff --git a/logs/group_2/exceptions_test.log b/logs/group_2/exceptions_test.log new file mode 100644 index 0000000..7a00d1f --- /dev/null +++ b/logs/group_2/exceptions_test.log @@ -0,0 +1,28 @@ +[==========] Running 14 tests from 1 test suite. +[----------] Global test environment set-up. +[----------] 14 tests from ExceptionTest +[ RUN ] ExceptionTest.Halt +[ OK ] ExceptionTest.Halt (1152 ms) +[ RUN ] ExceptionTest.DivideByZero +[ OK ] ExceptionTest.DivideByZero (1197 ms) +[ RUN ] ExceptionTest.X87DivideByZeroMasked +[ OK ] ExceptionTest.X87DivideByZeroMasked (0 ms) +[ RUN ] ExceptionTest.X87DivideByZeroUnmasked +[ OK ] ExceptionTest.X87DivideByZeroUnmasked (1194 ms) +[ RUN ] ExceptionTest.X87StatusClobber +[ OK ] ExceptionTest.X87StatusClobber (1132 ms) +[ RUN ] ExceptionTest.SSEDivideByZeroMasked +[ OK ] ExceptionTest.SSEDivideByZeroMasked (0 ms) +[ RUN ] ExceptionTest.SSEDivideByZeroUnmasked +[ OK ] ExceptionTest.SSEDivideByZeroUnmasked (1169 ms) +[ RUN ] ExceptionTest.SSEStatusClobber +[ OK ] ExceptionTest.SSEStatusClobber (0 ms) +[ RUN ] ExceptionTest.IOAccessFault +[ OK ] ExceptionTest.IOAccessFault (7226 ms) +[ RUN ] ExceptionTest.Alignment +[ OK ] ExceptionTest.Alignment (0 ms) +[ RUN ] ExceptionTest.AlignmentHalt +[ OK ] ExceptionTest.AlignmentHalt (1176 ms) +[ RUN ] ExceptionTest.AlignmentCheck +GVISOR_PLATFORM_SUPPORT variable undefined +Check failed: false