aboutsummaryrefslogtreecommitdiff
path: root/special-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'special-tests.sh')
-rwxr-xr-xspecial-tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/special-tests.sh b/special-tests.sh
index 69165cd..6cd5537 100755
--- a/special-tests.sh
+++ b/special-tests.sh
@@ -15,6 +15,7 @@ source cpu.sh
source cpufreq.sh
source governor.sh
+# Test 1
quick_shuffle()
{
# this is called concurrently from governor_race
@@ -37,6 +38,7 @@ governor_race()
done
}
+# Test 2
# $1: cpu
__simple_lockdep()
{
@@ -64,6 +66,7 @@ simple_lockdep()
for_each_cpu __simple_lockdep
}
+# Test 3
# $1: cpu
hotplug_with_updates_cpu()
{