summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/complex/result/tests/roptional
Commit message (Collapse)AuthorAgeFilesLines
* ASLTS: Update all copyrights to 2019Robert Moore2019-01-083-3/+3
| | | | All ASL code in the test suite.
* ASLTS: Change CH03 to use __LINE__ and __METHOD__ macrosErik Schmauss2018-02-261-5/+5
| | | | | | This changes hard-coded digits to macros. Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
* ASLTS: adding macros to ERR functionsErik Schmauss2018-02-141-29/+29
| | | | | | | | | | This change replaces the first parameter of ERR with __METHOD__ in bdemo testcases and replaces the third parameter of ERR with __LINE__. The __METHOD macro evaluates to the current method and __LINE__ evaluates to the current line number during compilation. By doing these macros help clarify error messages in ASLTS. Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
* ASLTS: Update all copyrights to 2018Robert Moore2018-01-043-3/+3
| | | | All ASL code in the test suite.
* ASLTS: Automated cleanup, no functional changesRobert Moore2018-01-042-1529/+1527
| | | | Mostly trailing spaces and extra lines at EOF.
* ASLTS: converting files to ASL plus with converterErik Schmauss2017-11-103-2419/+5270
| | | | | | | functional/control test case has been left unconverted for readability of deeply nested control statements (if, switch, while) Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
* ASLTS: resolving conflict from rebasingErik Schmauss2017-07-211-5/+5
| | | | Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
* ASLTS: changing the third argument of ERR to __LINE__ to print line numbers ↵Erik Schmauss2017-07-211-30/+30
| | | | | | instead of indices. Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
* Tests: Update copyright notices to 2017Robert Moore2017-01-063-3/+3
| | | | Affects all source files.
* Tests: Update copyright notices to 2016Robert Moore2016-01-063-3/+3
| | | | Affects all source files.
* Test suites: Update ASLTS for iASL typechecking changes.Robert Moore2015-09-301-4/+4
| | | | Some tests are now obsolete and have been commented out.
* Update test file permissions (2)Robert Moore2015-09-233-0/+0
| | | | Set correctly to 644.
* Update test file permissions (1)Robert Moore2015-09-233-0/+0
| | | | Set execute bit to force commit.
* Update Copyright headers to 2015.David E. Box2015-01-273-3/+3
|
* Revert "source and test: update copyright notices to 2015"David E. Box2015-01-273-2451/+2451
| | | | | | This reverts commit 28a95326289ca5ee7cd95f8e8e809dc5564d9509. Commit mistakenly changes file format to CRLF from default LF.
* source and test: update copyright notices to 2015David E. Box2015-01-233-2451/+2451
|
* Tests: Update all copyrights to 2014.Robert Moore2014-01-063-3/+3
| | | | Test suites only. Includes headers in all ASL test code.
* ASLTS: Serialize all methods that create named objects.Robert Moore2013-08-021-2/+2
| | | | | This change greatly reduces the remark that iASL emits when a non-serialized control method creates named objects. David Box.
* Tests/ASLTS: Fix all cases of "return value not used".Robert Moore2013-03-071-1/+1
| | | | | This is now an error in iASL, so must be fixed in the test suite. Chao Guan.
* Tests: Update all copyrights to 2013.Robert Moore2013-01-083-3/+3
| | | | Test suites only. Includes headers in all ASL test code.
* ASLTS: Remove an invalid error condition.Robert Moore2012-12-141-1/+2
| | | | | Remove another issue with the m006 method. Chao Guan.
* Tests: Fix some ASL generation warnings for ASLTS.Robert Moore2012-01-061-17/+17
| | | | Fix some warnings related to the use of Switch().
* Tests: Update all copyrights to 2012.Robert Moore2012-01-033-3/+3
| | | | Test suites only.
* Tests: Update all copyrights to 2011.Robert Moore2011-01-033-3/+3
| | | | test suites only.
* Tests: Automated cleanup and copyright update to 2010.Robert Moore2010-01-083-3/+3
| | | | | | | Update all module headers with 2010 copyright. Also includes the automated cleanup, this is the first time it has been run on the test suite source, so there are quite a few changes (removal of extra spaces at the end-of-line, etc.)
* Tests: Update copyright to 2009.Robert Moore2009-03-253-11/+5
| | | | | Also removed obsolete developer names and email addresses. Automated tool removed some extraneous space characters.
* Release 7 of ASLTS. Corresponds to ACPICA 20070320.rmoore12007-08-284-0/+2463