.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /****************************************************************************** |
---|
2 | 3 | * |
---|
3 | 4 | * Copyright FUJITSU LIMITED 2010 |
---|
4 | 5 | * Copyright KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify |
---|
7 | | - * it under the terms of the GNU General Public License as published by |
---|
8 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
9 | | - * (at your option) any later version. |
---|
10 | 6 | * |
---|
11 | 7 | * DESCRIPTION |
---|
12 | 8 | * Wait on uninitialized heap. It shold be zero and FUTEX_WAIT should |
---|
.. | .. |
---|
100 | 96 | } |
---|
101 | 97 | |
---|
102 | 98 | ksft_print_header(); |
---|
| 99 | + ksft_set_plan(1); |
---|
103 | 100 | ksft_print_msg("%s: Test the uninitialized futex value in FUTEX_WAIT\n", |
---|
104 | 101 | basename(argv[0])); |
---|
105 | 102 | |
---|