summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/mt/mutex/mutex.asl
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2009-04-24 12:31:54 -0700
committerRobert Moore <Robert.Moore@intel.com>2009-04-24 12:31:54 -0700
commit7499d41f7b02c94358b1670040ee2611c92a5f88 (patch)
tree2e95ae67ebfbf65cd111393fe3c4158d35cd95ff /tests/aslts/src/runtime/collections/mt/mutex/mutex.asl
parenta3c67073f122cb3a097d628fa94aef61578d82ba (diff)
downloadacpica-7499d41f7b02c94358b1670040ee2611c92a5f88.tar.gz
Tests: Enable full multithread test.
Test can now be enabled because of a change to iASL compiler. (See ACPICA BZ 469)
Diffstat (limited to 'tests/aslts/src/runtime/collections/mt/mutex/mutex.asl')
-rw-r--r--tests/aslts/src/runtime/collections/mt/mutex/mutex.asl4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/aslts/src/runtime/collections/mt/mutex/mutex.asl b/tests/aslts/src/runtime/collections/mt/mutex/mutex.asl
index 647f70073..085f2533b 100644
--- a/tests/aslts/src/runtime/collections/mt/mutex/mutex.asl
+++ b/tests/aslts/src/runtime/collections/mt/mutex/mutex.asl
@@ -932,13 +932,11 @@ Method(mf00, 3)
} else {
Store("Mt-technique works", Debug)
}
- Store("Bug 251 (LBZ 469) is not fixed yet, it prevents these tests execution", Debug)
- Store("SUMMARY (bug 251): AE_ALREADY_EXISTS on multi-threading on Switch operator", Debug)
+
Store(0, vb04) // don't print statistics
Store(1, ctl0) // Slave threads - go!
SRMT("mt_mutex_tests")
- BLCK()
}
return
}