Cody Maloney
46f8a7bbdb
gh-127076: Ignore memory mmap in FileIO testing ( #127088 )
...
`mmap`, `munmap`, and `mprotect` are used by CPython for memory
management, which may occur in the middle of the FileIO tests. The
system calls can also be used with files, so `strace` includes them
in its `%file` and `%desc` filters.
Filter out the `mmap` system calls related to memory allocation for the
file tests. Currently FileIO doesn't do `mmap` at all, so didn't add
code to track from `mmap` through `munmap` since it wouldn't be used.
For now if an `mmap` on a fd happens, the call will be included (which
may cause test to fail), and at that time support for tracking the
address throug `munmap` could be added.
2024-11-22 15:55:32 +01:00
..
2024-11-19 22:41:59 +03:00
2024-11-22 15:55:32 +01:00
2024-11-04 14:21:20 +05:30
2024-11-20 08:11:25 -08:00
2024-11-20 12:53:43 +00:00
2024-11-01 18:35:22 +02:00
2024-11-16 18:01:52 -05:00
2024-11-21 10:41:19 -06:00
2024-11-13 21:39:10 +00:00
2024-11-05 15:53:54 -08:00
2024-11-19 12:59:19 -07:00
2024-11-09 18:47:49 +00:00
2024-11-14 12:45:08 -06:00
2024-11-13 13:52:16 +01:00
2024-11-22 16:52:16 +02:00
2024-11-14 12:45:08 -06:00
2024-11-13 08:20:38 +00:00
2024-11-12 13:01:56 +01:00
2024-11-22 16:52:16 +02:00
2024-11-20 08:18:58 -08:00
2024-11-08 14:23:50 +02:00
2024-11-19 22:40:52 +03:00
2024-11-20 17:31:50 +02:00
2024-11-11 17:05:56 +05:30
2024-11-21 13:16:08 +02:00
2024-11-12 00:16:39 +02:00
2024-11-19 17:44:53 +03:00
2024-11-04 15:00:19 +01:00
2024-11-15 11:03:06 -08:00
2024-11-08 14:23:50 +02:00
2024-11-08 14:23:50 +02:00
2024-11-04 11:13:32 -08:00
2024-11-08 15:13:18 +00:00
2024-11-18 17:45:25 +00:00
2024-11-08 15:13:18 +00:00
2024-11-07 01:12:45 +03:00
2024-11-02 00:53:29 +03:00
2024-11-12 15:59:19 +02:00
2024-11-20 16:41:20 +00:00
2024-11-07 05:23:47 +09:00
2024-11-04 11:13:32 -08:00
2024-11-22 15:55:32 +01:00
2024-11-12 13:11:58 +00:00
2024-11-19 11:25:09 +02:00
2024-11-01 08:53:03 -07:00
2024-11-21 17:37:49 -06:00
2024-11-13 22:50:46 +02:00
2024-11-12 10:11:40 +10:00
2024-11-12 14:10:10 +01:00
2024-11-15 13:48:57 +01:00
2024-11-18 20:13:20 +02:00
2024-11-21 14:43:36 +00:00
2024-11-22 07:52:16 +09:00
2024-11-12 00:16:39 +02:00
2024-11-21 15:53:52 +01:00
2024-11-01 23:10:58 +00:00
2024-11-07 08:53:02 +02:00
2024-11-21 13:15:12 +02:00
2024-11-01 18:35:22 +02:00
2024-11-15 13:52:56 +00:00
2024-11-12 15:59:19 +02:00
2024-11-19 10:42:19 -05:00
2024-11-21 14:43:36 +00:00
2024-11-18 13:43:44 +02:00
2024-11-19 09:08:42 +01:00
2024-11-07 11:07:02 +01:00
2024-11-02 20:37:21 -07:00
2024-11-04 11:13:32 -08:00
2024-11-18 09:50:40 +01:00
2024-11-04 11:13:32 -08:00
2024-11-12 17:54:13 +00:00
2024-11-19 21:19:30 +00:00
2024-11-22 04:12:50 +00:00
2024-11-19 16:01:49 +02:00
2024-11-12 21:10:29 +02:00
2024-11-12 19:08:49 +01:00
2024-11-05 15:26:36 +05:30
2024-11-02 08:27:07 +00:00