From 378c18e5f024ac5a8aef4cb40d7c9aa9633d144c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:30:35 +0200 Subject: Adding upstream version 2.38.1. Signed-off-by: Daniel Baumann --- tests/expected/schedutils/chrt | 0 tests/expected/schedutils/chrt-batch | 2 ++ tests/expected/schedutils/chrt-deadline | 9 ++++++++ tests/expected/schedutils/chrt-fifo | 4 ++++ tests/expected/schedutils/chrt-idle | 2 ++ .../schedutils/chrt-non-root-batch-vs-nice | 3 +++ tests/expected/schedutils/chrt-other | 2 ++ tests/expected/schedutils/chrt-rr | 4 ++++ tests/expected/schedutils/cpuset | 24 ++++++++++++++++++++++ 9 files changed, 50 insertions(+) create mode 100644 tests/expected/schedutils/chrt create mode 100644 tests/expected/schedutils/chrt-batch create mode 100644 tests/expected/schedutils/chrt-deadline create mode 100644 tests/expected/schedutils/chrt-fifo create mode 100644 tests/expected/schedutils/chrt-idle create mode 100644 tests/expected/schedutils/chrt-non-root-batch-vs-nice create mode 100644 tests/expected/schedutils/chrt-other create mode 100644 tests/expected/schedutils/chrt-rr create mode 100644 tests/expected/schedutils/cpuset (limited to 'tests/expected/schedutils') diff --git a/tests/expected/schedutils/chrt b/tests/expected/schedutils/chrt new file mode 100644 index 0000000..e69de29 diff --git a/tests/expected/schedutils/chrt-batch b/tests/expected/schedutils/chrt-batch new file mode 100644 index 0000000..f94fc6f --- /dev/null +++ b/tests/expected/schedutils/chrt-batch @@ -0,0 +1,2 @@ +SCHED_BATCH +0 diff --git a/tests/expected/schedutils/chrt-deadline b/tests/expected/schedutils/chrt-deadline new file mode 100644 index 0000000..33d5527 --- /dev/null +++ b/tests/expected/schedutils/chrt-deadline @@ -0,0 +1,9 @@ +SCHED_DEADLINE +0 +'s current runtime/deadline/period parameters: 13000/13000/13000 +SCHED_DEADLINE +0 +'s current runtime/deadline/period parameters: 12000/12000/13000 +SCHED_DEADLINE +0 +'s current runtime/deadline/period parameters: 10000/12000/13000 diff --git a/tests/expected/schedutils/chrt-fifo b/tests/expected/schedutils/chrt-fifo new file mode 100644 index 0000000..4cfa07f --- /dev/null +++ b/tests/expected/schedutils/chrt-fifo @@ -0,0 +1,4 @@ +SCHED_FIFO +1 +SCHED_FIFO +99 diff --git a/tests/expected/schedutils/chrt-idle b/tests/expected/schedutils/chrt-idle new file mode 100644 index 0000000..42a43cb --- /dev/null +++ b/tests/expected/schedutils/chrt-idle @@ -0,0 +1,2 @@ +SCHED_IDLE +0 diff --git a/tests/expected/schedutils/chrt-non-root-batch-vs-nice b/tests/expected/schedutils/chrt-non-root-batch-vs-nice new file mode 100644 index 0000000..06cf51a --- /dev/null +++ b/tests/expected/schedutils/chrt-non-root-batch-vs-nice @@ -0,0 +1,3 @@ + (process ID) old priority 0, new priority 5 +SCHED_BATCH +0 diff --git a/tests/expected/schedutils/chrt-other b/tests/expected/schedutils/chrt-other new file mode 100644 index 0000000..07013ea --- /dev/null +++ b/tests/expected/schedutils/chrt-other @@ -0,0 +1,2 @@ +SCHED_OTHER +0 diff --git a/tests/expected/schedutils/chrt-rr b/tests/expected/schedutils/chrt-rr new file mode 100644 index 0000000..b5ee90d --- /dev/null +++ b/tests/expected/schedutils/chrt-rr @@ -0,0 +1,4 @@ +SCHED_RR +1 +SCHED_RR +99 diff --git a/tests/expected/schedutils/cpuset b/tests/expected/schedutils/cpuset new file mode 100644 index 0000000..10e1760 --- /dev/null +++ b/tests/expected/schedutils/cpuset @@ -0,0 +1,24 @@ +masks: +0x00000001 = 1 [0] +0x00000002 = 2 [1] +0x00000003 = 3 [0,1] +0x00000004 = 4 [2] +0x00000005 = 5 [0,2] +0x00000006 = 6 [1,2] +0x00000007 = 7 [0-2] +0x00000008 = 8 [3] +0x00000009 = 9 [0,3] +0x00005555 = 5555 [0,2,4,6,8,10,12,14] +0x00007777 = 7777 [0-2,4-6,8-10,12-14] +strings: +0 = 1 [0] +1 = 2 [1] +0,1 = 3 [0,1] +2 = 4 [2] +0,2 = 5 [0,2] +1,2 = 6 [1,2] +0-2 = 7 [0-2] +3 = 8 [3] +0,3 = 9 [0,3] +0,2,4,6,8,10,12,14 = 5555 [0,2,4,6,8,10,12,14] +0-2,4-6,8-10,12-14 = 7777 [0-2,4-6,8-10,12-14] -- cgit v1.2.3