1Free layout to record remarks about additional tests 2to be done ever (some remarks can be obsolete). 3==================================================== 4 51. See file aslts/NOTE for the issues to be verified. 6 72. At present, no tests which automatically verify the constant folding. 8 The tests can be implemented basing on: 9 - analyzing the output of AML disassembler 10 - our "Test Command Interface with the ACPI 11 implementation (_TCI)" instrumentation 12 133. It seems that we have no simple tests for 14 Store/Copy without expected conversions: 15 String -->> String 16 Buffer -->> Buffer 17 Package -->> Package 18 ... 19 204. http://bugzilla.kernel.org/show_bug.cgi?id=5490 21 check exception AE_AML_METHOD_LIMIT 22 23 checking of AE_AML_METHOD_LIMIT limits (32 and 256) 24 should be performed in a separate tests. 25 265. Do the tests which will show that inappropriate bit-sizes are applied. 27 For example, exoparg2.c: Operand[0]->Buffer.Length - 32-bit 28 while "ACPI_SIZE Length" - 16/32/64. 29 Bug 124 was about something like that. 30 316. Multi-threading (now (07.07.2006) started, in progress) 32 to check different functionality of ACPICA in the 33 multi-threading conditions. 34 357. Continue mt-tests. 36 378. Compare the raw performance of the two interpreters (MS and ACPICA).