summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/complex/operand/tests
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2013-03-07 13:58:57 -0800
committerRobert Moore <Robert.Moore@intel.com>2013-03-07 13:58:57 -0800
commit85091665578f4ec2d22e51515280a892e38c7ee6 (patch)
treee7383d6287e1cc2ccf2a760ce275cd574b488d54 /tests/aslts/src/runtime/collections/complex/operand/tests
parentca5bb5c7303d04e9dab89317d64d7136fc35d971 (diff)
downloadacpica-85091665578f4ec2d22e51515280a892e38c7ee6.tar.gz
Tests/ASLTS: Fix all cases of "return value not used".
This is now an error in iASL, so must be fixed in the test suite. Chao Guan.
Diffstat (limited to 'tests/aslts/src/runtime/collections/complex/operand/tests')
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oarg/oarg.asl6
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oconst/oconst.asl12
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/olocal/olocal.asl6
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob1.asl12
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob2.asl6
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc1.asl12
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc2.asl6
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/opackageel.asl12
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed1.asl12
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed2.asl6
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/oreftopackageel.asl12
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/oreturn.asl12
12 files changed, 57 insertions, 57 deletions
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/oarg.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/oarg.asl
index acb7bbcc0..4606605f4 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/oarg.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/oarg.asl
@@ -11817,13 +11817,13 @@ Method(m617)
CH03(arg0, z121, 0, 0, 0)
- Index(m601(2, 6), arg1)
+ Store(Index(m601(2, 6), arg1), Local3)
CH04(arg0, 0, 85, z121, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), arg1)
+ Store(Index(m601(3, 6), arg1), Local3)
CH04(arg0, 0, 85, z121, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), arg1)
+ Store(Index(m601(4, 0), arg1), Local3)
CH04(arg0, 0, 85, z121, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/oconst/oconst.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oconst/oconst.asl
index 2d0edd4ec..a432a91db 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oconst/oconst.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oconst/oconst.asl
@@ -12262,13 +12262,13 @@ Method(m610)
CH03(arg0, z085, 0, 0, 0)
- Index(m601(2, 6), "B")
+ Store(Index(m601(2, 6), "B"), Local3)
CH04(arg0, 0, 85, z085, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), "B")
+ Store(Index(m601(3, 6), "B"), Local3)
CH04(arg0, 0, 85, z085, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), "B")
+ Store(Index(m601(4, 0), "B"), Local3)
CH04(arg0, 0, 85, z085, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
@@ -24200,13 +24200,13 @@ Method(m610)
CH03(arg0, z085, 0, 0, 0)
- Index(m601(2, 6), Buffer(1){0xb})
+ Store(Index(m601(2, 6), Buffer(1){0xb}), Local3)
CH04(arg0, 0, 85, z085, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), Buffer(1){0xb})
+ Store(Index(m601(3, 6), Buffer(1){0xb}), Local3)
CH04(arg0, 0, 85, z085, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), Buffer(1){0xb})
+ Store(Index(m601(4, 0), Buffer(1){0xb}), Local3)
CH04(arg0, 0, 85, z085, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/olocal/olocal.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/olocal/olocal.asl
index 3f6b0a19c..fc941c9f4 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/olocal/olocal.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/olocal/olocal.asl
@@ -12012,13 +12012,13 @@ Method(m618)
CH03(arg0, z117, 0, 0, 0)
- Index(m601(2, 6), Local1)
+ Store(Index(m601(2, 6), Local1), Local5)
CH04(arg0, 0, 85, z117, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), Local1)
+ Store(Index(m601(3, 6), Local1), Local5)
CH04(arg0, 0, 85, z117, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), Local1)
+ Store(Index(m601(4, 0), Local1), Local5)
CH04(arg0, 0, 85, z117, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob1.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob1.asl
index 9bdbabf6b..f810fee76 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob1.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob1.asl
@@ -11819,13 +11819,13 @@ Method(m611)
CH03(arg0, z086, 0, 0, 0)
- Index(m601(2, 6), s614)
+ Store(Index(m601(2, 6), s614), Local3)
CH04(arg0, 0, 85, z086, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), s614)
+ Store(Index(m601(3, 6), s614), Local3)
CH04(arg0, 0, 85, z086, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), s614)
+ Store(Index(m601(4, 0), s614), Local3)
CH04(arg0, 0, 85, z086, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
@@ -23240,13 +23240,13 @@ Method(m611)
CH03(arg0, z086, 0, 0, 0)
- Index(m601(2, 6), b60e)
+ Store(Index(m601(2, 6), b60e), Local3)
CH04(arg0, 0, 85, z086, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), b60e)
+ Store(Index(m601(3, 6), b60e), Local3)
CH04(arg0, 0, 85, z086, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), b60e)
+ Store(Index(m601(4, 0), b60e), Local3)
CH04(arg0, 0, 85, z086, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob2.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob2.asl
index 141cef622..daefb4c00 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob2.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob2.asl
@@ -11072,13 +11072,13 @@ Method(m612)
CH03(arg0, z087, 0, 0, 0)
- Index(m601(2, 6), bf74)
+ Store(Index(m601(2, 6), bf74), Local3)
CH04(arg0, 0, 85, z087, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), bf74)
+ Store(Index(m601(3, 6), bf74), Local3)
CH04(arg0, 0, 85, z087, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), bf74)
+ Store(Index(m601(4, 0), bf74), Local3)
CH04(arg0, 0, 85, z087, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc1.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc1.asl
index 37ae036d2..d5bf2f822 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc1.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc1.asl
@@ -12014,13 +12014,13 @@ Method(m613)
CH03(arg0, z088, 0, 0, 0)
- Index(m601(2, 6), s614)
+ Store(Index(m601(2, 6), s614), Local3)
CH04(arg0, 0, 85, z088, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), s614)
+ Store(Index(m601(3, 6), s614), Local3)
CH04(arg0, 0, 85, z088, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), s614)
+ Store(Index(m601(4, 0), s614), Local3)
CH04(arg0, 0, 85, z088, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
@@ -23630,13 +23630,13 @@ Method(m613)
CH03(arg0, z088, 0, 0, 0)
- Index(m601(2, 6), b60e)
+ Store(Index(m601(2, 6), b60e), Local3)
CH04(arg0, 0, 85, z088, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), b60e)
+ Store(Index(m601(3, 6), b60e), Local3)
CH04(arg0, 0, 85, z088, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), b60e)
+ Store(Index(m601(4, 0), b60e), Local3)
CH04(arg0, 0, 85, z088, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc2.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc2.asl
index f09dd7fe0..6eaff93d9 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc2.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc2.asl
@@ -11453,13 +11453,13 @@ Method(m614)
CH03(arg0, z089, 0, 0, 0)
- Index(m601(2, 6), bf74)
+ Store(Index(m601(2, 6), bf74), Local3)
CH04(arg0, 0, 85, z089, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), bf74)
+ Store(Index(m601(3, 6), bf74), Local3)
CH04(arg0, 0, 85, z089, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), bf74)
+ Store(Index(m601(4, 0), bf74), Local3)
CH04(arg0, 0, 85, z089, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/opackageel.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/opackageel.asl
index 9912faaaa..959b5fcc8 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/opackageel.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/opackageel.asl
@@ -11819,13 +11819,13 @@ Method(m615)
CH03(arg0, z090, 0, 0, 0)
- Index(m601(2, 6), Derefof(Index(ps60, 20)))
+ Store(Index(m601(2, 6), Derefof(Index(ps60, 20))), Local3)
CH04(arg0, 0, 85, z090, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), Derefof(Index(ps60, 20)))
+ Store(Index(m601(3, 6), Derefof(Index(ps60, 20))), Local3)
CH04(arg0, 0, 85, z090, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), Derefof(Index(ps60, 20)))
+ Store(Index(m601(4, 0), Derefof(Index(ps60, 20))), Local3)
CH04(arg0, 0, 85, z090, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
@@ -23240,13 +23240,13 @@ Method(m615)
CH03(arg0, z090, 0, 0, 0)
- Index(m601(2, 6), Derefof(Index(pb60, 14)))
+ Store(Index(m601(2, 6), Derefof(Index(pb60, 14))), Local3)
CH04(arg0, 0, 85, z090, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), Derefof(Index(pb60, 14)))
+ Store(Index(m601(3, 6), Derefof(Index(pb60, 14))), Local3)
CH04(arg0, 0, 85, z090, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), Derefof(Index(pb60, 14)))
+ Store(Index(m601(4, 0), Derefof(Index(pb60, 14))), Local3)
CH04(arg0, 0, 85, z090, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed1.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed1.asl
index a8a1e2eb9..69170923f 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed1.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed1.asl
@@ -11819,13 +11819,13 @@ Method(m616)
CH03(arg0, z091, 0, 0, 0)
- Index(m601(2, 6), Derefof(Refof(s614)))
+ Store(Index(m601(2, 6), Derefof(Refof(s614))), Local3)
CH04(arg0, 0, 85, z091, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), Derefof(Refof(s614)))
+ Store(Index(m601(3, 6), Derefof(Refof(s614))), Local3)
CH04(arg0, 0, 85, z091, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), Derefof(Refof(s614)))
+ Store(Index(m601(4, 0), Derefof(Refof(s614))), Local3)
CH04(arg0, 0, 85, z091, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
@@ -23240,13 +23240,13 @@ Method(m616)
CH03(arg0, z091, 0, 0, 0)
- Index(m601(2, 6), Derefof(Refof(b60e)))
+ Store(Index(m601(2, 6), Derefof(Refof(b60e))), Local3)
CH04(arg0, 0, 85, z091, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), Derefof(Refof(b60e)))
+ Store(Index(m601(3, 6), Derefof(Refof(b60e))), Local3)
CH04(arg0, 0, 85, z091, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), Derefof(Refof(b60e)))
+ Store(Index(m601(4, 0), Derefof(Refof(b60e))), Local3)
CH04(arg0, 0, 85, z091, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed2.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed2.asl
index 6a5eed287..aa9f3a0a9 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed2.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed2.asl
@@ -11058,13 +11058,13 @@ Method(m61b)
CH03(arg0, z120, 0, 0, 0)
- Index(m601(2, 6), Derefof(Refof(bf74)))
+ Store(Index(m601(2, 6), Derefof(Refof(bf74))), Local3)
CH04(arg0, 0, 85, z120, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), Derefof(Refof(bf74)))
+ Store(Index(m601(3, 6), Derefof(Refof(bf74))), Local3)
CH04(arg0, 0, 85, z120, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), Derefof(Refof(bf74)))
+ Store(Index(m601(4, 0), Derefof(Refof(bf74))), local3)
CH04(arg0, 0, 85, z120, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/oreftopackageel.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/oreftopackageel.asl
index f613bea46..a75a12e1e 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/oreftopackageel.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/oreftopackageel.asl
@@ -11820,13 +11820,13 @@ Method(m61a)
CH03(arg0, z119, 0, 0, 0)
- Index(m601(2, 6), Derefof(m604(2, 2, 20, 1)))
+ Store(Index(m601(2, 6), Derefof(m604(2, 2, 20, 1))), Local3)
CH04(arg0, 0, 85, z119, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), Derefof(m604(2, 2, 20, 1)))
+ Store(Index(m601(3, 6), Derefof(m604(2, 2, 20, 1))), Local3)
CH04(arg0, 0, 85, z119, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), Derefof(m604(2, 2, 20, 1)))
+ Store(Index(m601(4, 0), Derefof(m604(2, 2, 20, 1))), Local3)
CH04(arg0, 0, 85, z119, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
@@ -23242,13 +23242,13 @@ Method(m61a)
CH03(arg0, z119, 0, 0, 0)
- Index(m601(2, 6), Derefof(m604(2, 3, 14, 1)))
+ Store(Index(m601(2, 6), Derefof(m604(2, 3, 14, 1))), Local3)
CH04(arg0, 0, 85, z119, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), Derefof(m604(2, 3, 14, 1)))
+ Store(Index(m601(3, 6), Derefof(m604(2, 3, 14, 1))), Local3)
CH04(arg0, 0, 85, z119, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), Derefof(m604(2, 3, 14, 1)))
+ Store(Index(m601(4, 0), Derefof(m604(2, 3, 14, 1))), Local3)
CH04(arg0, 0, 85, z119, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/oreturn.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/oreturn.asl
index 1dfb5d593..6a2ef6de4 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/oreturn.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/oreturn.asl
@@ -11819,13 +11819,13 @@ Method(m619)
CH03(arg0, z118, 0, 0, 0)
- Index(m601(2, 6), m604(0, 2, 20, 0))
+ Store(Index(m601(2, 6), m604(0, 2, 20, 0)), Local3)
CH04(arg0, 0, 85, z118, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), m604(0, 2, 20, 0))
+ Store(Index(m601(3, 6), m604(0, 2, 20, 0)), Local3)
CH04(arg0, 0, 85, z118, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), m604(0, 2, 20, 0))
+ Store(Index(m601(4, 0), m604(0, 2, 20, 0)), Local3)
CH04(arg0, 0, 85, z118, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
@@ -23240,13 +23240,13 @@ Method(m619)
CH03(arg0, z118, 0, 0, 0)
- Index(m601(2, 6), m604(0, 3, 14, 0))
+ Store(Index(m601(2, 6), m604(0, 3, 14, 0)), Local3)
CH04(arg0, 0, 85, z118, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), m604(0, 3, 14, 0))
+ Store(Index(m601(3, 6), m604(0, 3, 14, 0)), Local3)
CH04(arg0, 0, 85, z118, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), m604(0, 3, 14, 0))
+ Store(Index(m601(4, 0), m604(0, 3, 14, 0)), Local3)
CH04(arg0, 0, 85, z118, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}