f518454 Imported Upstream version 20130214

Authored and Committed by ahs3 11 years ago
1599 files changed. 3420 lines added. 683675 lines removed.
changes.txt
file modified
+95 -1
generate/unix/Makefile.config
file modified
+49 -38
generate/unix/acpibin/Makefile
file modified
+21 -21
generate/unix/acpiexec/Makefile
file modified
+186 -184
generate/unix/acpihelp/Makefile
file modified
+11 -11
generate/unix/acpinames/Makefile
file modified
+81 -81
generate/unix/acpisrc/Makefile
file modified
+12 -12
generate/unix/acpixtract/Makefile
file modified
+5 -5
generate/unix/iasl/Makefile
file modified
+184 -183
source/common/adisasm.c
file modified
+2 -7
source/common/adwalk.c
file modified
+1 -1
source/common/dmextern.c
file modified
+216 -2
source/common/dmtable.c
file modified
+4 -0
source/common/dmtbdump.c
file modified
+104 -0
source/common/dmtbinfo.c
file modified
+45 -0
source/compiler/aslcompile.c
file modified
+84 -0
source/compiler/aslcompiler.h
file modified
+20 -0
source/compiler/asldefine.h
file modified
+3 -2
source/compiler/aslfiles.c
file modified
+7 -0
source/compiler/aslmain.c
file modified
+20 -17
source/compiler/aslmessages.h
file modified
+2 -0
source/compiler/aslpredef.c
file modified
+92 -46
source/compiler/aslprepkg.c
file added
+661
source/compiler/aslstartup.c
file modified
+111 -52
source/compiler/aslsupport.l
file modified
+9 -1
source/compiler/dtcompiler.h
file modified
+10 -0
source/compiler/dttable.c
file modified
+50 -0
source/compiler/dttemplate.h
file modified
+27 -0
source/components/debugger/dbcmds.c
file modified
+5 -3
source/components/debugger/dbinput.c
file modified
+2 -2
source/components/disassembler/dmresrc.c
file modified
+1 -1
source/components/dispatcher/dsutils.c
file modified
+5 -5
source/components/events/evevent.c
file modified
+7 -5
source/components/events/evgpe.c
file modified
+3 -3
source/components/events/evsci.c
file modified
+2 -2
source/components/events/evxface.c
file modified
+12 -6
source/components/events/evxfevnt.c
file modified
+14 -0
source/components/executer/exprep.c
file modified
+2 -2
source/components/executer/exutils.c
file modified
+2 -2
source/components/hardware/hwacpi.c
file modified
+19 -4
source/components/namespace/nsconvert.c
file added
+481
source/components/namespace/nspredef.c
file modified
+76 -78
source/components/namespace/nsprepkg.c
file modified
+9 -2
source/components/namespace/nsrepair.c
file modified
+128 -264
source/components/namespace/nsrepair2.c
file modified
+4 -4
source/components/namespace/nsutils.c
file modified
+4 -4
source/components/parser/psargs.c
file modified
+1 -1
source/components/resources/rscalc.c
file modified
+7 -0
source/components/resources/rsdump.c
file modified
+9 -0
source/components/resources/rslist.c
file modified
+9 -0
source/components/resources/rsxface.c
file modified
+8 -1
source/components/utilities/utaddress.c
file modified
+2 -2
source/components/utilities/utcache.c
file modified
+4 -8
source/components/utilities/utexcep.c
file modified
+17 -12
source/components/utilities/utglobal.c
file modified
+2 -0
source/include/acdisasm.h
file modified
+16 -0
source/include/acexcep.h
file modified
+226 -193
source/include/acglobal.h
file modified
+3 -1
source/include/aclocal.h
file modified
+18 -0
source/include/acmacros.h
file modified
+4 -2
source/include/acnamesp.h
file modified
+30 -1
source/include/acoutput.h
file modified
+40 -12
source/include/acpixf.h
file modified
+1 -1
source/include/actbl2.h
file modified
+57 -0
source/include/actbl3.h
file modified
+51 -12
source/include/actypes.h
file modified
+0 -1
source/include/acutils.h
file modified
+2 -1
source/tools/acpihelp/ahdecode.c
file modified
+16 -13
source/tools/acpisrc/astable.c
file modified
+9 -0
tests/.cygwin
file removed
-5
tests/.setup
file removed
-4
tests/aapits/AcpiApiTS.dsp
file removed
-1051
tests/aapits/Makefile
file removed
-165
tests/aapits/README
file removed
-104
tests/aapits/asl/Makefile
file removed
-32
tests/aapits/asl/README
file removed
-80
tests/aapits/asl/dsdt.asl
file removed
-8050
tests/aapits/asl/dsdt0.asl
file removed
-34
tests/aapits/asl/dsdt1.asl
file removed
-34
tests/aapits/asl/dsdt2.asl
file removed
-34
tests/aapits/asl/gpev0000.asl
file removed
-30
tests/aapits/asl/hdwr0015.asl
file removed
-56
tests/aapits/asl/hdwr0018.asl
file removed
-32
tests/aapits/asl/hdwr0019.asl
file removed
-41
tests/aapits/asl/hdwr0020.asl
file removed
-66
tests/aapits/asl/hdwr0022.asl
file removed
-92
tests/aapits/asl/hdwr0040.asl
file removed
-29
tests/aapits/asl/hdwr0041.asl
file removed
-35
tests/aapits/asl/hndl0000.asl
file removed
-113
tests/aapits/asl/hndl0015.asl
file removed
-227
tests/aapits/asl/hndl0016.asl
file removed
-461
tests/aapits/asl/hndl0038.asl
file removed
-461
tests/aapits/asl/hndl0115.asl
file removed
-29
tests/aapits/asl/init0030.asl
file removed
-30
tests/aapits/asl/init0032.asl
file removed
-208
tests/aapits/asl/init0034.asl
file removed
-142
tests/aapits/asl/init0058.asl
file removed
-207
tests/aapits/asl/init0059.asl
file removed
-248
tests/aapits/asl/init0066.asl
file removed
-28
tests/aapits/asl/init0121.asl
file removed
-63
tests/aapits/asl/init1065.asl
file removed
-373
tests/aapits/asl/nmsp0000.asl
file removed
-789
tests/aapits/asl/nmsp0010.asl
file removed
-33
tests/aapits/asl/nmsp0011.asl
file removed
-47
tests/aapits/asl/nmsp0012.asl
file removed
-32
tests/aapits/asl/nmsp0013.asl
file removed
-30
tests/aapits/asl/nmsp0014.asl
file removed
-28
tests/aapits/asl/nmsp0015.asl
file removed
-38
tests/aapits/asl/nmsp0016.asl
file removed
-24
tests/aapits/asl/nmsp0017.asl
file removed
-37
tests/aapits/asl/nmsp0018.asl
file removed
-30
tests/aapits/asl/nmsp0019.asl
file removed
-30
tests/aapits/asl/nmsp0020.asl
file removed
-45
tests/aapits/asl/nmsp0021.asl
file removed
-23
tests/aapits/asl/nmsp0022.asl
file removed
-27
tests/aapits/asl/nmsp0023.asl
file removed
-26
tests/aapits/asl/nmsp0025.asl
file removed
-23
tests/aapits/asl/nmsp0037.asl
file removed
-24
tests/aapits/asl/nmsp0038.asl
file removed
-29
tests/aapits/asl/nmsp0052.asl
file removed
-1549
tests/aapits/asl/nmsp0074.asl
file removed
-132
tests/aapits/asl/nmsp0089.asl
file removed
-33
tests/aapits/asl/nmsp0126.asl
file removed
-85
tests/aapits/asl/rt0000.asl
file removed
-204
tests/aapits/asl/rt0035.asl
file removed
-309
tests/aapits/asl/rt0036.asl
file removed
-530
tests/aapits/asl/ssdt1.asl
file removed
-34
tests/aapits/asl/ssdt2.asl
file removed
-34
tests/aapits/asl/ssdt_aux.asl
file removed
-135
tests/aapits/asl/tblm0037.asl
file removed
-153
tests/aapits/asl/tblm0047.asl
file removed
-155
tests/aapits/asl/tblm0058.asl
file removed
-84
tests/aapits/asl/tblm_aux.asl
file removed
-276
tests/aapits/at_ssdt2_1.c
file removed
-104
tests/aapits/at_ssdt2_2.c
file removed
-109
tests/aapits/at_ssdt2_3.c
file removed
-84
tests/aapits/atcommon.h
file removed
-399
tests/aapits/atexec.c
file removed
-2008
tests/aapits/atfixedevent.c
file removed
-687
tests/aapits/atfixedevent.h
file removed
-33
tests/aapits/atgpe.c
file removed
-1370
tests/aapits/atgpe.h
file removed
-61
tests/aapits/athandlers.c
file removed
-3073
tests/aapits/athandlers.h
file removed
-52
tests/aapits/athardware.c
file removed
-3123
tests/aapits/athardware.h
file removed
-55
tests/aapits/atinit.c
file removed
-4319
tests/aapits/atinit.h
file removed
-75
tests/aapits/atmain.c
file removed
-342
tests/aapits/atmemory.c
file removed
-33
tests/aapits/atmemory.h
file removed
-14
tests/aapits/atnamespace.c
file removed
-7995
tests/aapits/atnamespace.h
file removed
-140
tests/aapits/atosxfctrl.c
file removed
-860
tests/aapits/atosxfctrl.h
file removed
-400
tests/aapits/atosxfwrap.c
file removed
-1274
tests/aapits/atosxfwrap.h
file removed
-342
tests/aapits/atresource.c
file removed
-3283
tests/aapits/atresource.h
file removed
-51
tests/aapits/attable.c
file removed
-3271
tests/aapits/attable.h
file removed
-75
tests/aapits/bin/0_WARNING.HTM
file removed
-1
tests/aapits/bin/PWD
file removed
-1
tests/aapits/bin/README
file removed
-28
tests/aapits/bin/aapitsrun
file removed
-133
tests/aapits/bin/cadir
file removed
-13
tests/aapits/bin/run1
file removed
-121
tests/aapits/osunixxf.c
file removed
-1168
tests/aapits/oswinxf.c
file removed
-1589
tests/aapits/spec/AAPITS.xls
file removed
-0
tests/aapits/spec/AAPITS0.xls
file removed
-0
tests/aapits/spec/README
file removed
-34
tests/aapits/spec/concepts.txt
file removed
-55
tests/aapits/spec/fixed.txt
file removed
-244
tests/aapits/spec/general.txt
file removed
-600
tests/aapits/spec/handlers.txt
file removed
-444
tests/aapits/spec/hardware.txt
file removed
-466
tests/aapits/spec/init.txt
file removed
-777
tests/aapits/spec/memory.txt
file removed
-83
tests/aapits/spec/namespace.txt
file removed
-1612
tests/aapits/spec/resource.txt
file removed
-443
tests/aapits/spec/table.txt
file removed
-684
tests/aslts.sh
file removed
-120
tests/aslts/HOW_TO_INSTALL
file removed
-61
tests/aslts/HOW_TO_USE
file removed
-243
tests/aslts/Makefile
file removed
-6
tests/aslts/Makefile.def
file removed
-180
tests/aslts/Makefile.switch
file removed
-38
tests/aslts/NOTE
file removed
-152
tests/aslts/README
file removed
-130
tests/aslts/TESTS
file removed
-141
tests/aslts/adm/BugState/ALLBUGS
file removed
-385
tests/aslts/adm/BugState/ALLBUGS_DUP
file removed
-312
tests/aslts/adm/BugState/ARX/0000/BugList_AML_KB_SUM0
file removed
-59
tests/aslts/adm/BugState/ARX/0000/BugList_AML_LB_SUM0
file removed
-101
tests/aslts/adm/BugState/ARX/0001/BugList_AML_KB_SUM0
file removed
-59
tests/aslts/adm/BugState/ARX/0001/BugList_AML_LB_SUM0
file removed
-102
tests/aslts/adm/BugState/BugList_AML_KB_SUM0
file removed
-63
tests/aslts/adm/BugState/BugList_AML_LB_SUM0
file removed
-136
tests/aslts/adm/BugState/README
file removed
-12
tests/aslts/bin/Do
file removed
-654
tests/aslts/bin/README
file removed
-134
tests/aslts/bin/asltsdiffres
file removed
-88
tests/aslts/bin/asltsrun
file removed
-985
tests/aslts/bin/bugstate/ERROR_OPCODES
file removed
-42
tests/aslts/bin/bugstate/HOW_TO_USE
file removed
-89
tests/aslts/bin/bugstate/bdemosconc
file removed
-142
tests/aslts/bin/bugstate/bdemossum
file removed
-165
tests/aslts/bin/bugstate/bdemostabs
file removed
-1496
tests/aslts/bin/bugstate/parsebuglist
file removed
-134
tests/aslts/bin/common
file removed
-684
tests/aslts/bin/diffproc
file removed
-539
tests/aslts/bin/settings
file removed
-306
tests/aslts/doc/CurrentState
file removed
-76
tests/aslts/doc/README
file removed
-32
tests/aslts/doc/StoreCopyTestPrototype/gr1.asl
file removed
-100
tests/aslts/doc/StoreCopyTestPrototype/gr2.asl
file removed
-102
tests/aslts/doc/StoreCopyTestPrototype/gr3.asl
file removed
-81
tests/aslts/doc/StoreCopyTestPrototype/gr4.asl
file removed
-354
tests/aslts/doc/StoreCopyTestPrototype/gr5.asl
file removed
-89
tests/aslts/doc/docs/ConversionRules
file removed
-175
tests/aslts/doc/docs/ConversionTable
file removed
-153
tests/aslts/doc/docs/TestOfOperands
file removed
-821
tests/aslts/doc/plan/OperatorsHaveNoSeparateTests
file removed
-129
tests/aslts/doc/plan/RemainingWork.htm
file removed
-1151
tests/aslts/doc/plan/addition
file removed
-37
tests/aslts/src/Makefile
file removed
-6
tests/aslts/src/README
file removed
-16
tests/aslts/src/compilation/README
file removed
-9
tests/aslts/src/compilation/collection/MAIN.asl
file removed
-59
tests/aslts/src/compilation/collection/README
file removed
-7
tests/aslts/src/compilation/collection/arithmetic.asl
file removed
-29
tests/aslts/src/compilation/collection/bfield.asl
file removed
-62
tests/aslts/src/compilation/collection/constant.asl
file removed
-29
tests/aslts/src/compilation/collection/control.asl
file removed
-85
tests/aslts/src/compilation/collection/descriptor.asl
file removed
-298
tests/aslts/src/compilation/collection/extern.asl
file removed
-29
tests/aslts/src/compilation/collection/local.asl
file removed
-41
tests/aslts/src/compilation/collection/logic.asl
file removed
-29
tests/aslts/src/compilation/collection/manipulation.asl
file removed
-29
tests/aslts/src/compilation/collection/misc.asl
file removed
-112
tests/aslts/src/compilation/collection/name.asl
file removed
-373
tests/aslts/src/compilation/collection/reference.asl
file removed
-597
tests/aslts/src/compilation/collection/region.asl
file removed
-84
tests/aslts/src/compilation/collection/synchronization.asl
file removed
-40
tests/aslts/src/compilation/collection/table.asl
file removed
-29
tests/aslts/src/runtime/Makefile
file removed
-6
tests/aslts/src/runtime/README
file removed
-18
tests/aslts/src/runtime/cntl/DECL.asl
file removed
-34
tests/aslts/src/runtime/cntl/DECL_5UP.asl
file removed
-32
tests/aslts/src/runtime/cntl/DECL_6UP.asl
file removed
-32
tests/aslts/src/runtime/cntl/DECL_7UP.asl
file removed
-32
tests/aslts/src/runtime/cntl/MT_DECL.asl
file removed
-35
tests/aslts/src/runtime/cntl/README
file removed
-33
tests/aslts/src/runtime/cntl/abbu_common.asl
file removed
-121
tests/aslts/src/runtime/cntl/common.asl
file removed
-2093
tests/aslts/src/runtime/cntl/ehandle.asl
file removed
-576
tests/aslts/src/runtime/cntl/mt_runpoint.asl
file removed
-70
tests/aslts/src/runtime/cntl/runmode.asl
file removed
-592
tests/aslts/src/runtime/cntl/runpoint.asl
file removed
-70
tests/aslts/src/runtime/collections/FULL/FULL/MAIN.asl
file removed
-81
tests/aslts/src/runtime/collections/IMPL/ACPICA/Makefile
file removed
-6
tests/aslts/src/runtime/collections/IMPL/ACPICA/README
file removed
-12
tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/Makefile
file removed
-6
tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/README
file removed
-22
tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/MAIN.asl
file removed
-61
tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/Makefile
file removed
-7
tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/RUN.asl
file removed
-149
tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/TestResult.txt
file removed
-353
tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobctl.asl
file removed
-1371
tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobdecl.asl
file removed
-442
tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobexceptions.asl
file removed
-72
tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobexec.asl
file removed
-3261
tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/dobmisc.asl
file removed
-89
tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/state_of_all_testst.txt
file removed
-50
tests/aslts/src/runtime/collections/IMPL/Makefile
file removed
-6
tests/aslts/src/runtime/collections/IMPL/README
file removed
-14
tests/aslts/src/runtime/collections/Identity2MS/Makefile
file removed
-7
tests/aslts/src/runtime/collections/Identity2MS/README
file removed
-21
tests/aslts/src/runtime/collections/Identity2MS/abbu/DECL.asl
file removed
-190
tests/aslts/src/runtime/collections/Identity2MS/abbu/DECL_ABBU.asl
file removed
-37
tests/aslts/src/runtime/collections/Identity2MS/abbu/DECL_ASLTS.asl
file removed
-35
tests/aslts/src/runtime/collections/Identity2MS/abbu/MAIN.asl
file removed
-171
tests/aslts/src/runtime/collections/Identity2MS/abbu/MAIN_ASLTS.asl
file removed
-89
tests/aslts/src/runtime/collections/Identity2MS/abbu/Makefile
file removed
-8
tests/aslts/src/runtime/collections/Identity2MS/abbu/MsFail/msfail.asl
file removed
-1895
tests/aslts/src/runtime/collections/Identity2MS/abbu/RUN.asl
file removed
-69
tests/aslts/src/runtime/collections/Identity2MS/abbu/SPEC
file removed
-103
tests/aslts/src/runtime/collections/Identity2MS/abbu/ToDo.txt
file removed
-55
tests/aslts/src/runtime/collections/Identity2MS/abbu/UTILITY/0_WARNING.HTM
file removed
-1
tests/aslts/src/runtime/collections/Identity2MS/abbu/UTILITY/1_WARNING.HTM
file removed
-1
tests/aslts/src/runtime/collections/Identity2MS/abbu/UTILITY/2_WARNING.HTM
file removed
-1
tests/aslts/src/runtime/collections/Identity2MS/abbu/UTILITY/3_WARNING.HTM
file removed
-1
tests/aslts/src/runtime/collections/Identity2MS/abbu/UTILITY/AslCompiler.pdf
file removed
-0
tests/aslts/src/runtime/collections/Identity2MS/abbu/UTILITY/DSDT.AML
file removed
-0
tests/aslts/src/runtime/collections/Identity2MS/abbu/UTILITY/DSDT.TAB
file removed
-0
tests/aslts/src/runtime/collections/Identity2MS/abbu/UTILITY/DSDT.dsl
file removed
-9656
tests/aslts/src/runtime/collections/Identity2MS/abbu/UTILITY/INSTALL.TXT
file removed
-77
tests/aslts/src/runtime/collections/Identity2MS/abbu/device/Info.txt
file removed
-1
tests/aslts/src/runtime/collections/Identity2MS/abbu/device/device.asl
file removed
-86
tests/aslts/src/runtime/collections/Identity2MS/abbu/device/device_abbu.asl
file removed
-168
tests/aslts/src/runtime/collections/Identity2MS/abbu/device/device_aslts.asl
file removed
-152
tests/aslts/src/runtime/collections/Identity2MS/abbu/device/ns_dv00.asl
file removed
-584
tests/aslts/src/runtime/collections/Identity2MS/abbu/device/ns_dv10.asl
file removed
-985
tests/aslts/src/runtime/collections/Identity2MS/abbu/device/ns_dv20.asl
file removed
-248
tests/aslts/src/runtime/collections/Identity2MS/abbu/device/ns_dv30.asl
file removed
-882
tests/aslts/src/runtime/collections/Identity2MS/abbu/initial/ns_in00.asl
file removed
-596
tests/aslts/src/runtime/collections/Identity2MS/abbu/initial/ns_in10.asl
file removed
-1019
tests/aslts/src/runtime/collections/Identity2MS/abbu/initial/ns_in20.asl
file removed
-278
tests/aslts/src/runtime/collections/Identity2MS/abbu/initial/ns_in30.asl
file removed
-912
tests/aslts/src/runtime/collections/Identity2MS/abbu/initial/ns_in40.asl
file removed
-4505
tests/aslts/src/runtime/collections/Identity2MS/abbu/initial/ns_in50.asl
file removed
-650
tests/aslts/src/runtime/collections/Identity2MS/abbu/method/mt0_abbu.asl
file removed
-3231
tests/aslts/src/runtime/collections/Identity2MS/abbu/method/mt0_aslts.asl
file removed
-3155
tests/aslts/src/runtime/collections/Identity2MS/abbu/misc/ms0.asl
file removed
-239
tests/aslts/src/runtime/collections/Identity2MS/abbu/misc/ms1.asl
file removed
-6978
tests/aslts/src/runtime/collections/Identity2MS/abbu/ns4.asl
file removed
-88
tests/aslts/src/runtime/collections/Identity2MS/abbu/ns6.asl
file removed
-46
tests/aslts/src/runtime/collections/Identity2MS/abbu/recursion/rec_abbu.asl
file removed
-100
tests/aslts/src/runtime/collections/Identity2MS/abbu/recursion/rec_aslts.asl
file removed
-355
tests/aslts/src/runtime/collections/Identity2MS/abbu/run_points.asl
file removed
-48
tests/aslts/src/runtime/collections/Makefile
file removed
-8
tests/aslts/src/runtime/collections/Makefile.install
file removed
-13
tests/aslts/src/runtime/collections/README
file removed
-53
tests/aslts/src/runtime/collections/TMP/level/MAIN.asl
file removed
-69
tests/aslts/src/runtime/collections/bdemo/ACPICA/0000/DECL.asl
file removed
-91
tests/aslts/src/runtime/collections/bdemo/ACPICA/0000/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0000/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0001_ASL/DECL.asl
file removed
-89
tests/aslts/src/runtime/collections/bdemo/ACPICA/0001_ASL/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0001_ASL/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0002/DECL.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0002/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0002/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0003_ASL/DECL.asl
file removed
-59
tests/aslts/src/runtime/collections/bdemo/ACPICA/0003_ASL/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0003_ASL/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0004/DECL.asl
file removed
-57
tests/aslts/src/runtime/collections/bdemo/ACPICA/0004/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0004/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0005/DECL.asl
file removed
-65
tests/aslts/src/runtime/collections/bdemo/ACPICA/0005/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0005/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0006/DECL.asl
file removed
-46
tests/aslts/src/runtime/collections/bdemo/ACPICA/0006/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0006/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0007/DECL.asl
file removed
-46
tests/aslts/src/runtime/collections/bdemo/ACPICA/0007/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0007/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0008/DECL.asl
file removed
-45
tests/aslts/src/runtime/collections/bdemo/ACPICA/0008/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0008/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0009/DECL.asl
file removed
-59
tests/aslts/src/runtime/collections/bdemo/ACPICA/0009/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0009/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0010/DECL.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0010/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0010/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0011_ASL/DECL.asl
file removed
-83
tests/aslts/src/runtime/collections/bdemo/ACPICA/0011_ASL/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0012/DECL.asl
file removed
-43
tests/aslts/src/runtime/collections/bdemo/ACPICA/0012/DataLevel10.asl
file removed
-598
tests/aslts/src/runtime/collections/bdemo/ACPICA/0012/DataLevel20.asl
file removed
-606
tests/aslts/src/runtime/collections/bdemo/ACPICA/0012/DataLevel21_DeclDown.asl
file removed
-613
tests/aslts/src/runtime/collections/bdemo/ACPICA/0012/DataLevel21_DeclUp.asl
file removed
-612
tests/aslts/src/runtime/collections/bdemo/ACPICA/0012/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0012/Method.asl
file removed
-137
tests/aslts/src/runtime/collections/bdemo/ACPICA/0012/RUN.asl
file removed
-37
tests/aslts/src/runtime/collections/bdemo/ACPICA/0013/DECL.asl
file removed
-87
tests/aslts/src/runtime/collections/bdemo/ACPICA/0013/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0013/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0014/DECL.asl
file removed
-51
tests/aslts/src/runtime/collections/bdemo/ACPICA/0014/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0014/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0015/DECL.asl
file removed
-49
tests/aslts/src/runtime/collections/bdemo/ACPICA/0015/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0015/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0016/DECL.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0016/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0016/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0017/DECL.asl
file removed
-53
tests/aslts/src/runtime/collections/bdemo/ACPICA/0017/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0017/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0018/DECL.asl
file removed
-51
tests/aslts/src/runtime/collections/bdemo/ACPICA/0018/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0018/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0019/DECL.asl
file removed
-45
tests/aslts/src/runtime/collections/bdemo/ACPICA/0019/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0019/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0020/DECL.asl
file removed
-51
tests/aslts/src/runtime/collections/bdemo/ACPICA/0020/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0020/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0021/DECL.asl
file removed
-45
tests/aslts/src/runtime/collections/bdemo/ACPICA/0021/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0021/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0022/DECL.asl
file removed
-51
tests/aslts/src/runtime/collections/bdemo/ACPICA/0022/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0022/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0023/DECL.asl
file removed
-72
tests/aslts/src/runtime/collections/bdemo/ACPICA/0023/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0023/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0024_ASL/DECL.asl
file removed
-53
tests/aslts/src/runtime/collections/bdemo/ACPICA/0024_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0025_SPEC/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0026_ASL_NOT_BUG_NOW/DECL.asl
file removed
-47
tests/aslts/src/runtime/collections/bdemo/ACPICA/0026_ASL_NOT_BUG_NOW/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0027/DECL.asl
file removed
-94
tests/aslts/src/runtime/collections/bdemo/ACPICA/0027/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0027/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0028/DECL.asl
file removed
-93
tests/aslts/src/runtime/collections/bdemo/ACPICA/0028/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0028/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0029/DECL.asl
file removed
-94
tests/aslts/src/runtime/collections/bdemo/ACPICA/0029/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0029/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0030/DECL.asl
file removed
-93
tests/aslts/src/runtime/collections/bdemo/ACPICA/0030/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0030/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0031_ASL_RUNTIME/DECL.asl
file removed
-199
tests/aslts/src/runtime/collections/bdemo/ACPICA/0031_ASL_RUNTIME/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0031_ASL_RUNTIME/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0032_ASL/DECL.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0032_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0033_ASL/DECL.asl
file removed
-101
tests/aslts/src/runtime/collections/bdemo/ACPICA/0033_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0034/DECL.asl
file removed
-60
tests/aslts/src/runtime/collections/bdemo/ACPICA/0034/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0034/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0035_ASL/DECL.asl
file removed
-51
tests/aslts/src/runtime/collections/bdemo/ACPICA/0035_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0036_ASL/DECL.asl
file removed
-44
tests/aslts/src/runtime/collections/bdemo/ACPICA/0036_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0037/DECL.asl
file removed
-52
tests/aslts/src/runtime/collections/bdemo/ACPICA/0037/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0037/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0038/DECL.asl
file removed
-80
tests/aslts/src/runtime/collections/bdemo/ACPICA/0038/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0038/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0039_ASL_RUNTIME/DECL.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0039_ASL_RUNTIME/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0039_ASL_RUNTIME/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0040/DECL.asl
file removed
-47
tests/aslts/src/runtime/collections/bdemo/ACPICA/0040/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0040/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0041/DECL.asl
file removed
-45
tests/aslts/src/runtime/collections/bdemo/ACPICA/0041/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0041/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0042/DECL.asl
file removed
-45
tests/aslts/src/runtime/collections/bdemo/ACPICA/0042/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0042/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0043/DECL.asl
file removed
-46
tests/aslts/src/runtime/collections/bdemo/ACPICA/0043/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0043/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0044/DECL.asl
file removed
-45
tests/aslts/src/runtime/collections/bdemo/ACPICA/0044/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0044/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0045/DECL.asl
file removed
-72
tests/aslts/src/runtime/collections/bdemo/ACPICA/0045/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0045/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0046/DECL.asl
file removed
-75
tests/aslts/src/runtime/collections/bdemo/ACPICA/0046/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0046/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0047/DECL.asl
file removed
-108
tests/aslts/src/runtime/collections/bdemo/ACPICA/0047/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0047/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0048/DECL.asl
file removed
-59
tests/aslts/src/runtime/collections/bdemo/ACPICA/0048/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0048/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0049/DECL.asl
file removed
-65
tests/aslts/src/runtime/collections/bdemo/ACPICA/0049/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0049/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0050/DECL.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0050/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0050/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0051_ASL_RUNTIME/DECL.asl
file removed
-78
tests/aslts/src/runtime/collections/bdemo/ACPICA/0051_ASL_RUNTIME/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0051_ASL_RUNTIME/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0052/DECL.asl
file removed
-57
tests/aslts/src/runtime/collections/bdemo/ACPICA/0052/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0052/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0053_ASL/DECL.asl
file removed
-82
tests/aslts/src/runtime/collections/bdemo/ACPICA/0053_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0054/DECL.asl
file removed
-203
tests/aslts/src/runtime/collections/bdemo/ACPICA/0054/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0054/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0055_ASL/DECL.asl
file removed
-46
tests/aslts/src/runtime/collections/bdemo/ACPICA/0055_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0056_ASL/DECL.asl
file removed
-76
tests/aslts/src/runtime/collections/bdemo/ACPICA/0056_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0057/DECL.asl
file removed
-98
tests/aslts/src/runtime/collections/bdemo/ACPICA/0057/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0057/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0058/DECL.asl
file removed
-105
tests/aslts/src/runtime/collections/bdemo/ACPICA/0058/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0058/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0059/DECL.asl
file removed
-78
tests/aslts/src/runtime/collections/bdemo/ACPICA/0059/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0059/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0060/DECL.asl
file removed
-112
tests/aslts/src/runtime/collections/bdemo/ACPICA/0060/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0060/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0061/DECL.asl
file removed
-114
tests/aslts/src/runtime/collections/bdemo/ACPICA/0061/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0061/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0062_ASL_RUNTIME/DECL.asl
file removed
-146
tests/aslts/src/runtime/collections/bdemo/ACPICA/0062_ASL_RUNTIME/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0062_ASL_RUNTIME/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0062_ASL_RUNTIME/old_test/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0062_ASL_RUNTIME/old_test/MAIN.asl
file removed
-188
tests/aslts/src/runtime/collections/bdemo/ACPICA/0063/DECL.asl
file removed
-39
tests/aslts/src/runtime/collections/bdemo/ACPICA/0063/File0.asl
file removed
-572
tests/aslts/src/runtime/collections/bdemo/ACPICA/0063/File1.asl
file removed
-1389
tests/aslts/src/runtime/collections/bdemo/ACPICA/0063/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0063/Misc.asl
file removed
-400
tests/aslts/src/runtime/collections/bdemo/ACPICA/0063/RUN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0064/DECL.asl
file removed
-81
tests/aslts/src/runtime/collections/bdemo/ACPICA/0064/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0064/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0065/DECL.asl
file removed
-78
tests/aslts/src/runtime/collections/bdemo/ACPICA/0065/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0065/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0066/DECL.asl
file removed
-78
tests/aslts/src/runtime/collections/bdemo/ACPICA/0066/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0066/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0067/DECL.asl
file removed
-69
tests/aslts/src/runtime/collections/bdemo/ACPICA/0067/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0067/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0068/DECL.asl
file removed
-69
tests/aslts/src/runtime/collections/bdemo/ACPICA/0068/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0068/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0069/DECL.asl
file removed
-48
tests/aslts/src/runtime/collections/bdemo/ACPICA/0069/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0069/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0070_ASL/DECL.asl
file removed
-75
tests/aslts/src/runtime/collections/bdemo/ACPICA/0070_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0071_ASL/DECL.asl
file removed
-75
tests/aslts/src/runtime/collections/bdemo/ACPICA/0071_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0072_ASL/DECL.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0072_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0073_ASL/DECL.asl
file removed
-42
tests/aslts/src/runtime/collections/bdemo/ACPICA/0073_ASL/MAIN.asl
file removed
-88
tests/aslts/src/runtime/collections/bdemo/ACPICA/0073_ASL/misc.asl
file removed
-617
tests/aslts/src/runtime/collections/bdemo/ACPICA/0073_ASL/misc.old.asl
file removed
-617
tests/aslts/src/runtime/collections/bdemo/ACPICA/0074/DECL.asl
file removed
-51
tests/aslts/src/runtime/collections/bdemo/ACPICA/0074/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0074/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0075/DECL.asl
file removed
-547
tests/aslts/src/runtime/collections/bdemo/ACPICA/0075/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0075/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0076/DECL.asl
file removed
-49
tests/aslts/src/runtime/collections/bdemo/ACPICA/0076/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0076/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0077/DECL.asl
file removed
-50
tests/aslts/src/runtime/collections/bdemo/ACPICA/0077/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0077/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0078/DECL.asl
file removed
-40
tests/aslts/src/runtime/collections/bdemo/ACPICA/0078/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0078/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0079/DECL.asl
file removed
-41
tests/aslts/src/runtime/collections/bdemo/ACPICA/0079/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0079/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0080_ASL/DECL.asl
file removed
-60
tests/aslts/src/runtime/collections/bdemo/ACPICA/0080_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0081/DECL.asl
file removed
-69
tests/aslts/src/runtime/collections/bdemo/ACPICA/0081/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0081/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0082_SPEC/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0083/DECL.asl
file removed
-141
tests/aslts/src/runtime/collections/bdemo/ACPICA/0083/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0083/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0084/DECL.asl
file removed
-283
tests/aslts/src/runtime/collections/bdemo/ACPICA/0084/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0084/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0085/DECL.asl
file removed
-83
tests/aslts/src/runtime/collections/bdemo/ACPICA/0085/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0085/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0086/DECL.asl
file removed
-74
tests/aslts/src/runtime/collections/bdemo/ACPICA/0086/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0086/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0087/DECL.asl
file removed
-101
tests/aslts/src/runtime/collections/bdemo/ACPICA/0087/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0087/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0088/DECL.asl
file removed
-75
tests/aslts/src/runtime/collections/bdemo/ACPICA/0088/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0088/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0089_SPEC/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0090_SPEC/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0091_SPEC/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0092/DECL.asl
file removed
-85
tests/aslts/src/runtime/collections/bdemo/ACPICA/0092/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0092/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0093/DECL.asl
file removed
-91
tests/aslts/src/runtime/collections/bdemo/ACPICA/0093/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0093/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0094/DECL.asl
file removed
-91
tests/aslts/src/runtime/collections/bdemo/ACPICA/0094/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0094/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0095/DECL.asl
file removed
-59
tests/aslts/src/runtime/collections/bdemo/ACPICA/0095/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0095/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0096_ASL/DECL.asl
file removed
-86
tests/aslts/src/runtime/collections/bdemo/ACPICA/0096_ASL/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0096_ASL/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0097/DECL.asl
file removed
-77
tests/aslts/src/runtime/collections/bdemo/ACPICA/0097/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0097/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0098/DECL.asl
file removed
-379
tests/aslts/src/runtime/collections/bdemo/ACPICA/0098/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0098/RUN.asl
file removed
-43
tests/aslts/src/runtime/collections/bdemo/ACPICA/0099/DECL.asl
file removed
-48
tests/aslts/src/runtime/collections/bdemo/ACPICA/0099/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0099/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0100/DECL.asl
file removed
-51
tests/aslts/src/runtime/collections/bdemo/ACPICA/0100/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0100/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0101/DECL.asl
file removed
-82
tests/aslts/src/runtime/collections/bdemo/ACPICA/0101/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0101/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0102/DECL.asl
file removed
-39
tests/aslts/src/runtime/collections/bdemo/ACPICA/0102/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0102/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0103/DECL.asl
file removed
-71
tests/aslts/src/runtime/collections/bdemo/ACPICA/0103/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0103/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0104/DECL.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0104/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0104/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0105/DECL.asl
file removed
-53
tests/aslts/src/runtime/collections/bdemo/ACPICA/0105/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0105/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0106/DECL.asl
file removed
-50
tests/aslts/src/runtime/collections/bdemo/ACPICA/0106/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0106/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0107/DECL.asl
file removed
-69
tests/aslts/src/runtime/collections/bdemo/ACPICA/0107/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0107/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0108_ASL/DECL.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0108_ASL/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0108_ASL/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0109_ASL/DECL.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0109_ASL/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0110_ML/DECL.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0110_ML/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0110_ML/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0111/DECL.asl
file removed
-151
tests/aslts/src/runtime/collections/bdemo/ACPICA/0111/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0111/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0112/DECL.asl
file removed
-58
tests/aslts/src/runtime/collections/bdemo/ACPICA/0112/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0112/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0113/DECL.asl
file removed
-94
tests/aslts/src/runtime/collections/bdemo/ACPICA/0113/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0113/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0114_ASL/DECL.asl
file removed
-73
tests/aslts/src/runtime/collections/bdemo/ACPICA/0114_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0115/DECL.asl
file removed
-145
tests/aslts/src/runtime/collections/bdemo/ACPICA/0115/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0115/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0116_ASL/DECL.asl
file removed
-53
tests/aslts/src/runtime/collections/bdemo/ACPICA/0116_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0117/DECL.asl
file removed
-53
tests/aslts/src/runtime/collections/bdemo/ACPICA/0117/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0117/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0118/DECL.0000.asl
file removed
-111
tests/aslts/src/runtime/collections/bdemo/ACPICA/0118/DECL.asl
file removed
-285
tests/aslts/src/runtime/collections/bdemo/ACPICA/0118/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0118/RUN.asl
file removed
-49
tests/aslts/src/runtime/collections/bdemo/ACPICA/0119/DECL.asl
file removed
-50
tests/aslts/src/runtime/collections/bdemo/ACPICA/0119/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0119/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0120/DECL.asl
file removed
-135
tests/aslts/src/runtime/collections/bdemo/ACPICA/0120/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0120/RUN.asl
file removed
-46
tests/aslts/src/runtime/collections/bdemo/ACPICA/0121/DECL.asl
file removed
-85
tests/aslts/src/runtime/collections/bdemo/ACPICA/0121/DECL.for_iASL.asl
file removed
-84
tests/aslts/src/runtime/collections/bdemo/ACPICA/0121/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0121/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0122_ASL/DECL.asl
file removed
-42
tests/aslts/src/runtime/collections/bdemo/ACPICA/0122_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0123/DECL.asl
file removed
-45
tests/aslts/src/runtime/collections/bdemo/ACPICA/0123/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0123/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0124/DECL.asl
file removed
-57
tests/aslts/src/runtime/collections/bdemo/ACPICA/0124/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0124/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0125/DECL.asl
file removed
-84
tests/aslts/src/runtime/collections/bdemo/ACPICA/0125/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0125/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0126/DECL.asl
file removed
-81
tests/aslts/src/runtime/collections/bdemo/ACPICA/0126/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0126/RUN.asl
file removed
-40
tests/aslts/src/runtime/collections/bdemo/ACPICA/0127/DECL.asl
file removed
-102
tests/aslts/src/runtime/collections/bdemo/ACPICA/0127/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0127/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0128/DECL.asl
file removed
-148
tests/aslts/src/runtime/collections/bdemo/ACPICA/0128/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0128/RUN.asl
file removed
-44
tests/aslts/src/runtime/collections/bdemo/ACPICA/0129/DECL.asl
file removed
-36
tests/aslts/src/runtime/collections/bdemo/ACPICA/0129/Dynamic.asl
file removed
-113
tests/aslts/src/runtime/collections/bdemo/ACPICA/0129/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0129/RUN.asl
file removed
-46
tests/aslts/src/runtime/collections/bdemo/ACPICA/0129/StaticGlobal.asl
file removed
-206
tests/aslts/src/runtime/collections/bdemo/ACPICA/0129/StaticLocal.asl
file removed
-207
tests/aslts/src/runtime/collections/bdemo/ACPICA/0130/DECL.asl
file removed
-74
tests/aslts/src/runtime/collections/bdemo/ACPICA/0130/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0130/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0131/DECL.asl
file removed
-88
tests/aslts/src/runtime/collections/bdemo/ACPICA/0131/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0131/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0132/DECL.asl
file removed
-52
tests/aslts/src/runtime/collections/bdemo/ACPICA/0132/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0132/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0133/DECL.asl
file removed
-77
tests/aslts/src/runtime/collections/bdemo/ACPICA/0133/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0133/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0134/DECL.asl
file removed
-124
tests/aslts/src/runtime/collections/bdemo/ACPICA/0134/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0134/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0135/Common.asl
file removed
-4162
tests/aslts/src/runtime/collections/bdemo/ACPICA/0135/DECL.asl
file removed
-52
tests/aslts/src/runtime/collections/bdemo/ACPICA/0135/GrInvest.asl
file removed
-1149
tests/aslts/src/runtime/collections/bdemo/ACPICA/0135/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0135/Methods.asl
file removed
-588
tests/aslts/src/runtime/collections/bdemo/ACPICA/0135/Misc1.asl
file removed
-2602
tests/aslts/src/runtime/collections/bdemo/ACPICA/0135/Misc2.asl
file removed
-760
tests/aslts/src/runtime/collections/bdemo/ACPICA/0135/Mix.asl
file removed
-759
tests/aslts/src/runtime/collections/bdemo/ACPICA/0135/PkgsHierarchy.asl
file removed
-1842
tests/aslts/src/runtime/collections/bdemo/ACPICA/0135/RUN.asl
file removed
-51
tests/aslts/src/runtime/collections/bdemo/ACPICA/0135/SimplePkgs.asl
file removed
-113
tests/aslts/src/runtime/collections/bdemo/ACPICA/0136/DECL.asl
file removed
-47
tests/aslts/src/runtime/collections/bdemo/ACPICA/0136/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0136/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0137/DECL.asl
file removed
-53
tests/aslts/src/runtime/collections/bdemo/ACPICA/0137/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0137/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0138/DECL.asl
file removed
-47
tests/aslts/src/runtime/collections/bdemo/ACPICA/0138/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0138/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0139/DECL.asl
file removed
-72
tests/aslts/src/runtime/collections/bdemo/ACPICA/0139/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0139/RUN.asl
file removed
-36
tests/aslts/src/runtime/collections/bdemo/ACPICA/0140_ASL/DECL.asl
file removed
-44
tests/aslts/src/runtime/collections/bdemo/ACPICA/0140_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0141_SPEC/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0142_ASL/DECL.asl
file removed
-52
tests/aslts/src/runtime/collections/bdemo/ACPICA/0142_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0143/DECL.asl
file removed
-66
tests/aslts/src/runtime/collections/bdemo/ACPICA/0143/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0143/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0144/DECL.asl
file removed
-75
tests/aslts/src/runtime/collections/bdemo/ACPICA/0144/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0144/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0145_ASL/DECL.asl
file removed
-42
tests/aslts/src/runtime/collections/bdemo/ACPICA/0145_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0146/DECL.asl
file removed
-53
tests/aslts/src/runtime/collections/bdemo/ACPICA/0146/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0146/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0147/DECL.asl
file removed
-52
tests/aslts/src/runtime/collections/bdemo/ACPICA/0147/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0147/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0148_ASL/DECL.asl
file removed
-80
tests/aslts/src/runtime/collections/bdemo/ACPICA/0148_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0149_SPEC/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0150/DECL.asl
file removed
-176
tests/aslts/src/runtime/collections/bdemo/ACPICA/0150/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0150/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0151/DECL.asl
file removed
-115
tests/aslts/src/runtime/collections/bdemo/ACPICA/0151/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0151/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0152_ASL/DECL.asl
file removed
-68
tests/aslts/src/runtime/collections/bdemo/ACPICA/0152_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0153/DECL.asl
file removed
-71
tests/aslts/src/runtime/collections/bdemo/ACPICA/0153/Exc.asl
file removed
-78
tests/aslts/src/runtime/collections/bdemo/ACPICA/0153/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0153/Mix.asl
file removed
-319
tests/aslts/src/runtime/collections/bdemo/ACPICA/0153/RUN.asl
file removed
-59
tests/aslts/src/runtime/collections/bdemo/ACPICA/0153/ToBuffer.asl
file removed
-142
tests/aslts/src/runtime/collections/bdemo/ACPICA/0153/ToDevice.asl
file removed
-242
tests/aslts/src/runtime/collections/bdemo/ACPICA/0153/ToDeviceGlob.asl
file removed
-381
tests/aslts/src/runtime/collections/bdemo/ACPICA/0153/ToEvent.asl
file removed
-242
tests/aslts/src/runtime/collections/bdemo/ACPICA/0153/ToInteger.asl
file removed
-95
tests/aslts/src/runtime/collections/bdemo/ACPICA/0153/ToMutex.asl
file removed
-242
tests/aslts/src/runtime/collections/bdemo/ACPICA/0153/ToPackage.asl
file removed
-153
tests/aslts/src/runtime/collections/bdemo/ACPICA/0153/ToPowerRes.asl
file removed
-242
tests/aslts/src/runtime/collections/bdemo/ACPICA/0153/ToProcessor.asl
file removed
-242
tests/aslts/src/runtime/collections/bdemo/ACPICA/0153/ToRegion.asl
file removed
-242
tests/aslts/src/runtime/collections/bdemo/ACPICA/0153/ToString.asl
file removed
-95
tests/aslts/src/runtime/collections/bdemo/ACPICA/0153/ToThermalZone.asl
file removed
-242
tests/aslts/src/runtime/collections/bdemo/ACPICA/0154/DECL.asl
file removed
-67
tests/aslts/src/runtime/collections/bdemo/ACPICA/0154/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0154/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0155/DECL.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0155/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0155/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0156_ML/DECL.asl
file removed
-62
tests/aslts/src/runtime/collections/bdemo/ACPICA/0156_ML/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0156_ML/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0157/DECL.asl
file removed
-90
tests/aslts/src/runtime/collections/bdemo/ACPICA/0157/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0157/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0158_ML/DECL.asl
file removed
-67
tests/aslts/src/runtime/collections/bdemo/ACPICA/0158_ML/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0158_ML/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0159_ML/DECL.asl
file removed
-65
tests/aslts/src/runtime/collections/bdemo/ACPICA/0159_ML/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0159_ML/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0160/DECL.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0160/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0160/RUN.asl
file removed
-36
tests/aslts/src/runtime/collections/bdemo/ACPICA/0161/DECL.asl
file removed
-280
tests/aslts/src/runtime/collections/bdemo/ACPICA/0161/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0161/RUN.asl
file removed
-41
tests/aslts/src/runtime/collections/bdemo/ACPICA/0162/DECL.asl
file removed
-73
tests/aslts/src/runtime/collections/bdemo/ACPICA/0162/MAIN.asl
file removed
-62
tests/aslts/src/runtime/collections/bdemo/ACPICA/0162/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0163_ML/DECL.asl
file removed
-77
tests/aslts/src/runtime/collections/bdemo/ACPICA/0163_ML/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0163_ML/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0164_ACTION_REQUIRED/DECL.asl
file removed
-44
tests/aslts/src/runtime/collections/bdemo/ACPICA/0165_ML/DECL.asl
file removed
-71
tests/aslts/src/runtime/collections/bdemo/ACPICA/0165_ML/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0165_ML/RUN.asl
file removed
-36
tests/aslts/src/runtime/collections/bdemo/ACPICA/0166_ML/DECL.asl
file removed
-117
tests/aslts/src/runtime/collections/bdemo/ACPICA/0166_ML/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0166_ML/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0167/DECL.asl
file removed
-143
tests/aslts/src/runtime/collections/bdemo/ACPICA/0167/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0167/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0168_ACT_REQ_NOPT/DECL.asl
file removed
-72
tests/aslts/src/runtime/collections/bdemo/ACPICA/0168_ACT_REQ_NOPT/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0168_ACT_REQ_NOPT/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0169/DECL.asl
file removed
-53
tests/aslts/src/runtime/collections/bdemo/ACPICA/0169/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0169/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0170/DECL.asl
file removed
-58
tests/aslts/src/runtime/collections/bdemo/ACPICA/0170/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0170/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0171_ACTION_REQUIRED/DECL.asl
file removed
-57
tests/aslts/src/runtime/collections/bdemo/ACPICA/0171_ACTION_REQUIRED/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0171_ACTION_REQUIRED/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0172_OUTSTAND_ALLOC/DECL.asl
file removed
-49
tests/aslts/src/runtime/collections/bdemo/ACPICA/0172_OUTSTAND_ALLOC/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0172_OUTSTAND_ALLOC/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0173_DEMO_IMPOSSIBLE/DECL.asl
file removed
-52
tests/aslts/src/runtime/collections/bdemo/ACPICA/0174/DECL.asl
file removed
-40
tests/aslts/src/runtime/collections/bdemo/ACPICA/0174/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0174/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0175/DECL.asl
file removed
-53
tests/aslts/src/runtime/collections/bdemo/ACPICA/0175/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0175/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0176/DECL.asl
file removed
-52
tests/aslts/src/runtime/collections/bdemo/ACPICA/0176/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0176/RUN.asl
file removed
-44
tests/aslts/src/runtime/collections/bdemo/ACPICA/0177/DECL.asl
file removed
-122
tests/aslts/src/runtime/collections/bdemo/ACPICA/0177/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0177/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0178/DECL.asl
file removed
-110
tests/aslts/src/runtime/collections/bdemo/ACPICA/0178/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0178/RUN.asl
file removed
-48
tests/aslts/src/runtime/collections/bdemo/ACPICA/0179/DECL.asl
file removed
-42
tests/aslts/src/runtime/collections/bdemo/ACPICA/0179/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0179/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0180_ASL_RUNTIME/DECL.asl
file removed
-73
tests/aslts/src/runtime/collections/bdemo/ACPICA/0180_ASL_RUNTIME/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0180_ASL_RUNTIME/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0181_ASL_RUNTIME/DECL.asl
file removed
-44
tests/aslts/src/runtime/collections/bdemo/ACPICA/0181_ASL_RUNTIME/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0181_ASL_RUNTIME/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0182/DECL.asl
file removed
-72
tests/aslts/src/runtime/collections/bdemo/ACPICA/0182/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0182/RUN.asl
file removed
-36
tests/aslts/src/runtime/collections/bdemo/ACPICA/0183/DECL.asl
file removed
-62
tests/aslts/src/runtime/collections/bdemo/ACPICA/0183/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0183/RUN.asl
file removed
-40
tests/aslts/src/runtime/collections/bdemo/ACPICA/0184/DECL.asl
file removed
-48
tests/aslts/src/runtime/collections/bdemo/ACPICA/0184/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0184/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0185/DECL.asl
file removed
-96
tests/aslts/src/runtime/collections/bdemo/ACPICA/0185/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0185/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0186/DECL.asl
file removed
-144
tests/aslts/src/runtime/collections/bdemo/ACPICA/0186/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0186/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0187/DECL.asl
file removed
-60
tests/aslts/src/runtime/collections/bdemo/ACPICA/0187/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0187/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0188/DECL.asl
file removed
-58
tests/aslts/src/runtime/collections/bdemo/ACPICA/0188/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0188/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0189/DECL.asl
file removed
-53
tests/aslts/src/runtime/collections/bdemo/ACPICA/0189/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0189/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0190/DECL.asl
file removed
-48
tests/aslts/src/runtime/collections/bdemo/ACPICA/0190/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0190/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0191/DECL.asl
file removed
-59
tests/aslts/src/runtime/collections/bdemo/ACPICA/0191/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0191/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0192/DECL.asl
file removed
-1167
tests/aslts/src/runtime/collections/bdemo/ACPICA/0192/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0192/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0193/DECL.asl
file removed
-91
tests/aslts/src/runtime/collections/bdemo/ACPICA/0193/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0193/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0194/DECL.asl
file removed
-62
tests/aslts/src/runtime/collections/bdemo/ACPICA/0194/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0194/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0195/DECL.asl
file removed
-100
tests/aslts/src/runtime/collections/bdemo/ACPICA/0195/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0195/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0196/DECL.asl
file removed
-40
tests/aslts/src/runtime/collections/bdemo/ACPICA/0196/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0196/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0197/DECL.asl
file removed
-40
tests/aslts/src/runtime/collections/bdemo/ACPICA/0197/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0197/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0198/DECL.0000.asl
file removed
-168
tests/aslts/src/runtime/collections/bdemo/ACPICA/0198/DECL.asl
file removed
-225
tests/aslts/src/runtime/collections/bdemo/ACPICA/0198/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0198/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0199/DECL.asl
file removed
-91
tests/aslts/src/runtime/collections/bdemo/ACPICA/0199/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0199/RUN.asl
file removed
-36
tests/aslts/src/runtime/collections/bdemo/ACPICA/0200/DECL.asl
file removed
-222
tests/aslts/src/runtime/collections/bdemo/ACPICA/0200/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0200/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0201_OUTSTAND_ALLOC/DECL.asl
file removed
-175
tests/aslts/src/runtime/collections/bdemo/ACPICA/0201_OUTSTAND_ALLOC/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0201_OUTSTAND_ALLOC/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0202_SEE_129/DECL.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0203/DECL.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0203/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0203/RUN.asl
file removed
-39
tests/aslts/src/runtime/collections/bdemo/ACPICA/0204/DECL.asl
file removed
-53
tests/aslts/src/runtime/collections/bdemo/ACPICA/0204/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0204/RUN.asl
file removed
-39
tests/aslts/src/runtime/collections/bdemo/ACPICA/0205/DECL.asl
file removed
-50
tests/aslts/src/runtime/collections/bdemo/ACPICA/0205/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0205/RUN.asl
file removed
-39
tests/aslts/src/runtime/collections/bdemo/ACPICA/0206/DECL.asl
file removed
-58
tests/aslts/src/runtime/collections/bdemo/ACPICA/0206/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0206/RUN.asl
file removed
-39
tests/aslts/src/runtime/collections/bdemo/ACPICA/0207/DECL.asl
file removed
-58
tests/aslts/src/runtime/collections/bdemo/ACPICA/0207/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0207/RUN.asl
file removed
-39
tests/aslts/src/runtime/collections/bdemo/ACPICA/0208/DECL.asl
file removed
-84
tests/aslts/src/runtime/collections/bdemo/ACPICA/0208/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0208/RUN.asl
file removed
-39
tests/aslts/src/runtime/collections/bdemo/ACPICA/0209_ML_SEE_135/DECL.asl
file removed
-39
tests/aslts/src/runtime/collections/bdemo/ACPICA/0210/DECL.asl
file removed
-66
tests/aslts/src/runtime/collections/bdemo/ACPICA/0210/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0210/RUN.asl
file removed
-35
tests/aslts/src/runtime/collections/bdemo/ACPICA/0211/DECL.asl
file removed
-61
tests/aslts/src/runtime/collections/bdemo/ACPICA/0211/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0211/RUN.asl
file removed
-35
tests/aslts/src/runtime/collections/bdemo/ACPICA/0212/Common.asl
file removed
-31
tests/aslts/src/runtime/collections/bdemo/ACPICA/0212/DECL.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0212/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0212/Misc.asl
file removed
-424
tests/aslts/src/runtime/collections/bdemo/ACPICA/0212/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0213/DECL.asl
file removed
-57
tests/aslts/src/runtime/collections/bdemo/ACPICA/0213/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0213/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0214/DECL.asl
file removed
-84
tests/aslts/src/runtime/collections/bdemo/ACPICA/0214/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0214/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0215/DECL.asl
file removed
-92
tests/aslts/src/runtime/collections/bdemo/ACPICA/0215/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0215/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0216/DECL.asl
file removed
-779
tests/aslts/src/runtime/collections/bdemo/ACPICA/0216/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0216/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0217/DECL.asl
file removed
-58
tests/aslts/src/runtime/collections/bdemo/ACPICA/0217/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0217/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0218/DECL.asl
file removed
-94
tests/aslts/src/runtime/collections/bdemo/ACPICA/0218/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0218/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0219/DECL.asl
file removed
-48
tests/aslts/src/runtime/collections/bdemo/ACPICA/0219/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0219/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0220/DECL.asl
file removed
-71
tests/aslts/src/runtime/collections/bdemo/ACPICA/0220/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0220/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0221/DECL.asl
file removed
-71
tests/aslts/src/runtime/collections/bdemo/ACPICA/0221/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0221/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0222/DECL.asl
file removed
-63
tests/aslts/src/runtime/collections/bdemo/ACPICA/0222/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0222/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0223/DECL.asl
file removed
-104
tests/aslts/src/runtime/collections/bdemo/ACPICA/0223/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0223/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0224/DECL.asl
file removed
-78
tests/aslts/src/runtime/collections/bdemo/ACPICA/0224/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0224/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0225_ASL/DECL.asl
file removed
-58
tests/aslts/src/runtime/collections/bdemo/ACPICA/0225_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0226/DECL.asl
file removed
-80
tests/aslts/src/runtime/collections/bdemo/ACPICA/0226/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0226/RUN.asl
file removed
-36
tests/aslts/src/runtime/collections/bdemo/ACPICA/0227_ASL/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0227_ASL/MAIN.asl
file removed
-69
tests/aslts/src/runtime/collections/bdemo/ACPICA/0228/DECL.asl
file removed
-65
tests/aslts/src/runtime/collections/bdemo/ACPICA/0228/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0228/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0229/DECL.asl
file removed
-46
tests/aslts/src/runtime/collections/bdemo/ACPICA/0229/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0229/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0230/DECL.asl
file removed
-118
tests/aslts/src/runtime/collections/bdemo/ACPICA/0230/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0230/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0231/DECL.asl
file removed
-101
tests/aslts/src/runtime/collections/bdemo/ACPICA/0231/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0231/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0232_F_OPTION/DECL.asl
file removed
-80
tests/aslts/src/runtime/collections/bdemo/ACPICA/0232_F_OPTION/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0232_F_OPTION/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0233_ASL/DECL.asl
file removed
-48
tests/aslts/src/runtime/collections/bdemo/ACPICA/0233_ASL/MAIN.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0234_ASL_RUNTIME/DECL.asl
file removed
-35
tests/aslts/src/runtime/collections/bdemo/ACPICA/0235_ASL_RUNTIME/DECL.asl
file removed
-35
tests/aslts/src/runtime/collections/bdemo/ACPICA/0236_ASL/DECL.asl
file removed
-70
tests/aslts/src/runtime/collections/bdemo/ACPICA/0236_ASL/MAIN.asl
file removed
-39
tests/aslts/src/runtime/collections/bdemo/ACPICA/0237_ASL/DECL.asl
file removed
-78
tests/aslts/src/runtime/collections/bdemo/ACPICA/0237_ASL/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0238/DECL.asl
file removed
-74
tests/aslts/src/runtime/collections/bdemo/ACPICA/0238/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0238/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0239_ACTION_REQUIRED/DECL.asl
file removed
-97
tests/aslts/src/runtime/collections/bdemo/ACPICA/0239_ACTION_REQUIRED/MAIN.asl
file removed
-82
tests/aslts/src/runtime/collections/bdemo/ACPICA/0239_ACTION_REQUIRED/RUN.asl
file removed
-45
tests/aslts/src/runtime/collections/bdemo/ACPICA/0240_ACTION_REQUIRED/DECL.asl
file removed
-152
tests/aslts/src/runtime/collections/bdemo/ACPICA/0240_ACTION_REQUIRED/MAIN.asl
file removed
-82
tests/aslts/src/runtime/collections/bdemo/ACPICA/0240_ACTION_REQUIRED/RUN.asl
file removed
-53
tests/aslts/src/runtime/collections/bdemo/ACPICA/0241/DECL.asl
file removed
-60
tests/aslts/src/runtime/collections/bdemo/ACPICA/0241/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0241/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0242/DECL.asl
file removed
-261
tests/aslts/src/runtime/collections/bdemo/ACPICA/0242/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0242/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0243/DECL.asl
file removed
-115
tests/aslts/src/runtime/collections/bdemo/ACPICA/0243/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0243/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0244/DECL.asl
file removed
-372
tests/aslts/src/runtime/collections/bdemo/ACPICA/0244/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0244/RUN.asl
file removed
-36
tests/aslts/src/runtime/collections/bdemo/ACPICA/0245_SPEC/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0246/DECL.asl
file removed
-67
tests/aslts/src/runtime/collections/bdemo/ACPICA/0246/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0246/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0247/DECL.asl
file removed
-99
tests/aslts/src/runtime/collections/bdemo/ACPICA/0247/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0247/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0248/DECL.asl
file removed
-225
tests/aslts/src/runtime/collections/bdemo/ACPICA/0248/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0248/RUN.asl
file removed
-45
tests/aslts/src/runtime/collections/bdemo/ACPICA/0249_DEMO_IMPOSSIBLE/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0250_DEMO_IMPOSSIBLE/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0251_ACTION_REQUIRED/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0251_ACTION_REQUIRED/MAIN.asl
file removed
-127
tests/aslts/src/runtime/collections/bdemo/ACPICA/0252_ASL/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0252_ASL/MAIN.asl
file removed
-59
tests/aslts/src/runtime/collections/bdemo/ACPICA/0253_DEMO_IMPOSSIBLE/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0254_DEMO_IMPOSSIBLE/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0255_DEMO_IMPOSSIBLE/DECL.asl
file removed
-35
tests/aslts/src/runtime/collections/bdemo/ACPICA/0256_DEMO_IMPOSSIBLE/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0257/DECL.asl
file removed
-101
tests/aslts/src/runtime/collections/bdemo/ACPICA/0257/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0257/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0257/ssdt.c
file removed
-51
tests/aslts/src/runtime/collections/bdemo/ACPICA/0258/DECL.asl
file removed
-100
tests/aslts/src/runtime/collections/bdemo/ACPICA/0258/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0258/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0258/ssdt.c
file removed
-51
tests/aslts/src/runtime/collections/bdemo/ACPICA/0259/DECL.asl
file removed
-119
tests/aslts/src/runtime/collections/bdemo/ACPICA/0259/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0259/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0259/ssdt.asl
file removed
-44
tests/aslts/src/runtime/collections/bdemo/ACPICA/0260/DECL.asl
file removed
-100
tests/aslts/src/runtime/collections/bdemo/ACPICA/0260/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0260/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0261/DECL.asl
file removed
-104
tests/aslts/src/runtime/collections/bdemo/ACPICA/0261/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0261/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0262/DECL.asl
file removed
-70
tests/aslts/src/runtime/collections/bdemo/ACPICA/0262/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0262/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0263/DECL.asl
file removed
-124
tests/aslts/src/runtime/collections/bdemo/ACPICA/0263/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0263/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0264/DECL.asl
file removed
-135
tests/aslts/src/runtime/collections/bdemo/ACPICA/0264/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0264/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0265/DECL.asl
file removed
-111
tests/aslts/src/runtime/collections/bdemo/ACPICA/0265/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0265/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0266_DEMO_IMPOSSIBLE/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0267_DEMO_IMPOSSIBLE/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0268/DECL.asl
file removed
-69
tests/aslts/src/runtime/collections/bdemo/ACPICA/0268/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0268/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0269/DECL.asl
file removed
-112
tests/aslts/src/runtime/collections/bdemo/ACPICA/0269/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0269/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0270_SPEC/DECL.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0271/DECL.asl
file removed
-90
tests/aslts/src/runtime/collections/bdemo/ACPICA/0271/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0271/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0272/DECL.asl
file removed
-90
tests/aslts/src/runtime/collections/bdemo/ACPICA/0272/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0272/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0273/DECL.asl
file removed
-109
tests/aslts/src/runtime/collections/bdemo/ACPICA/0273/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0273/RUN.asl
file removed
-44
tests/aslts/src/runtime/collections/bdemo/ACPICA/0273/oem1.asl
file removed
-26
tests/aslts/src/runtime/collections/bdemo/ACPICA/0274/DECL.asl
file removed
-94
tests/aslts/src/runtime/collections/bdemo/ACPICA/0274/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0274/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0275/DECL.asl
file removed
-82
tests/aslts/src/runtime/collections/bdemo/ACPICA/0275/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0275/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0276_LARGE_REF_COUNT/DECL.asl
file removed
-126
tests/aslts/src/runtime/collections/bdemo/ACPICA/0276_LARGE_REF_COUNT/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0276_LARGE_REF_COUNT/RUN.asl
file removed
-42
tests/aslts/src/runtime/collections/bdemo/ACPICA/0277_ACTION_REQUIRED/Info.txt
file removed
-62
tests/aslts/src/runtime/collections/bdemo/ACPICA/0278/DECL.asl
file removed
-121
tests/aslts/src/runtime/collections/bdemo/ACPICA/0278/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0278/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0278/ssdt.asl
file removed
-43
tests/aslts/src/runtime/collections/bdemo/ACPICA/0279_ASL_RUNTIME/DECL.asl
file removed
-46
tests/aslts/src/runtime/collections/bdemo/ACPICA/0279_ASL_RUNTIME/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0279_ASL_RUNTIME/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0280_ASL_RUNTIME/DECL.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0280_ASL_RUNTIME/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0280_ASL_RUNTIME/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0281/DECL.asl
file removed
-128
tests/aslts/src/runtime/collections/bdemo/ACPICA/0281/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0281/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0282/DECL.asl
file removed
-54
tests/aslts/src/runtime/collections/bdemo/ACPICA/0282/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0282/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0283/DECL.asl
file removed
-84
tests/aslts/src/runtime/collections/bdemo/ACPICA/0283/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0283/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0284/DECL.asl
file removed
-83
tests/aslts/src/runtime/collections/bdemo/ACPICA/0284/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0284/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0285/DECL.asl
file removed
-76
tests/aslts/src/runtime/collections/bdemo/ACPICA/0285/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0285/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0286/DECL.asl
file removed
-87
tests/aslts/src/runtime/collections/bdemo/ACPICA/0286/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0286/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0287/DECL.asl
file removed
-76
tests/aslts/src/runtime/collections/bdemo/ACPICA/0287/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0287/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0288_ASL_RUNTIME/DECL.asl
file removed
-65
tests/aslts/src/runtime/collections/bdemo/ACPICA/0288_ASL_RUNTIME/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0288_ASL_RUNTIME/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0289/DECL.asl
file removed
-80
tests/aslts/src/runtime/collections/bdemo/ACPICA/0289/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0289/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0290/DECL.asl
file removed
-93
tests/aslts/src/runtime/collections/bdemo/ACPICA/0290/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0290/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0291_ASL_RUNTIME/DECL.asl
file removed
-60
tests/aslts/src/runtime/collections/bdemo/ACPICA/0291_ASL_RUNTIME/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0291_ASL_RUNTIME/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0292/DECL.asl
file removed
-78
tests/aslts/src/runtime/collections/bdemo/ACPICA/0292/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0292/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0293/DECL.asl
file removed
-80
tests/aslts/src/runtime/collections/bdemo/ACPICA/0293/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0293/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0294/DECL.asl
file removed
-275
tests/aslts/src/runtime/collections/bdemo/ACPICA/0294/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0294/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0295_ASL/DECL.asl
file removed
-42
tests/aslts/src/runtime/collections/bdemo/ACPICA/0295_ASL/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/bdemo/ACPICA/0296/DECL.asl
file removed
-64
tests/aslts/src/runtime/collections/bdemo/ACPICA/0296/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0296/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0297_ACTIONS_REQUIRED/DECL.asl
file removed
-454
tests/aslts/src/runtime/collections/bdemo/ACPICA/0297_ACTIONS_REQUIRED/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0297_ACTIONS_REQUIRED/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0298_ACTIONS_REQUIRED/DECL.asl
file removed
-82
tests/aslts/src/runtime/collections/bdemo/ACPICA/0298_ACTIONS_REQUIRED/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0298_ACTIONS_REQUIRED/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0299_ACTIONS_REQUIRED/DECL.asl
file removed
-128
tests/aslts/src/runtime/collections/bdemo/ACPICA/0299_ACTIONS_REQUIRED/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0299_ACTIONS_REQUIRED/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0300/DECL.asl
file removed
-90
tests/aslts/src/runtime/collections/bdemo/ACPICA/0300/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0300/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0301/DECL.asl
file removed
-141
tests/aslts/src/runtime/collections/bdemo/ACPICA/0301/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0301/RUN.asl
file removed
-38
tests/aslts/src/runtime/collections/bdemo/ACPICA/0302/DECL.asl
file removed
-95
tests/aslts/src/runtime/collections/bdemo/ACPICA/0302/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0302/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0303/DECL.asl
file removed
-110
tests/aslts/src/runtime/collections/bdemo/ACPICA/0303/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0303/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0304/DECL.asl
file removed
-294
tests/aslts/src/runtime/collections/bdemo/ACPICA/0304/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0304/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/bdemo/ACPICA/0305/DECL.asl
file removed
-61
tests/aslts/src/runtime/collections/bdemo/ACPICA/0305/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0305/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/0306/DECL.asl
file removed
-70
tests/aslts/src/runtime/collections/bdemo/ACPICA/0306/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/bdemo/ACPICA/0306/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/bdemo/ACPICA/Makefile
file removed
-6
tests/aslts/src/runtime/collections/bdemo/ACPICA/README
file removed
-59
tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/DECL.asl
file removed
-441
tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/MAIN.asl
file removed
-72
tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/Makefile
file removed
-7
tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/RUN.asl
file removed
-433
tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemof/DECL.asl
file removed
-41
tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemof/MAIN.asl
file removed
-73
tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemof/Makefile
file removed
-8
tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemof/RUN.asl
file removed
-31
tests/aslts/src/runtime/collections/bdemo/ACPICA/common/DECL.asl
file removed
-31
tests/aslts/src/runtime/collections/bdemo/ACPICA/common/data.asl
file removed
-284
tests/aslts/src/runtime/collections/bdemo/ACPICA/common/data.src.asl
file removed
-278
tests/aslts/src/runtime/collections/bdemo/ACPICA/common/proc.asl
file removed
-377
tests/aslts/src/runtime/collections/bdemo/Makefile
file removed
-6
tests/aslts/src/runtime/collections/bdemo/README
file removed
-9
tests/aslts/src/runtime/collections/complex/FULL/DECL.asl
file removed
-48
tests/aslts/src/runtime/collections/complex/FULL/MAIN.asl
file removed
-60
tests/aslts/src/runtime/collections/complex/FULL/RUN.asl
file removed
-41
tests/aslts/src/runtime/collections/complex/Makefile
file removed
-14
tests/aslts/src/runtime/collections/complex/README
file removed
-40
tests/aslts/src/runtime/collections/complex/badasl/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/complex/badasl/Makefile
file removed
-8
tests/aslts/src/runtime/collections/complex/badasl/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/complex/badasl/badasl.asl
file removed
-246
tests/aslts/src/runtime/collections/complex/misc/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/complex/misc/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/misc/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/complex/misc/misc.asl
file removed
-1332
tests/aslts/src/runtime/collections/complex/namespace/DECL.asl
file removed
-46
tests/aslts/src/runtime/collections/complex/namespace/MAIN.asl
file removed
-61
tests/aslts/src/runtime/collections/complex/namespace/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/namespace/RUN.asl
file removed
-60
tests/aslts/src/runtime/collections/complex/namespace/fullpath.asl
file removed
-114
tests/aslts/src/runtime/collections/complex/namespace/ns0.asl
file removed
-378
tests/aslts/src/runtime/collections/complex/namespace/ns0_root.asl
file removed
-373
tests/aslts/src/runtime/collections/complex/namespace/ns1.asl
file removed
-736
tests/aslts/src/runtime/collections/complex/namespace/ns2.asl
file removed
-162
tests/aslts/src/runtime/collections/complex/namespace/ns2_root.asl
file removed
-220
tests/aslts/src/runtime/collections/complex/namespace/ns3.asl
file removed
-977
tests/aslts/src/runtime/collections/complex/namespace/ns4.asl
file removed
-128
tests/aslts/src/runtime/collections/complex/namespace/ns5.asl
file removed
-327
tests/aslts/src/runtime/collections/complex/namespace/ns6.asl
file removed
-64
tests/aslts/src/runtime/collections/complex/namespace/ns7.asl
file removed
-3
tests/aslts/src/runtime/collections/complex/namespace/scope.asl
file removed
-59
tests/aslts/src/runtime/collections/complex/operand/Makefile
file removed
-6
tests/aslts/src/runtime/collections/complex/operand/common/ocommon.asl
file removed
-1995
tests/aslts/src/runtime/collections/complex/operand/tests/FULL/DECL.asl
file removed
-42
tests/aslts/src/runtime/collections/complex/operand/tests/FULL/MAIN.asl
file removed
-59
tests/aslts/src/runtime/collections/complex/operand/tests/FULL/RUN.asl
file removed
-40
tests/aslts/src/runtime/collections/complex/operand/tests/Makefile
file removed
-18
tests/aslts/src/runtime/collections/complex/operand/tests/SPEC
file removed
-177
tests/aslts/src/runtime/collections/complex/operand/tests/oarg/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/complex/operand/tests/oarg/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/operand/tests/oarg/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/complex/operand/tests/oarg/oarg.asl
file removed
-25240
tests/aslts/src/runtime/collections/complex/operand/tests/oconst/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/complex/operand/tests/oconst/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/operand/tests/oconst/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/complex/operand/tests/oconst/oconst.asl
file removed
-27005
tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/MAIN.asl
file removed
-58
tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/oconversion.asl
file removed
-42
tests/aslts/src/runtime/collections/complex/operand/tests/olocal/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/complex/operand/tests/olocal/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/operand/tests/olocal/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/complex/operand/tests/olocal/olocal.asl
file removed
-25620
tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/MAIN.asl
file removed
-57
tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob1.asl
file removed
-25188
tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/onamedglob2.asl
file removed
-12430
tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/MAIN.asl
file removed
-57
tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc1.asl
file removed
-25628
tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/onamedloc2.asl
file removed
-12708
tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/opackageel.asl
file removed
-25197
tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/MAIN.asl
file removed
-57
tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed1.asl
file removed
-25198
tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/oreftonamed2.asl
file removed
-12416
tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/oreftopackageel.asl
file removed
-25200
tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/oreturn.asl
file removed
-25198
tests/aslts/src/runtime/collections/complex/provoke/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/complex/provoke/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/provoke/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/complex/provoke/provoke.asl
file removed
-134
tests/aslts/src/runtime/collections/complex/result/Makefile
file removed
-6
tests/aslts/src/runtime/collections/complex/result/common/rcommon.asl
file removed
-4493
tests/aslts/src/runtime/collections/complex/result/tests/FULL/DECL.asl
file removed
-35
tests/aslts/src/runtime/collections/complex/result/tests/FULL/MAIN.asl
file removed
-59
tests/aslts/src/runtime/collections/complex/result/tests/FULL/RUN.asl
file removed
-36
tests/aslts/src/runtime/collections/complex/result/tests/Makefile
file removed
-14
tests/aslts/src/runtime/collections/complex/result/tests/SPEC
file removed
-477
tests/aslts/src/runtime/collections/complex/result/tests/rconversion/MAIN.asl
file removed
-58
tests/aslts/src/runtime/collections/complex/result/tests/rconversion/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/result/tests/rconversion/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/complex/result/tests/rconversion/rconversion.asl
file removed
-42
tests/aslts/src/runtime/collections/complex/result/tests/rcopyobject/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/complex/result/tests/rcopyobject/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/result/tests/rcopyobject/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/complex/result/tests/rcopyobject/rcopyobject.asl
file removed
-43
tests/aslts/src/runtime/collections/complex/result/tests/rexplicitconv/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/complex/result/tests/rexplicitconv/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/result/tests/rexplicitconv/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/complex/result/tests/rexplicitconv/rexplicitconv.asl
file removed
-1400
tests/aslts/src/runtime/collections/complex/result/tests/rindecrement/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/complex/result/tests/rindecrement/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/result/tests/rindecrement/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/complex/result/tests/rindecrement/rindecrement.asl
file removed
-820
tests/aslts/src/runtime/collections/complex/result/tests/roptional/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/complex/result/tests/roptional/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/result/tests/roptional/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/complex/result/tests/roptional/roptional.asl
file removed
-2362
tests/aslts/src/runtime/collections/complex/result/tests/rstore/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/complex/result/tests/rstore/Makefile
file removed
-7
tests/aslts/src/runtime/collections/complex/result/tests/rstore/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/complex/result/tests/rstore/rstore.asl
file removed
-3959
tests/aslts/src/runtime/collections/exceptions/FULL/DECL.asl
file removed
-57
tests/aslts/src/runtime/collections/exceptions/FULL/MAIN.asl
file removed
-63
tests/aslts/src/runtime/collections/exceptions/FULL/RUN.asl
file removed
-37
tests/aslts/src/runtime/collections/exceptions/Makefile
file removed
-13
tests/aslts/src/runtime/collections/exceptions/README
file removed
-30
tests/aslts/src/runtime/collections/exceptions/exc/MAIN.asl
file removed
-69
tests/aslts/src/runtime/collections/exceptions/exc/Makefile
file removed
-7
tests/aslts/src/runtime/collections/exceptions/exc/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/exceptions/exc/exc.asl
file removed
-1547
tests/aslts/src/runtime/collections/exceptions/exc_operand/FULL/MAIN.asl
file removed
-76
tests/aslts/src/runtime/collections/exceptions/exc_operand/Makefile
file removed
-10
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/MAIN.asl
file removed
-59
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/Makefile
file removed
-7
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/exc_operand1.asl
file removed
-42
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/MAIN.asl
file removed
-71
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/Makefile
file removed
-7
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_00_undef.asl
file removed
-2341
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_01_int.asl
file removed
-508
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_02_str.asl
file removed
-508
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_03_buf.asl
file removed
-398
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_04_pckg.asl
file removed
-3565
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_05_funit.asl
file removed
-292
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_06_dev.asl
file removed
-1675
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl
file removed
-1677
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_08_method.asl
file removed
-1677
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_09_mux.asl
file removed
-1677
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_10_oreg.asl
file removed
-1667
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_11_pwr.asl
file removed
-1677
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_12_proc.asl
file removed
-1677
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_13_tzone.asl
file removed
-1679
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_14_bfield.asl
file removed
-288
tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_operand2.asl
file removed
-94
tests/aslts/src/runtime/collections/exceptions/exc_ref/MAIN.asl
file removed
-61
tests/aslts/src/runtime/collections/exceptions/exc_ref/Makefile
file removed
-7
tests/aslts/src/runtime/collections/exceptions/exc_ref/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/exceptions/exc_result/Makefile
file removed
-10
tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/MAIN.asl
file removed
-58
tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/Makefile
file removed
-7
tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/exc_result1.asl
file removed
-42
tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/MAIN.asl
file removed
-59
tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/Makefile
file removed
-7
tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/exc_result2.asl
file removed
-74
tests/aslts/src/runtime/collections/exceptions/exc_tbl/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/exceptions/exc_tbl/Makefile
file removed
-7
tests/aslts/src/runtime/collections/exceptions/exc_tbl/RUN.asl
file removed
-35
tests/aslts/src/runtime/collections/functional/FULL/DECL.asl
file removed
-42
tests/aslts/src/runtime/collections/functional/FULL/MAIN.asl
file removed
-65
tests/aslts/src/runtime/collections/functional/FULL/RUN.asl
file removed
-42
tests/aslts/src/runtime/collections/functional/Makefile
file removed
-20
tests/aslts/src/runtime/collections/functional/README
file removed
-32
tests/aslts/src/runtime/collections/functional/arithmetic/DECL.asl
file removed
-30
tests/aslts/src/runtime/collections/functional/arithmetic/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/functional/arithmetic/Makefile
file removed
-7
tests/aslts/src/runtime/collections/functional/arithmetic/RUN.asl
file removed
-66
tests/aslts/src/runtime/collections/functional/arithmetic/arithmetic.asl
file removed
-1510
tests/aslts/src/runtime/collections/functional/bfield/DECL.asl
file removed
-30
tests/aslts/src/runtime/collections/functional/bfield/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/functional/bfield/Makefile
file removed
-7
tests/aslts/src/runtime/collections/functional/bfield/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/functional/bfield/crbuffield.asl
file removed
-1809
tests/aslts/src/runtime/collections/functional/constant/DECL.asl
file removed
-30
tests/aslts/src/runtime/collections/functional/constant/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/functional/constant/Makefile
file removed
-7
tests/aslts/src/runtime/collections/functional/constant/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/functional/constant/constants.asl
file removed
-69
tests/aslts/src/runtime/collections/functional/control/DECL.asl
file removed
-50
tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/DECL.asl
file removed
-31
tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/RUN.asl
file removed
-48
tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/add.asl
file removed
-779
tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/standaloneret.asl
file removed
-373
tests/aslts/src/runtime/collections/functional/control/ImplicitReturn/store.asl
file removed
-1343
tests/aslts/src/runtime/collections/functional/control/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/functional/control/Makefile
file removed
-7
tests/aslts/src/runtime/collections/functional/control/RUN.asl
file removed
-88
tests/aslts/src/runtime/collections/functional/control/Recursion/recursion.asl
file removed
-2420
tests/aslts/src/runtime/collections/functional/control/Recursion/stack_overflow.asl
file removed
-449
tests/aslts/src/runtime/collections/functional/control/Return/DECL.asl
file removed
-29
tests/aslts/src/runtime/collections/functional/control/Return/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/functional/control/Return/RUN.asl
file removed
-32
tests/aslts/src/runtime/collections/functional/control/Return/return.asl
file removed
-808
tests/aslts/src/runtime/collections/functional/control/ctl0.asl
file removed
-171
tests/aslts/src/runtime/collections/functional/control/ctl1.asl
file removed
-2059
tests/aslts/src/runtime/collections/functional/control/ctl2.asl
file removed
-812
tests/aslts/src/runtime/collections/functional/control/switch1.asl
file removed
-627
tests/aslts/src/runtime/collections/functional/control/switch2.asl
file removed
-1638
tests/aslts/src/runtime/collections/functional/control/switch3.asl
file removed
-937
tests/aslts/src/runtime/collections/functional/control/switch4.asl
file removed
-1270
tests/aslts/src/runtime/collections/functional/control/switch5.asl
file removed
-1035
tests/aslts/src/runtime/collections/functional/control/switch6.asl
file removed
-743
tests/aslts/src/runtime/collections/functional/control/timing.asl
file removed
-798
tests/aslts/src/runtime/collections/functional/control/while.asl
file removed
-5800
tests/aslts/src/runtime/collections/functional/copyobject/DECL.asl
file removed
-30
tests/aslts/src/runtime/collections/functional/descriptor/DECL.asl
file removed
-73
tests/aslts/src/runtime/collections/functional/descriptor/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/functional/descriptor/Makefile
file removed
-7
tests/aslts/src/runtime/collections/functional/descriptor/RUN.asl
file removed
-101
tests/aslts/src/runtime/collections/functional/descriptor/concatenaterestemplate.asl
file removed
-1005
tests/aslts/src/runtime/collections/functional/descriptor/dependentfn.asl
file removed
-181
tests/aslts/src/runtime/collections/functional/descriptor/dma.asl
file removed
-201
tests/aslts/src/runtime/collections/functional/descriptor/dwordio.asl
file removed
-535
tests/aslts/src/runtime/collections/functional/descriptor/dwordmemory.asl
file removed
-1042
tests/aslts/src/runtime/collections/functional/descriptor/dwordspace.asl
file removed
-441
tests/aslts/src/runtime/collections/functional/descriptor/extendedio.asl
file removed
-656
tests/aslts/src/runtime/collections/functional/descriptor/extendedmemory.asl
file removed
-1334
tests/aslts/src/runtime/collections/functional/descriptor/extendedspace.asl
file removed
-485
tests/aslts/src/runtime/collections/functional/descriptor/fixeddma.asl
file removed
-111
tests/aslts/src/runtime/collections/functional/descriptor/fixedio.asl
file removed
-85
tests/aslts/src/runtime/collections/functional/descriptor/gpioint.asl
file removed
-3816
tests/aslts/src/runtime/collections/functional/descriptor/gpioio.asl
file removed
-2841
tests/aslts/src/runtime/collections/functional/descriptor/i2cserialbus.asl
file removed
-420
tests/aslts/src/runtime/collections/functional/descriptor/interrupt.asl
file removed
-575
tests/aslts/src/runtime/collections/functional/descriptor/io.asl
file removed
-104
tests/aslts/src/runtime/collections/functional/descriptor/irq.asl
file removed
-157
tests/aslts/src/runtime/collections/functional/descriptor/irqnoflags.asl
file removed
-137
tests/aslts/src/runtime/collections/functional/descriptor/memory24.asl
file removed
-118
tests/aslts/src/runtime/collections/functional/descriptor/memory32.asl
file removed
-116
tests/aslts/src/runtime/collections/functional/descriptor/memory32fixed.asl
file removed
-103
tests/aslts/src/runtime/collections/functional/descriptor/qwordio.asl
file removed
-704
tests/aslts/src/runtime/collections/functional/descriptor/qwordmemory.asl
file removed
-1331
tests/aslts/src/runtime/collections/functional/descriptor/qwordspace.asl
file removed
-545
tests/aslts/src/runtime/collections/functional/descriptor/register.asl
file removed
-220
tests/aslts/src/runtime/collections/functional/descriptor/resourcetemplate.asl
file removed
-2929
tests/aslts/src/runtime/collections/functional/descriptor/rtemplate.asl
file removed
-164
tests/aslts/src/runtime/collections/functional/descriptor/spiserialbus.asl
file removed
-1771
tests/aslts/src/runtime/collections/functional/descriptor/uartserialbus.asl
file removed
-647
tests/aslts/src/runtime/collections/functional/descriptor/vendorlong.asl
file removed
-170
tests/aslts/src/runtime/collections/functional/descriptor/vendorshort.asl
file removed
-95
tests/aslts/src/runtime/collections/functional/descriptor/wordbusnumber.asl
file removed
-358
tests/aslts/src/runtime/collections/functional/descriptor/wordio.asl
file removed
-488
tests/aslts/src/runtime/collections/functional/descriptor/wordspace.asl
file removed
-377
tests/aslts/src/runtime/collections/functional/local/DECL.asl
file removed
-30
tests/aslts/src/runtime/collections/functional/local/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/functional/local/RUN.asl
file removed
-34
tests/aslts/src/runtime/collections/functional/local/local.asl
file removed
-149
tests/aslts/src/runtime/collections/functional/logic/DECL.asl
file removed
-30
tests/aslts/src/runtime/collections/functional/logic/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/functional/logic/Makefile
file removed
-7
tests/aslts/src/runtime/collections/functional/logic/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/functional/logic/logical.asl
file removed
-928
tests/aslts/src/runtime/collections/functional/manipulation/DECL.asl
file removed
-45
tests/aslts/src/runtime/collections/functional/manipulation/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/functional/manipulation/Makefile
file removed
-7
tests/aslts/src/runtime/collections/functional/manipulation/RUN.asl
file removed
-64
tests/aslts/src/runtime/collections/functional/manipulation/concatenate.asl
file removed
-362
tests/aslts/src/runtime/collections/functional/manipulation/eisaid.asl
file removed
-73
tests/aslts/src/runtime/collections/functional/manipulation/match1.asl
file removed
-959
tests/aslts/src/runtime/collections/functional/manipulation/match2.asl
file removed
-444
tests/aslts/src/runtime/collections/functional/manipulation/mid.asl
file removed
-292
tests/aslts/src/runtime/collections/functional/manipulation/objecttype.asl
file removed
-1041
tests/aslts/src/runtime/collections/functional/manipulation/sizeof.asl
file removed
-80
tests/aslts/src/runtime/collections/functional/manipulation/store.asl
file removed
-511
tests/aslts/src/runtime/collections/functional/manipulation/tobuffer.asl
file removed
-260
tests/aslts/src/runtime/collections/functional/manipulation/todecimalstring.asl
file removed
-208
tests/aslts/src/runtime/collections/functional/manipulation/tofrombcd.asl
file removed
-131
tests/aslts/src/runtime/collections/functional/manipulation/tohexstring.asl
file removed
-197
tests/aslts/src/runtime/collections/functional/manipulation/tointeger.asl
file removed
-420
tests/aslts/src/runtime/collections/functional/manipulation/tostring.asl
file removed
-314
tests/aslts/src/runtime/collections/functional/manipulation/touuid.asl
file removed
-59
tests/aslts/src/runtime/collections/functional/manipulation/unicode.asl
file removed
-101
tests/aslts/src/runtime/collections/functional/name/DECL.asl
file removed
-35
tests/aslts/src/runtime/collections/functional/name/MAIN.asl
file removed
-57
tests/aslts/src/runtime/collections/functional/name/Makefile
file removed
-7
tests/aslts/src/runtime/collections/functional/name/RUN.asl
file removed
-45
tests/aslts/src/runtime/collections/functional/name/function.asl
file removed
-562
tests/aslts/src/runtime/collections/functional/name/method.asl
file removed
-1090
tests/aslts/src/runtime/collections/functional/name/name.asl
file removed
-60
tests/aslts/src/runtime/collections/functional/name/package.asl
file removed
-1378
tests/aslts/src/runtime/collections/functional/reference/DECL.asl
file removed
-41
tests/aslts/src/runtime/collections/functional/reference/MAIN.asl
file removed
-65
tests/aslts/src/runtime/collections/functional/reference/Makefile
file removed
-7
tests/aslts/src/runtime/collections/functional/reference/RUN.asl
file removed
-44
tests/aslts/src/runtime/collections/functional/reference/SPEC
file removed
-2191
tests/aslts/src/runtime/collections/functional/reference/TABLES
file removed
-493
tests/aslts/src/runtime/collections/functional/reference/ref00.asl
file removed
-508
tests/aslts/src/runtime/collections/functional/reference/ref01.asl
file removed
-6648
tests/aslts/src/runtime/collections/functional/reference/ref02.asl
file removed
-1870
tests/aslts/src/runtime/collections/functional/reference/ref03.asl
file removed
-1870
tests/aslts/src/runtime/collections/functional/reference/ref04.asl
file removed
-3554
tests/aslts/src/runtime/collections/functional/reference/ref05.asl
file removed
-3155
tests/aslts/src/runtime/collections/functional/reference/ref06.asl
file removed
-735
tests/aslts/src/runtime/collections/functional/reference/ref07.asl
file removed
-1457
tests/aslts/src/runtime/collections/functional/reference/ref50.asl
file removed
-5578
tests/aslts/src/runtime/collections/functional/reference/ref70.asl
file removed
-919
tests/aslts/src/runtime/collections/functional/reference/ref71.asl
file removed
-134
tests/aslts/src/runtime/collections/functional/region/DECL.asl
file removed
-34
tests/aslts/src/runtime/collections/functional/region/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/functional/region/Makefile
file removed
-7
tests/aslts/src/runtime/collections/functional/region/RUN.asl
file removed
-37
tests/aslts/src/runtime/collections/functional/region/bankfield.asl
file removed
-11674
tests/aslts/src/runtime/collections/functional/region/dtregions.asl
file removed
-394
tests/aslts/src/runtime/collections/functional/region/indexfield.asl
file removed
-10454
tests/aslts/src/runtime/collections/functional/region/opregions.asl
file removed
-1066
tests/aslts/src/runtime/collections/functional/region/regionfield.asl
file removed
-24970
tests/aslts/src/runtime/collections/functional/synchronization/DECL.asl
file removed
-34
tests/aslts/src/runtime/collections/functional/synchronization/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/functional/synchronization/Makefile
file removed
-7
tests/aslts/src/runtime/collections/functional/synchronization/RUN.asl
file removed
-36
tests/aslts/src/runtime/collections/functional/synchronization/SPEC
file removed
-160
tests/aslts/src/runtime/collections/functional/synchronization/event.asl
file removed
-267
tests/aslts/src/runtime/collections/functional/synchronization/mutex.asl
file removed
-751
tests/aslts/src/runtime/collections/functional/synchronization/mutex2.asl
file removed
-2253
tests/aslts/src/runtime/collections/functional/synchronization/mutex_proc.asl
file removed
-749
tests/aslts/src/runtime/collections/functional/synchronization/serialized.asl
file removed
-1321
tests/aslts/src/runtime/collections/functional/table/DECL.asl
file removed
-32
tests/aslts/src/runtime/collections/functional/table/MAIN.asl
file removed
-56
tests/aslts/src/runtime/collections/functional/table/Makefile
file removed
-7
tests/aslts/src/runtime/collections/functional/table/RUN.asl
file removed
-35
tests/aslts/src/runtime/collections/functional/table/load.asl
file removed
-2188
tests/aslts/src/runtime/collections/functional/table/loadtable.asl
file removed
-2339
tests/aslts/src/runtime/collections/functional/table/oem1.asl
file removed
-49
tests/aslts/src/runtime/collections/functional/table/ssdt0.asl
file removed
-48
tests/aslts/src/runtime/collections/functional/table/ssdt1.asl
file removed
-50
tests/aslts/src/runtime/collections/functional/table/ssdt2.asl
file removed
-93
tests/aslts/src/runtime/collections/functional/table/ssdt3.asl
file removed
-93
tests/aslts/src/runtime/collections/functional/table/ssdt4.asl
file removed
-47
tests/aslts/src/runtime/collections/functional/table/unload.asl
file removed
-699
tests/aslts/src/runtime/collections/mt/Makefile
file removed
-6
tests/aslts/src/runtime/collections/mt/README
file removed
-9
tests/aslts/src/runtime/collections/mt/mutex/MAIN.asl
file removed
-94
tests/aslts/src/runtime/collections/mt/mutex/Makefile
file removed
-7
tests/aslts/src/runtime/collections/mt/mutex/RUN.asl
file removed
-43
tests/aslts/src/runtime/collections/mt/mutex/SPEC
file removed
-532
tests/aslts/src/runtime/collections/mt/mutex/common.asl
file removed
-1246
tests/aslts/src/runtime/collections/mt/mutex/example0.asl
file removed
-117
tests/aslts/src/runtime/collections/mt/mutex/mt_access.asl
file removed
-230
tests/aslts/src/runtime/collections/mt/mutex/mutex.asl
file removed
-1064
tests/aslts/src/runtime/collections/mt/mutex/mxs.asl
file removed
-1241
tests/aslts/src/runtime/collections/mt/mutex/service.asl
file removed
-613
tests/aslts/src/runtime/collections/mt/mutex/slave_thr.asl
file removed
-398
tests/aslts/src/runtime/collections/mt/mutex/tests.asl
file removed
-2393
tests/aslts/src/runtime/collections/service/Makefile
file removed
-7
tests/aslts/src/runtime/collections/service/README
file removed
-15
tests/aslts/src/runtime/collections/service/condbranches/DECL.asl
file removed
-30
tests/aslts/src/runtime/collections/service/condbranches/MAIN.asl
file removed
-55
tests/aslts/src/runtime/collections/service/condbranches/Makefile
file removed
-7
tests/aslts/src/runtime/collections/service/condbranches/RUN.asl
file removed
-33
tests/aslts/src/runtime/collections/service/condbranches/condbranches.asl
file removed
-209
tests/aslts/src/runtime/common/README
file removed
-33
tests/aslts/src/runtime/common/TCI/tcicmd.asl
file removed
-903
tests/aslts/src/runtime/common/conversion/oDECL.asl
file removed
-33
tests/aslts/src/runtime/common/conversion/oproc.asl
file removed
-1074
tests/aslts/src/runtime/common/conversion/otest.asl
file removed
-4449
tests/aslts/src/runtime/common/conversion/rDECL.asl
file removed
-32
tests/aslts/src/runtime/common/conversion/rproc.asl
file removed
-108
tests/aslts/src/runtime/common/conversion/rtest.asl
file removed
-1412
tests/aslts/src/runtime/common/data.asl
file removed
-279
tests/aslts/src/runtime/common/dataproc.asl
file removed
-750
tests/aslts/src/runtime/common/datastproc.asl
file removed
-228
tests/aslts/src/runtime/common/mx_objects.asl
file removed
-1699
tests/aslts/src/runtime/common/operations.asl
file removed
-767
tests/misc/grammar.aml
file removed
-0
file modified
+95 -1
file modified
+49 -38
file modified
+21 -21
file modified
+186 -184
file modified
+11 -11
file modified
+12 -12
file modified
+184 -183
file modified
+2 -7
file modified
+1 -1
file modified
+216 -2
file modified
+4 -0
file modified
+104 -0
file modified
+45 -0
file modified
+84 -0
file modified
+20 -0
file modified
+3 -2
file modified
+7 -0
file modified
+20 -17
file modified
+92 -46
file modified
+111 -52
file modified
+9 -1
file modified
+10 -0
file modified
+50 -0
file modified
+27 -0
file modified
+16 -0
file modified
+226 -193
file modified
+3 -1
file modified
+18 -0
file modified
+4 -2
file modified
+30 -1
file modified
+40 -12
file modified
+1 -1
file modified
+57 -0
file modified
+51 -12
file modified
+0 -1
file modified
+2 -1
file removed
-5
file removed
-4
file removed
-1051
file removed
-165
file removed
-104
file removed
-80
file removed
-8050
file removed
-104
file removed
-109
file removed
-399
file removed
-2008
file removed
-1370
file removed
-61
file removed
-3073
file removed
-3123
file removed
-4319
file removed
-75
file removed
-342
file removed
-33
file removed
-14
file removed
-7995
file removed
-860
file removed
-400
file removed
-1274
file removed
-342
file removed
-3283
file removed
-3271
file removed
-75
file removed
-1
file removed
-28
file removed
-13
file removed
-121
file removed
-1168
file removed
-1589
file removed
-120
file removed
-243
file removed
-6
file removed
-180
file removed
-152
file removed
-130
file removed
-141
file removed
-654
file removed
-134
file removed
-985
file removed
-684
file removed
-539
file removed
-306
file removed
-32
file removed
-16
file removed
-0