Changeset 93115 in vbox for trunk/src/VBox/Storage/testcase
- Timestamp:
- Jan 1, 2022 11:31:46 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149129
- Location:
- trunk/src/VBox/Storage/testcase
- Files:
-
- 35 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/BuiltinTests.h
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2014-202 0Oracle Corporation7 * Copyright (C) 2014-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/Makefile.kmk
r87050 r93115 5 5 6 6 # 7 # Copyright (C) 2006-202 0Oracle Corporation7 # Copyright (C) 2006-2022 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDDefs.h
r82968 r93115 6 6 7 7 /* 8 * Copyright (C) 2013-202 0Oracle Corporation8 * Copyright (C) 2013-2022 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDIoBackend.cpp
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2013-202 0Oracle Corporation7 * Copyright (C) 2013-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDIoBackend.h
r85121 r93115 6 6 7 7 /* 8 * Copyright (C) 2013-202 0Oracle Corporation8 * Copyright (C) 2013-2022 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDIoBackendMem.cpp
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2011-202 0Oracle Corporation7 * Copyright (C) 2011-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDIoBackendMem.h
r85121 r93115 6 6 7 7 /* 8 * Copyright (C) 2011-202 0Oracle Corporation8 * Copyright (C) 2011-2022 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDIoRnd.cpp
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2011-202 0Oracle Corporation7 * Copyright (C) 2011-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDIoRnd.h
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2011-202 0Oracle Corporation7 * Copyright (C) 2011-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDMemDisk.cpp
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2011-202 0Oracle Corporation7 * Copyright (C) 2011-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDMemDisk.h
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2011-202 0Oracle Corporation7 * Copyright (C) 2011-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScript.cpp
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2013-202 0Oracle Corporation7 * Copyright (C) 2013-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScript.h
r85121 r93115 5 5 6 6 /* 7 * Copyright (C) 2013-202 0Oracle Corporation7 * Copyright (C) 2013-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScriptAst.cpp
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2013-202 0Oracle Corporation7 * Copyright (C) 2013-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScriptAst.h
r82968 r93115 4 4 5 5 /* 6 * Copyright (C) 2013-202 0Oracle Corporation6 * Copyright (C) 2013-2022 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScriptChecker.cpp
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2013-202 0Oracle Corporation7 * Copyright (C) 2013-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScriptInternal.h
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2013-202 0Oracle Corporation7 * Copyright (C) 2013-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScriptInterp.cpp
r90802 r93115 5 5 6 6 /* 7 * Copyright (C) 2013-202 0Oracle Corporation7 * Copyright (C) 2013-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScriptStack.h
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2013-202 0Oracle Corporation7 * Copyright (C) 2013-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVD-2.cpp
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2006-202 0Oracle Corporation7 * Copyright (C) 2006-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVD.cpp
r87239 r93115 5 5 6 6 /* 7 * Copyright (C) 2006-202 0Oracle Corporation7 * Copyright (C) 2006-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDCompact.vd
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2011-202 0Oracle Corporation7 * Copyright (C) 2011-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDCopy.vd
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2011-202 0Oracle Corporation7 * Copyright (C) 2011-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDDiscard.vd
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2011-202 0Oracle Corporation7 * Copyright (C) 2011-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDFill.cpp
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2016-202 0Oracle Corporation7 * Copyright (C) 2016-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDIo.cpp
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2011-202 0Oracle Corporation7 * Copyright (C) 2011-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDIo.vd
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2011-202 0Oracle Corporation7 * Copyright (C) 2011-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDMultBackends.vd
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2011-202 0Oracle Corporation7 * Copyright (C) 2011-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDResize.vd
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2013-202 0Oracle Corporation7 * Copyright (C) 2013-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDShareable.vd
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2011-202 0Oracle Corporation7 * Copyright (C) 2011-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDSnap.cpp
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2010-202 0Oracle Corporation7 * Copyright (C) 2010-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/vbox-img.cpp
r90785 r93115 5 5 6 6 /* 7 * Copyright (C) 2010-202 0Oracle Corporation7 * Copyright (C) 2010-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/vbox-img.rc
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2015-202 0Oracle Corporation7 * Copyright (C) 2015-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/vdkeystoremgr.cpp
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2016-202 0Oracle Corporation7 * Copyright (C) 2016-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/vdkeystoremgr.rc
r82968 r93115 5 5 6 6 /* 7 * Copyright (C) 2016-202 0Oracle Corporation7 * Copyright (C) 2016-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.