Re: [PATCH v2] kcsan: Add test suite

2020-05-06 Thread Paul E. McKenney
On Tue, May 05, 2020 at 08:28:21PM +0200, Marco Elver wrote: > This adds KCSAN test focusing on behaviour of the integrated runtime. > Tests various race scenarios, and verifies the reports generated to > console. Makes use of KUnit for test organization, and the Torture > framework for test thread

Re: [PATCH v2] kcsan: Add test suite

2020-05-06 Thread Marco Elver
On Wed, 6 May 2020 at 06:45, David Gow wrote: > > On Wed, May 6, 2020 at 2:30 AM Marco Elver wrote: > > > > This adds KCSAN test focusing on behaviour of the integrated runtime. > > Tests various race scenarios, and verifies the reports generated to > > console. Makes use of KUnit for test organi

Re: [PATCH v2] kcsan: Add test suite

2020-05-05 Thread David Gow
On Wed, May 6, 2020 at 2:30 AM Marco Elver wrote: > > This adds KCSAN test focusing on behaviour of the integrated runtime. > Tests various race scenarios, and verifies the reports generated to > console. Makes use of KUnit for test organization, and the Torture > framework for test thread control

[PATCH v2] kcsan: Add test suite

2020-05-05 Thread Marco Elver
This adds KCSAN test focusing on behaviour of the integrated runtime. Tests various race scenarios, and verifies the reports generated to console. Makes use of KUnit for test organization, and the Torture framework for test thread control. Signed-off-by: Marco Elver --- v2: * Add necessary precon