Print this page
11837 tests/pf_key/acquire-compare is racy
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/test/os-tests/runfiles/default.run
+++ new/usr/src/test/os-tests/runfiles/default.run
1 1 #
2 2 # This file and its contents are supplied under the terms of the
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 4 # You may only use this file in accordance with the terms of version
5 5 # 1.0 of the CDDL.
6 6 #
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet at
9 9 # http://www.illumos.org/license/CDDL.
10 10 #
11 11
12 12 #
13 13 # Copyright (c) 2012 by Delphix. All rights reserved.
14 14 # Copyright 2019 Joyent, Inc.
15 15 #
16 16
17 17 [DEFAULT]
18 18 pre =
19 19 verbose = False
20 20 quiet = False
21 21 timeout = 60
22 22 post =
23 23 outputdir = /var/tmp/test_results
24 24
25 25 [/opt/os-tests/tests/poll_test]
26 26 user = root
27 27 tests = ['poll_test', 'epoll_test']
28 28
29 29 [/opt/os-tests/tests/secflags]
30 30 user = root
31 31 tests = ['secflags_aslr',
32 32 'secflags_core',
33 33 'secflags_dts',
34 34 'secflags_elfdump',
35 35 'secflags_forbidnullmap',
36 36 'secflags_limits',
37 37 'secflags_noexecstack',
38 38 'secflags_proc',
39 39 'secflags_psecflags',
40 40 'secflags_syscall',
41 41 'secflags_truss',
42 42 'secflags_zonecfg']
43 43
44 44 [/opt/os-tests/tests/sigqueue]
45 45 tests = ['sigqueue_queue_size']
46 46
47 47 [/opt/os-tests/tests/sdevfs]
48 48 user = root
49 49 tests = ['sdevfs_eisdir']
50 50
51 51 [/opt/os-tests/tests/stress]
52 52 user = root
53 53 tests = ['dladm-kstat']
↓ open down ↓ |
53 lines elided |
↑ open up ↑ |
54 54
55 55 [/opt/os-tests/tests/file-locking]
56 56 tests = ['runtests.32', 'runtests.64']
57 57
58 58 [/opt/os-tests/tests/sockfs]
59 59 user = root
60 60 tests = ['conn', 'dgram', 'drop_priv', 'nosignal', 'sockpair']
61 61
62 62 [/opt/os-tests/tests/pf_key]
63 63 user = root
64 +timeout = 180
64 65 tests = ['acquire-compare', 'acquire-spray']
65 66
66 67 [/opt/os-tests/tests/ddi_ufm]
67 68 user = root
68 69 tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup']
69 70
70 71 [/opt/os-tests/tests/i386]
71 72 user = root
72 73 arch = i86pc
73 74 timeout = 300
74 75 tests = ['ldt', 'badseg']
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX