summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/IMPL
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aslts/src/runtime/collections/IMPL')
-rw-r--r--tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/RUN.asl2
-rw-r--r--tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobdecl.asl2
-rw-r--r--tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobexceptions.asl2
-rw-r--r--tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobexec.asl10
-rw-r--r--tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobmisc.asl2
5 files changed, 9 insertions, 9 deletions
diff --git a/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/RUN.asl b/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/RUN.asl
index 141cd3d03..d7aaf06b0 100644
--- a/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/RUN.asl
+++ b/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/RUN.asl
@@ -36,7 +36,7 @@
*/
// Run-method
-Method(DYN0)
+Method(DYN0,, Serialized)
{
Name(ts, "DYN0")
diff --git a/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobdecl.asl b/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobdecl.asl
index 5b8b1e313..6ddcd8899 100644
--- a/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobdecl.asl
+++ b/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobdecl.asl
@@ -33,7 +33,7 @@
Name(z130, 130)
// Check declarations
-Method(m373)
+Method(m373,, Serialized)
{
// The Created Objects benchmark Package
Name(pp00, Package(1) {})
diff --git a/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobexceptions.asl b/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobexceptions.asl
index 61a7dc814..000437717 100644
--- a/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobexceptions.asl
+++ b/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobexceptions.asl
@@ -33,7 +33,7 @@
Name(z132, 132)
// Check exceptions
-Method(m374)
+Method(m374,, Serialized)
{
Name(ts, "m374")
diff --git a/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobexec.asl b/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobexec.asl
index 8e68b69bc..ab152ea43 100644
--- a/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobexec.asl
+++ b/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobexec.asl
@@ -33,7 +33,7 @@
Name(z129, 129)
// The sample test
-Method(m370)
+Method(m370,, Serialized)
{
// Flag of printing
Name(pr, 0)
@@ -134,7 +134,7 @@ if (rn00) {
}
// Check simple particular operations
-Method(m371)
+Method(m371,, Serialized)
{
// Because Local0-7 all have been taken, we declare a new variable here.
Name(temp,0)
@@ -184,7 +184,7 @@ Method(m371)
// Optional Results, writing into uninitialized LocalX
// Add
- Method(m000)
+ Method(m000,, Serialized)
{
Name(pp00, Package(1) {})
Name(pp01, Package(1) {})
@@ -219,7 +219,7 @@ Method(m371)
}
// And
- Method(m001)
+ Method(m001,, Serialized)
{
Name(pp00, Package(1) {})
Name(pp01, Package(1) {})
@@ -254,7 +254,7 @@ Method(m371)
}
// Store
- Method(m002)
+ Method(m002,, Serialized)
{
Name(pp00, Package(1) {})
Name(pp01, Package(1) {})
diff --git a/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobmisc.asl b/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobmisc.asl
index e5efb98f8..5e2040353 100644
--- a/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobmisc.asl
+++ b/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobmisc.asl
@@ -32,7 +32,7 @@
Name(z140, 140)
-Method(m375)
+Method(m375,, Serialized)
{
// The Created Objects benchmark Package
Name(pp00, Package(1) {})