commit | df1cc81ba7ce80a681aa7f42cad0b9d93f677a6a | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Jan 17 22:08:09 2014 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Feb 18 12:27:24 2014 -0800 |
tree | 5e02cb91e8efa12ab2b0f8f53077e352b336cc1d | |
parent | 78ad0693233080169e5a01811bd3fcb3966f2d3f [diff] |
rcutorture: Flag tests requiring more CPUs than are available This commit adds a "(!)" flag after the number of CPUs required by a given test if that test requires more than the available number of CPUs. Note that these flags appear only when the number of CPUs is specified using the --cpus argument. In the absence of a --cpus argument, no tests are flagged. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>