blob: 9ebb68bcbd9910113671e1510fdd4bf9f5bc720b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
socket: 0.302
other: 0.160
semantic: 0.099
graphic: 0.079
device: 0.056
network: 0.053
files: 0.050
performance: 0.038
PID: 0.036
debug: 0.033
vnc: 0.031
boot: 0.024
permissions: 0.023
KVM: 0.016
socket: 0.440
debug: 0.148
files: 0.135
other: 0.061
network: 0.045
performance: 0.040
semantic: 0.038
PID: 0.028
device: 0.019
boot: 0.014
permissions: 0.010
graphic: 0.010
vnc: 0.007
KVM: 0.003
test-char not concurrent with unix socket
'make check-unit' might fail when running multiple tests in parallel.
Apparently occurred on OSX CI:
https://travis-ci.org/github/philmd/qemu/jobs/662357430
Guess is same unix path used:
static SocketAddress unixaddr = {
.type = SOCKET_ADDRESS_TYPE_UNIX,
.u.q_unix.path = (char *)"test-char.sock",
};
Note, other tests in this file use g_dir_make_tmp().
The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now.
If you still think this bug report here is valid, then please switch the state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Or mark it as "Fix Released" if the problem has been solved with a newer version of QEMU already. Thank you and sorry for the inconvenience.
[Expired for QEMU because there has been no activity for 60 days.]
|