diff --git a/.gitignore b/.gitignore index ffc5abb..96f9493 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,11 @@ build/ **.bin +**.cue **.pkg **.gp4 **.sfo .*/ !.github !.vscode +.DS_Store +.venv \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..852a5e5 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,43 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Compare dumps (current, linux)", + "type": "python", + "request": "launch", + "program": "${workspaceFolder}/tests/code/filesystem_dirents/dumps/comparator.py", + "console": "integratedTerminal", + "args": [ + // change accordingly + "${workspaceFolder}/tests/code/filesystem_dirents/dumps/1202", + "${userHome}/.local/share/shadPS4/data/enderman/dumps" + ] + }, + { + "name": "Compare dumps (current, macOS)", + "type": "python", + "request": "launch", + "program": "${workspaceFolder}/tests/code/filesystem_dirents/dumps/comparator.py", + "console": "integratedTerminal", + "args": [ + // change accordingly + "${workspaceFolder}/tests/code/filesystem_dirents/dumps/1202", + "${userHome}/Library/Application Support/shadPS4/data/enderman/dumps" + ] + }, + { + "name": "Compare dumps (qfs)", + "type": "python", + "request": "launch", + "program": "${workspaceFolder}/tests/code/filesystem_dirents/dumps/comparator.py", + "console": "integratedTerminal", + "args": [ + "${workspaceFolder}/tests/code/filesystem_dirents/dumps/1202", + "${workspaceFolder}/tests/code/filesystem_dirents/dumps/qfs-08f4458" + ] + } + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 7076da8..039f4a3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,4 +16,8 @@ "C_Cpp.autoAddFileAssociations": false, "editor.tabSize": 2, "editor.insertSpaces": true, -} + "python.languageServer": "Pylance", + "[python]": { + "editor.defaultFormatter": "ms-python.black-formatter", + } +} \ No newline at end of file diff --git a/tests/code/filesystem_dirents/CMakeLists.txt b/tests/code/filesystem_dirents/CMakeLists.txt new file mode 100644 index 0000000..a013406 --- /dev/null +++ b/tests/code/filesystem_dirents/CMakeLists.txt @@ -0,0 +1,8 @@ +project(Enderman VERSION 0.0.1) + +link_libraries(SceSystemService) + +create_pkg(TEST12345 5 50 "code/log.cpp;code/fs_test_tools.cpp;code/fs_test.cpp;code/main.cpp") +set_target_properties(TEST12345 PROPERTIES OO_PKG_TITLE "Enderman") +set_target_properties(TEST12345 PROPERTIES OO_PKG_APPVER "1.11") +finalize_pkg(TEST12345) diff --git a/tests/code/filesystem_dirents/LICENSE b/tests/code/filesystem_dirents/LICENSE new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/tests/code/filesystem_dirents/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname01 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname01 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname02 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname02 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname03 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname03 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname04 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname04 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname05 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname05 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname06 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname06 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname07 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname07 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname08 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname08 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname09 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname09 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname10 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname10 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname11 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname11 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname12 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname12 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname13 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname13 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname14 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname14 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname15 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname15 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname16 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname16 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname17 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname17 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname18 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname18 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname19 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname19 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname20 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname20 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname21 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname21 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname22 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname22 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname23 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname23 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname24 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname24 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname25 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname25 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname26 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname26 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname27 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname27 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname28 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname28 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname29 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname29 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname30 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname30 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname31 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname31 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname32 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname32 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname33 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname33 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname34 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname34 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname35 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname35 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname36 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname36 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname37 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname37 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname38 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname38 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname39 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname39 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname40 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname40 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname41 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname41 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname42 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname42 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname43 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname43 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname44 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname44 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname45 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname45 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname46 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname46 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname47 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname47 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname48 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname48 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname49 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname49 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithaverylongname50 b/tests/code/filesystem_dirents/assets/misc/filewithaverylongname50 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone01 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone01 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone02 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone02 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone03 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone03 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone04 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone04 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone05 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone05 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone06 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone06 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone07 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone07 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone08 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone08 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone09 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone09 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone10 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone10 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone11 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone11 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone12 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone12 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone13 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone13 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone14 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone14 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone15 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone15 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone16 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone16 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone17 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone17 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone18 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone18 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone19 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone19 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone20 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone20 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone21 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone21 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone22 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone22 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone23 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone23 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone24 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone24 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone25 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone25 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone26 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone26 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone27 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone27 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone28 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone28 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone29 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone29 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone30 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone30 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone31 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone31 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone32 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone32 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone33 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone33 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone34 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone34 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone35 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone35 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone36 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone36 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone37 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone37 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone38 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone38 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone39 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone39 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone40 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone40 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone41 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone41 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone42 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone42 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone43 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone43 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone44 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone44 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone45 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone45 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone46 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone46 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone47 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone47 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone48 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone48 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone49 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone49 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone50 b/tests/code/filesystem_dirents/assets/misc/filewithunnecesarilylongnamejusttomesswitheveryone50 new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/code/fs_test.cpp b/tests/code/filesystem_dirents/code/fs_test.cpp new file mode 100644 index 0000000..48a5139 --- /dev/null +++ b/tests/code/filesystem_dirents/code/fs_test.cpp @@ -0,0 +1,315 @@ +#include "fs_test.h" + +#include "orbis/UserService.h" + +#include +#include +#include +#include +#include +#include +#include + +std::vector read_sizes {// 8 + 7, 8, 9, + // 16 + 15, 16, 17, + // 32 + 31, 32, 33, + // 64 + 63, 64, 65, + // 128 + 127, 128, 129, + // 256 + 255, 256, 257, + // 512 + 511, 512, 513, + // 1024 + 1023, 1024, 1025, + // 2048 + 2047, 2048, 2049, + // 4096 + 4095, 4096, 4097, + // 65536 + 65535, 65536, 65537, + // cursed + 2137, 21, 37, 69, 420, 42, 123, 222, 666, 911, 112, 997, + // something for zoomers + 67}; +std::vector read_offsets {0, 1, 5, 10, 21, 37, 127, 128, 129, 400, 500, 512, 768, 1024, 111, 666, 420, 1234, 96, 42}; + +namespace fs = std::filesystem; +namespace oi = OrbisInternals; + +s64 DumpByRead(int dir_fd, int dump_fd, char* buffer, size_t size); +s64 DumpByDirent(int dir_fd, int dump_fd, char* buffer, size_t size, s64* idx); +void DumpDirectory(int fd, int buffer_size, s64 offset, bool is_pfs = false); + +TEST_GROUP (DirentTests) { + int fd; + void setup() {} + void teardown() { + sceKernelClose(fd); + fd = -1; + } +}; + +TEST(DirentTests, LseekRegularTests) { + fd = sceKernelOpen("/data/enderman", O_DIRECTORY | O_RDONLY, 0777); + CHECK_COMPARE_TEXT(fd, >, 0, "Unable to open /data/enderman"); + + int status; + + errno = 0; + status = sceKernelLseek(fd, 0, 0); + LONGLONGS_EQUAL_TEXT(0, status, "START+0"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, -123, 0); + UNSIGNED_INT_EQUALS_TEXT(ORBIS_KERNEL_ERROR_EINVAL, status, "START-123"); + UNSIGNED_INT_EQUALS(EINVAL, errno); + + errno = 0; + status = sceKernelLseek(fd, 123456, 0); + LONGLONGS_EQUAL_TEXT(123456, status, "START+123456"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, 60, 0); + LONGLONGS_EQUAL_TEXT(60, status, "START+60"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, 0, 1); + LONGLONGS_EQUAL_TEXT(60, status, "CUR+0"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, 24, 1); + LONGLONGS_EQUAL_TEXT(84, status, "CUR+24"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, -24, 1); + LONGLONGS_EQUAL_TEXT(60, status, "CUR-24"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, -6666, 1); + UNSIGNED_INT_EQUALS_TEXT(ORBIS_KERNEL_ERROR_EINVAL, status, "CUR-6666"); + UNSIGNED_INT_EQUALS(EINVAL, errno); + + errno = 0; + status = sceKernelLseek(fd, 123456, 1); + LONGLONGS_EQUAL_TEXT(123516, status, "CUR+123456"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, 0, 2); + LONGLONGS_EQUAL_TEXT(5120, status, "END+0"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, 123456, 2); + LONGLONGS_EQUAL_TEXT(128576, status, "END+123456"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, 100, 2); + LONGLONGS_EQUAL_TEXT(5220, status, "END+100"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, -100, 2); + LONGLONGS_EQUAL_TEXT(5020, status, "END-100"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, -100000, 2); + UNSIGNED_INT_EQUALS_TEXT(ORBIS_KERNEL_ERROR_EINVAL, status, "END-100000"); + UNSIGNED_INT_EQUALS(EINVAL, errno); +} + +TEST(DirentTests, LseekPFSTests) { + fd = sceKernelOpen("/app0/assets/misc", O_DIRECTORY | O_RDONLY, 0777); + CHECK_COMPARE_TEXT(fd, >, 0, "Unable to open /app0/assets/misc"); + + s64 status; + + errno = 0; + status = sceKernelLseek(fd, 0, 0); + LONGLONGS_EQUAL_TEXT(0, status, "START+0"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, -123, 0); + UNSIGNED_INT_EQUALS_TEXT(ORBIS_KERNEL_ERROR_EINVAL, status, "START-123"); + UNSIGNED_INT_EQUALS(EINVAL, errno); + + errno = 0; + status = sceKernelLseek(fd, 123456, 0); + LONGLONGS_EQUAL_TEXT(123456, status, "START+123456"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, 60, 0); + LONGLONGS_EQUAL_TEXT(60, status, "START+60"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, 0, 1); + LONGLONGS_EQUAL_TEXT(60, status, "CUR+0"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, 24, 1); + LONGLONGS_EQUAL_TEXT(84, status, "CUR+24"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, -24, 1); + LONGLONGS_EQUAL_TEXT(60, status, "CUR-24"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, -6666, 1); + UNSIGNED_INT_EQUALS_TEXT(ORBIS_KERNEL_ERROR_EINVAL, status, "CUR-6666"); + UNSIGNED_INT_EQUALS(EINVAL, errno); + + errno = 0; + status = sceKernelLseek(fd, 123456, 1); + LONGLONGS_EQUAL_TEXT(123516, status, "CUR+123456"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, 0, 2); + LONGLONGS_EQUAL_TEXT(65536, status, "END+0"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, 123456, 2); + LONGLONGS_EQUAL_TEXT(188992, status, "END+123456"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, 100, 2); + LONGLONGS_EQUAL_TEXT(65636, status, "END+100"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, -100, 2); + LONGLONGS_EQUAL_TEXT(65436, status, "END-100"); + UNSIGNED_INT_EQUALS(0, errno); + + errno = 0; + status = sceKernelLseek(fd, -100000, 2); + UNSIGNED_INT_EQUALS_TEXT(ORBIS_KERNEL_ERROR_EINVAL, status, "END-100000"); + UNSIGNED_INT_EQUALS(EINVAL, errno); +} + +void RunTests() { + Log("---------------------"); + Log("Dump normal directory"); + Log("---------------------"); + + int fd = sceKernelOpen("/data/enderman", O_DIRECTORY | O_RDONLY, 0777); + for (auto read_size: read_sizes) { + for (auto read_offset: read_offsets) { + DumpDirectory(fd, read_size, read_offset); + } + } + sceKernelClose(fd); + + Log("------------------"); + Log("Dump PFS directory"); + Log("------------------"); + fd = sceKernelOpen("/app0/assets/misc", O_DIRECTORY | O_RDONLY, 0777); + for (auto read_size: read_sizes) { + for (auto read_offset: read_offsets) { + DumpDirectory(fd, read_size, read_offset, true); + } + } + sceKernelClose(fd); +} + +s64 DumpByRead(int dir_fd, int dump_fd, char* buffer, size_t size) { + memset(buffer, 0xAA, size); + + s64 tbr = sceKernelRead(dir_fd, buffer, size); + // Log("Read got", tbr, "/", size, "bytes, ptr =", sceKernelLseek(dir_fd, 0, 1)); + + if (tbr < 0) { + LogError("Read finished with error:", tbr); + return 0; + } + if (tbr == 0) { + return 0; + } + + if (s64 tbw = sceKernelWrite(dump_fd, buffer, tbr); tbw != tbr) LogError("Written", tbw, "bytes out of", tbr, "bytes"); + return tbr; +} + +s64 DumpByDirent(int dir_fd, int dump_fd, char* buffer, size_t size, s64* idx) { + // magic to determine how many trailing elements were cut + memset(buffer, 0xAA, size); + + s64 tbr = sceKernelGetdirentries(dir_fd, buffer, size, idx); + // Log("Dirent got", tbr, "/", size, "bytes, ptr =", sceKernelLseek(dir_fd, 0, 1), "idx =", *idx); + + if (tbr < 0) { + LogError("Dirent finished with error:", tbr); + return 0; + } + if (tbr == 0) { + return 0; + } + + if (s64 tbw = sceKernelWrite(dump_fd, buffer, tbr); tbw != tbr) LogError("Written", tbw, "bytes out of", tbr, "bytes"); + return tbr; +} + +void DumpDirectory(int fd, int buffer_size, s64 offset, bool is_pfs) { + char* buffer = new char[buffer_size] {0}; + + std::string file_basename = (is_pfs ? std::string("PFS_") : std::string("")) + std::to_string(buffer_size) + '+' + std::to_string(offset); + + fs::path read_path = "/data/enderman/dumps/read_" + file_basename + ".bin"; + fs::path dirent_path = "/data/enderman/dumps/dirent_" + file_basename + ".bin"; + fs::path read_cue_path = "/data/enderman/dumps/read_" + file_basename + ".cue"; + fs::path dirent_cue_path = "/data/enderman/dumps/dirent_" + file_basename + ".cue"; + + LogTest(is_pfs ? "PFS" : "normal", "directory, fd =", fd, "buffer size =", buffer_size, "starting offset =", offset); + + s64 tbr = 0; + u16 max_loops = 0; // 65536 iterations lmao + int fd_read = sceKernelOpen(read_path.c_str(), O_WRONLY | O_CREAT | O_TRUNC, 0777); + int fd_read_cue = sceKernelOpen(read_cue_path.c_str(), O_WRONLY | O_CREAT | O_TRUNC, 0777); + if (int _tmp = sceKernelLseek(fd, offset, 0); _tmp != offset) LogError("Lseek failed:", _tmp); + while (--max_loops) { + tbr = DumpByRead(fd, fd_read, buffer, buffer_size); + sceKernelWrite(fd_read_cue, reinterpret_cast(&tbr), sizeof(s64) / sizeof(u8)); + if (tbr <= 0) break; + } + if (0 == max_loops) LogError("Aborted"); + sceKernelClose(fd_read); + sceKernelClose(fd_read_cue); + + s64 idx = 0; + max_loops = 0; + int fd_dirent = sceKernelOpen(dirent_path.c_str(), O_WRONLY | O_CREAT | O_TRUNC, 0777); + int fd_dirent_cue = sceKernelOpen(dirent_cue_path.c_str(), O_WRONLY | O_CREAT | O_TRUNC, 0777); + if (int _tmp = sceKernelLseek(fd, offset, 0); _tmp != offset) LogError("Lseek failed:", _tmp); + while (--max_loops) { + tbr = DumpByDirent(fd, fd_dirent, buffer, buffer_size, &idx); + sceKernelWrite(fd_dirent_cue, reinterpret_cast(&tbr), sizeof(s64) / sizeof(u8)); + sceKernelWrite(fd_dirent_cue, reinterpret_cast(&idx), sizeof(s64) / sizeof(u8)); + if (tbr <= 0) break; + } + if (0 == max_loops) LogError("Aborted"); + sceKernelClose(fd_dirent); + sceKernelClose(fd_dirent_cue); + + delete[] buffer; +} diff --git a/tests/code/filesystem_dirents/code/fs_test.h b/tests/code/filesystem_dirents/code/fs_test.h new file mode 100644 index 0000000..b5a57cb --- /dev/null +++ b/tests/code/filesystem_dirents/code/fs_test.h @@ -0,0 +1,46 @@ +#ifndef FS_TEST_H +#define FS_TEST_H + +#define UNSIGNED_INT_EQUALS(expected, actual) UNSIGNED_LONGS_EQUAL_LOCATION((uint32_t)expected, (uint32_t)actual, NULLPTR, __FILE__, __LINE__) +#define UNSIGNED_INT_EQUALS_TEXT(expected, actual, text) UNSIGNED_LONGS_EQUAL_LOCATION((uint32_t)expected, (uint32_t)actual, text, __FILE__, __LINE__) + +#include "log.h" + +#include + +using s8 = int8_t; +using s16 = int16_t; +using s32 = int32_t; +using s64 = int64_t; + +using u8 = uint8_t; +using u16 = uint16_t; +using u32 = uint32_t; +using u64 = uint64_t; + +namespace OrbisInternals { + +typedef struct PfsDirent { + s32 d_fileno; + s32 d_type; + s32 d_namlen; + s32 d_reclen; + char d_name[256]; +} PfsDirent; + +typedef struct FolderDirent { + u32 d_fileno; + u16 d_reclen; + u8 d_type; + u8 d_namlen; + char d_name[256]; +} FolderDirent; +} // namespace OrbisInternals + +void RunTests(void); +void RegenerateDir(const char* path); +void Obliterate(const char* path); +int32_t touch(const char* path); +int32_t touch(const std::string& path); + +#endif // FS_TEST_H diff --git a/tests/code/filesystem_dirents/code/fs_test_tools.cpp b/tests/code/filesystem_dirents/code/fs_test_tools.cpp new file mode 100644 index 0000000..f3ee3e0 --- /dev/null +++ b/tests/code/filesystem_dirents/code/fs_test_tools.cpp @@ -0,0 +1,51 @@ +#include "fs_test.h" + +#include +#include +#include + +namespace fs = std::filesystem; +namespace oi = OrbisInternals; + +int32_t touch(const char* path) { + return sceKernelClose(sceKernelOpen(path, O_CREAT | O_WRONLY | O_TRUNC, 0777)); +} + +int32_t touch(const std::string& path) { + return sceKernelClose(sceKernelOpen(path.c_str(), O_CREAT | O_WRONLY | O_TRUNC, 0777)); +} + +void Obliterate(const char* path) { + Log("<< rm -rf [", path, "] >>"); + std::error_code ec {}; + + std::vector entries; + for (auto& p: fs::recursive_directory_iterator(path, fs::directory_options::skip_permission_denied, ec)) + entries.push_back(p.path().string()); + + for (auto it = entries.rbegin(); it != entries.rend(); ++it) { + if (ec) { + LogError("Exception: [", ec.value(), "] :", ec.message()); + ec.clear(); + continue; + } + + const char* pp = it->c_str(); + + // see what sticks + errno = 0; + if (0 == sceKernelUnlink(pp)) continue; + errno = 0; + if (0 == sceKernelRmdir(pp)) continue; + LogError("Cannot remove [", pp, "] ( errno =", errno, ")"); + } + if (0 != sceKernelRmdir(path)) LogError("Cannot remove [", path, "] ( errno =", errno, ")"); + + LogSuccess(">> rm -rf [", path, "] <<"); + return; +} + +void RegenerateDir(const char* path) { + Obliterate(path); + sceKernelMkdir(path, 0777); +} diff --git a/tests/code/filesystem_dirents/code/log.cpp b/tests/code/filesystem_dirents/code/log.cpp new file mode 100644 index 0000000..4ee13cd --- /dev/null +++ b/tests/code/filesystem_dirents/code/log.cpp @@ -0,0 +1,46 @@ +#include "log.h" + +#include +#include + +std::ostream& center(std::ostream& os, const std::string& s, int width) { + int len = (int)s.size(); + if (width <= len) return os << s.substr(0, width); + int left = (width - len) / 2; + int right = width - len - left; + return os << std::string(left, ' ') << s << std::string(right, ' '); +} + +std::ostream& right(std::ostream& os, const std::string& s, int width) { + int len = (int)s.size(); + if (width <= len) return os << s.substr(0, width); + int left = (width - len); + return os << std::string(left, ' ') << s; +} + +std::string center(const std::string& s, int width) { + int len = (int)s.size(); + if (width <= len) return s.substr(0, width); + int left = (width - len) / 2; + int right = width - len - left; + return std::string(left, ' ') + s + std::string(right, ' '); +} + +std::string right(const std::string& s, int width) { + int len = (int)s.size(); + if (width <= len) return s.substr(0, width); + int left = (width - len); + return std::string(left, ' ') + s; +} + +std::string to_octal(int value) { + std::ostringstream oss; + oss << std::oct << value; + return oss.str(); +} + +std::string to_hex(int value) { + std::ostringstream oss; + oss << std::hex << value; + return oss.str(); +} \ No newline at end of file diff --git a/tests/code/filesystem_dirents/code/log.h b/tests/code/filesystem_dirents/code/log.h new file mode 100644 index 0000000..9ae0c7a --- /dev/null +++ b/tests/code/filesystem_dirents/code/log.h @@ -0,0 +1,59 @@ +#pragma once + +#ifndef LOG_H +#define LOG_H + +#include +#include + +#define STR(x) std::to_string(x) + +std::ostream& center(std::ostream& os, const std::string& s, int width); +std::string center(const std::string& s, int width); +std::ostream& right(std::ostream& os, const std::string& s, int width); +std::string right(const std::string& s, int width); +std::string to_octal(int value); +std::string to_hex(int value); + +template +void LogCustom(const char* fn, const char* msg, Args&&... args) { + std::cout << "[" << center(fn, 20) << "] " << msg; + ((std::cout << " " << args), ...); + std::cout << std::endl; +} + +extern int error_counter; + +int GetErrorCounter(void); +void ResetErrorCounter(void); + +#define Log(...) \ + { \ + LogCustom(__FUNCTION__, "[INFO]", ##__VA_ARGS__); \ + } + +#define LogTest(...) \ + { \ + LogCustom(__FUNCTION__, "\033[34;1m[TEST]\033[0m", ##__VA_ARGS__); \ + } + +#define LogError(...) \ + { \ + LogCustom(__FUNCTION__, "\033[31;1m[FAIL]\033[0m", ##__VA_ARGS__, "( " __FILE__ ":", __LINE__, ")"); \ + } + +#define LogSuccess(...) \ + { \ + LogCustom(__FUNCTION__, "\033[32;1m[SUCC]\033[0m", ##__VA_ARGS__); \ + } + +#define TEST_CASE(cond, success_str, fail_str, ...) \ + { \ + if (cond) { \ + LogSuccess(success_str, ##__VA_ARGS__); \ + } else { \ + LogError(fail_str, ##__VA_ARGS__); \ + } \ + } + +#endif \ No newline at end of file diff --git a/tests/code/filesystem_dirents/code/main.cpp b/tests/code/filesystem_dirents/code/main.cpp new file mode 100644 index 0000000..0626d42 --- /dev/null +++ b/tests/code/filesystem_dirents/code/main.cpp @@ -0,0 +1,41 @@ +#include "fs_test.h" +#include "log.h" + +#include +#include + +IMPORT_TEST_GROUP(DirentTests); + +int main(int ac, char** av) { + // No buffering + setvbuf(stdout, NULL, _IONBF, 0); + + // Log tests start + Log(); + Log("<<<< TESTS START >>>>"); + Log(); + + // prepare files + RegenerateDir("/data/enderman"); + sceKernelMkdir("/data/enderman/dumps", 0777); + std::string nf_path = "/data/enderman/filewithaverylongname"; + std::string nf_path_longer = "/data/enderman/filewithunnecesarilylongnamejusttomesswitheveryone"; + char nf_num[4] {0}; + for (u8 idx = 1; idx <= 50; idx++) { + snprintf(nf_num, 4, "%02d", idx); + touch(nf_path + std::string(nf_num)); + touch(nf_path_longer + std::string(nf_num)); + } + + // Run file system tests + int result = RUN_ALL_TESTS(ac, av); + RunTests(); + + // Log tests end + Log(); + Log("<<<< TESTS END >>>>"); + Log(); + + sceSystemServiceLoadExec("EXIT", nullptr); + return result; +} diff --git a/tests/code/filesystem_dirents/dumps/.gitkeep b/tests/code/filesystem_dirents/dumps/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_dirents/dumps/comparator.py b/tests/code/filesystem_dirents/dumps/comparator.py new file mode 100644 index 0000000..27deb0f --- /dev/null +++ b/tests/code/filesystem_dirents/dumps/comparator.py @@ -0,0 +1,202 @@ +import os +import sys +import re +from dataclasses import dataclass + +if len(sys.argv) != 3: + print(f"comparator.py [PS4] [Emulator]") + print("Compare dirent dumps between console and dump") + sys.exit(0) + +dir_left = sys.argv[1] +dir_right = sys.argv[2] + +dir_left_contents = None +dir_right_contents = None + +try: + dir_left_contents = os.listdir(dir_left) + dir_right_contents = os.listdir(dir_right) +except: + print("Error during listing directories") + sys.exit(-1) + + +@dataclass(kw_only=True) +class Dirent: + chk: str + offset: int + end: int + fileno: str # 4 for pfs, 4 for reg + entry_type: str # 4 for pfs, 1 for reg + namelen: str # 4 for pfs, 1 for reg + reclen: str # 4 for pfs, 2 for reg + name: str # up to 255 characters + null terminator + padding: str + + def __repr__(self) -> str: + return self.chk + + def __eq__(self, other): + if isinstance(other, Dirent): + return False + if ( + (self.offset != other.offset) + # fileno is ignored, those can be different + or (self.entry_type != other.entry_type) + or (self.namelen != other.namelen) + or (self.reclen != other.reclen) + or (self.name != other.name) + or (len(self.padding) != len(other.padding)) + ): + return False + + +find_buffer_end_re = re.compile(b"\x00+(\xaa+)") +regular_dirent_query_re = re.compile( + b"(?P....)(?P..)(?P[\x02\x04\x08])(?P.)(?P[ -~]{1,255})(?P\x00*)" +) +pfs_query_getdents_re = re.compile( + b"(?P.{4})(?P[\x02\x04\x08]\x00{3})(?P....)(?P....)(?P[ -~]{1,255})(?P\x00*)" +) + +error_badf = [] +error_bad_size = [] +error_bad_len = [] +error_mismatch_order = [] + +counter = 0 +counter_completed = 0 +for filename in dir_left_contents: + if filename.endswith(".cue"): + continue + counter += 1 + file_left_path = os.path.join(os.path.abspath(dir_left), filename) + file_left_cue_path = os.path.join(os.path.abspath(dir_left), filename[:-4] + ".cue") + file_right_path = os.path.join(os.path.abspath(dir_right), filename) + file_right_cue_path = os.path.join( + os.path.abspath(dir_right), filename[:-4] + ".cue" + ) + is_pfs = "PFS" in filename + is_read = "read" in filename + is_getdents = "dirent" in filename + + if not (is_read or is_getdents): + error_badf.append(filename) + continue + + print() + print(f"<<<< Testing file {filename} >>>>") + + size_left = os.path.getsize(file_left_path) + size_right = os.path.getsize(file_right_path) + size_match = size_left == size_right + + content_left = None + content_left_cue = None + content_right = None + content_right_cue = None + with open(file_left_path, "rb") as lhsf: + content_left = lhsf.read() + with open(file_right_path, "rb") as rhsf: + content_right = rhsf.read() + with open(file_left_cue_path, "rb") as lhsfc: + content_left_cue = lhsfc.read() + with open(file_right_cue_path, "rb") as rhsfc: + content_right_cue = rhsfc.read() + + ### Verify size + + if size_left == 0 and size_right == 0: + counter_completed += 1 + print("Both are empty. Continuing...") + continue + + print(f"Size:\t{size_left}\t{size_right}") + + if not size_match: + print("Error: sizes don't match. Continuing...") + error_bad_size.append(filename) + continue + + # + ### Search for entries + ### Search for entry offsets + ### Search for skipped bytes (0-fills, cut off data) + # + left_dirent_list: list[Dirent] = [] + right_dirent_list: list[Dirent] = [] + search_query = None + + lsresult = None + if is_pfs and is_read: + search_query = pfs_query_getdents_re.finditer(content_left) + else: + search_query = regular_dirent_query_re.finditer(content_left) + for lsresult in search_query: + dirent_init_dict = lsresult.groupdict() + dirent_init_dict["offset"] = lsresult.start() + dirent_init_dict["end"] = lsresult.end() + _name = dirent_init_dict["name"] + _reclen = dirent_init_dict["reclen"] + _offset = dirent_init_dict["offset"] + dirent_init_dict["chk"] = f"{_name[-2:]}{str(_offset)}{str(_reclen)}" + new_dirent = Dirent(**dirent_init_dict) + left_dirent_list.append(new_dirent) + if lsresult is None: + print("Left: can't match file entries") + + lsresult = None + if is_pfs and is_read: + search_query = pfs_query_getdents_re.finditer(content_right) + else: + search_query = regular_dirent_query_re.finditer(content_right) + for lsresult in search_query: + dirent_init_dict = lsresult.groupdict() + dirent_init_dict["offset"] = lsresult.start() + dirent_init_dict["end"] = lsresult.end() + _name = dirent_init_dict["name"] + _reclen = dirent_init_dict["reclen"] + _offset = dirent_init_dict["offset"] + dirent_init_dict["chk"] = f"{_name[-2:]}{str(_offset)}{str(_reclen)}" + new_dirent = Dirent(**dirent_init_dict) + right_dirent_list.append(new_dirent) + if lsresult is None: + print("Right: can't match file entries") + + left_dirent_list_len = len(left_dirent_list) + right_dirent_list_len = len(right_dirent_list) + + if left_dirent_list_len != right_dirent_list_len: + error_bad_len.append(filename) + print( + f"Error: Different amount of dirents: L:{left_dirent_list_len} R:{right_dirent_list_len}. Continuing..." + ) + continue + + for idx, lval in enumerate(left_dirent_list): + rval = right_dirent_list[idx] + if repr(lval) == repr(rval): + continue + error_mismatch_order.append(filename) + print(f"Mismatch at\tL:{lval.offset}\tR:{rval.offset}") + print(f"\t{lval.name}\t{rval.name}") + + counter_completed += 1 + print("Tests complete") + pass + +print() +print(f"Error: Incompatible file: {len(error_badf)}/{counter}") +# for err_item in error_badf:print(f"{err_item} ",end='') +# print() +print(f"Error: Mismatched size: {len(error_bad_size)}/{counter}") +# for err_item in error_bad_size:print(f"{err_item} ",end='') +# print() +print(f"Error: Mismatched amount of dirents: {len(error_bad_len)}/{counter}") +# for err_item in error_bad_len:print(f"{err_item} ",end='') +# print() +print(f"Error: Mismatched dirent order: {len(error_mismatch_order)}/{counter}") +# for err_item in error_mismatch_order:print(f"{err_item} ",end='') +# print() +print(f"Passed: {counter_completed}/{counter}") diff --git a/tests/code/filesystem_dirents/dumps/requirements.txt b/tests/code/filesystem_dirents/dumps/requirements.txt new file mode 100644 index 0000000..79a829b --- /dev/null +++ b/tests/code/filesystem_dirents/dumps/requirements.txt @@ -0,0 +1 @@ +black==26.1.0 \ No newline at end of file diff --git a/tests/code/filesystem_dirents/log_01.07.log b/tests/code/filesystem_dirents/log_01.07.log new file mode 100644 index 0000000..cb6bfa4 --- /dev/null +++ b/tests/code/filesystem_dirents/log_01.07.log @@ -0,0 +1,6186 @@ +<118>**** Base Mode **** +<118>[ main ] [INFO] +<118>[ main ] [INFO] <<<< TESTS START >>>> +<118>[ main ] [INFO] +<118>[ Obliterate ] [INFO] << rm -rf [ /data/enderman ] >> +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65536+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65536+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65536+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65535+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65535+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4097+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4096+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4096+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4096+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4096+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4096+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4097+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4096+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4096+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4096+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4096+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4096+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4096+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp:[SceShellCore] VM Stats: RSS 557.6, kernel 262.7, wire count 347.6, swap out 0.0, page table CPU 2341/6144 GPU 371/2048 +<118> 42 ) +<118>[SceShellCore] FMEM 1.3/ 4.5 NPXS20977 SceSysAvControl.elf +<118>[SceShellCore] FMEM 11.0/ 74.3 NPXS20991 SceSysCore.elf +<118>[SceShellCore] FMEM 9.5/ 54.3 NPXS20973 orbis_audiod.elf +<118>[[SceShellCore] FMEM 3.4/ 11.2 NPXS20976 GnmCompositor.elf +<118> Obliterate ] [SceShellCore] FMEM 29.2/ 342.8 NPXS20000 SceShellCore +<118>[FAIL] Cannot remove [[SceShellCore] FMEM 341.0/ 858.8 NPXS20001 SceShellUI +<118> /data/enderman/dumps/read_PFS_4096+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[SceShellCore] FMEM 7.5/ 12.6 NPXS21003 SceAvCapture +<118>[SceShellCore] FMEM 9.4/ 24.6 NPXS21000 SceGameLiveStreaming +<118>[SceShellCore] FMEM 15.1/ 48.4 NPXS21002 ScePartyDaemon +<118>[ Obliterate [SceShellCore] FMEM 4.6/ 25.4 NPXS21004 SceVideoCoreServer +<118>] [FAIL] [SceShellCore] FMEM 10.8/ 51.3 NPXS21006 SceRemotePlay +<118>Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+128.bin[SceShellCore] FMEM 8.3/ 43.2 NPXS21010 SceCloudClientDaemon +<118> ] ( errno = [SceShellCore] FMEM 3.5/ 10.8 NPXS21016 SceSpZeroConf +<118>2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 [SceShellCore] FMEM 9.0/ 156.0 NPXS21002 webrtc_daemon.self +<118>) +<118>[SceShellCore] FMEM 7.4/ 18.1 NPXS21019 SceSocialScreenMgr +<118>[SceShellCore] FMEM 5.5/ 9.8 NPXS21007 SceMusicCoreServer +<118>[SceShellCore] FMEM 7.7/ 14.4 NPXS21020 SceVoiceAndAgent +<118>[SceShellCore] FMEM 2.3/ 5.1 NPXS20967 fs_cleaner.elf +<118>[ Obliterate [SceShellCore] FMEM 2.3/ 10.2 NPXS20974 SceVdecProxy.elf +<118>] [FAIL] [SceShellCore] FMEM 2.3/ 10.3 NPXS20975 SceVencProxy.elf +<118>Cannot remove [ /data/enderman/dumps/read_PFS_4096+128.bin ] ( errno = 2 ) [SceShellCore] FMEM 23.8/ 263.9 NPXS20001 SecureUIProcess.self +<118>( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[SceShellCore] FMEM 32.1/ 526.0 NPXS20001 SecureWebProcess.self +<118>[SceShellCore] FMEM 10.7/ 358.8 NPXS20001 orbis-jsc-compiler.self +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4096+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4096+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4096+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4096+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4096+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4096+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4096+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4096+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_4095+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_4095+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate [SceShellCore] Libc Heap Status: free 37%, in-use 3800.3 KB, trend +35.6 KB/min, peak 4142.0 KB, when 186 [sec] +<118>] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2049+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2049+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2048+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2048+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_2047+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_2047+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1025+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1025+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1024+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_1023+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1023+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_513+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_513+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_256+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_256+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_256+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_255+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_255+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_129+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_129+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_129+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_128+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_128+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_127+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_127+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_127+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_65+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_65+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_64+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_64+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_64+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_63+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_63+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_33+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_33+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_32+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_32+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_32+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_31+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_31+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_17+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_17+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_1024+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_512+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_512+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_511+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_511+0.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+42.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+1234.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+420.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+666.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+111.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+1024.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+768.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+512.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+500.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+400.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+129.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+96.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+128.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+127.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+37.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+21.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+10.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+5.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/dirent_PFS_257+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [FAIL] Cannot remove [ /data/enderman/dumps/read_PFS_257+1.bin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test_tools.cpp: 42 ) +<118>[ Obliterate ] [SUCC] >> rm -rf [ /data/enderman ] << +<118>[ RunTests ] [INFO] --------------------- +<118>[ RunTests ] [INFO] Dump normal directory +<118>[ RunTests ] [INFO] --------------------- +<118>[ RunTests ] [INFO] Directory opened with fd= 13 +<118>[ RunTests ] [INFO] LSeek START+0= 0 +<118>[ RunTests ] [INFO] LSeek START-123= -2147352554 +<118>[ RunTests ] [INFO] LSeek START+123456= 123456 +<118>[ RunTests ] [INFO] LSeek START+60= 60 +<118>[ RunTests ] [INFO] LSeek CUR+0= 60 +<118>[ RunTests ] [INFO] LSeek CUR+24= 84 +<118>[ RunTests ] [INFO] LSeek CUR-24= 60 +<118>[ RunTests ] [INFO] LSeek CUR-6666= -2147352554 +<118>[ RunTests ] [INFO] LSeek CUR+123456= 123516 +<118>[ RunTests ] [INFO] LSeek END+0= 2048 +<118>[ RunTests ] [INFO] LSeek END+123456= 125504 +<118>[ RunTests ] [INFO] LSeek END+100= 2148 +<118>[ RunTests ] [INFO] LSeek END-100= 1948 +<118>[ RunTests ] [INFO] LSeek END-100000= -2147352554 +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 7 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 8 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 9 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 15 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 16 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 17 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 31 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 32 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 33 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 63 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 64 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 127 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 128 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 129 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 255 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 256 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 257 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 37 +<118>[ DumpByRead ^[f] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 511 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 512 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 513 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1023 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1024 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 1025 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2047 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2048 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2049 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4095 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4096 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 4097 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65535 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65536 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 65537 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 2137 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 21 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 37 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 69 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 420 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 42 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 123 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 222 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 666 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 911 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 112 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 997 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read normal directory, fd = 13 buffer size = 67 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ RunTests ] [INFO] ------------------ +<118>[ RunTests ] [INFO] Dump PFS directory +<118>[ RunTests ] [INFO] ------------------ +<118>[ RunTests ] [INFO] Directory opened with fd= 13 +<118>[ RunTests ] [INFO] LSeek START+0= 0 +<118>[ RunTests ] [INFO] LSeek START-123= -2147352554 +<118>[ RunTests ] [INFO] LSeek START+123456= 123456 +<118>[ RunTests ] [INFO] LSeek START+60= 60 +<118>[ RunTests ] [INFO] LSeek CUR+0= 60 +<118>[ RunTests ] [INFO] LSeek CUR+24= 84 +<118>[ RunTests ] [INFO] LSeek CUR-24= 60 +<118>[ RunTests ] [INFO] LSeek CUR-6666= -2147352554 +<118>[ RunTests ] [INFO] LSeek CUR+123456= 123516 +<118>[ RunTests ] [INFO] LSeek END+0= 65536 +<118>[ RunTests ] [INFO] LSeek END+123456= 188992 +<118>[ RunTests ] [INFO] LSeek END+100= 65636 +<118>[ RunTests ] [INFO] LSeek END-100= 65436 +<118>[ RunTests ] [INFO] LSeek END-100000= -2147352554 +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 7 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 8 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 9 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 15 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 16 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 17 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 31 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS ^[[Bdirectory, fd = 13 buffer size = 32 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 32 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 33 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 63 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 64 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 127 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 21 +<118>[ DumpByRead ] #LOGIN MGR# Receive Event : SCE_MBUS_EVENT_DEVICE_STATUS_UPDATED [DeviceId:0x30300] +<118>[SUCC] #LOGIN MGR# Battery status changed. +<118>Read finished +<118>Battery status : 0 +<118>Battery level : 100 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 128 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 129 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 255 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 256 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 257 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 511 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 512 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 513 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1023 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1024 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 1025 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2047 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2048 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2049 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4095 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4096 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 4097 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65535 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65536 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 65537 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 2137 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 21 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 37 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 69 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 420 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 42 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 123 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 222 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 666 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 911 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 112 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 0 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 10 +<118>[ DumpByRead [SceSystemStateMgr] No user input for 60 seconds +<118>] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 997 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 0 +<118>[SceShellCore] Main thread has frozen in sceKernelUsleep(100 * 1000) for 2 seconds +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 1 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 5 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 10 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 21 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 37 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 127 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 128 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 129 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 400 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 500 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [SUCC] Dirent finished +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 512 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 768 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 1024 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 111 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 666 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 420 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 1234 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 96 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ DumpDirectory ] [TEST] Read PFS directory, fd = 13 buffer size = 67 starting offset = 42 +<118>[ DumpByRead ] [SUCC] Read finished +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 148 ) +<118>[ main ] [INFO] +<118>[ main ] [INFO] <<<< TESTS END >>>> +<118>[ main ] [INFO] \ No newline at end of file diff --git a/tests/code/filesystem_dirents/log_01.11.log b/tests/code/filesystem_dirents/log_01.11.log new file mode 100644 index 0000000..014f088 --- /dev/null +++ b/tests/code/filesystem_dirents/log_01.11.log @@ -0,0 +1,2931 @@ +<118>[ main ] [INFO] +<118>[ main ] [INFO] <<<< TESTS START >>>> +<118>[ main ] [INFO] +<118>[ Obliterate ] [INFO] << rm -rf [ /data/enderman ] >> +<118>[ Obliterate ] [SUCC] >> rm -rf [ /data/enderman ] << +<118>.. +<118>OK (2 tests, 2 ran, 56 checks, 0 ignored, 0 filtered out, 1 ms) +<118> +<118>[ RunTests ] [INFO] --------------------- +<118>[ RunTests ] [INFO] Dump normal directory +<118>[ RunTests ] [INFO] --------------------- +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 7 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 8 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 9 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 15 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 16 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 17 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 31 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 32 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 33 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 63 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 64 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 127 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 128 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 129 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 255 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 256 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 257 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error:[SceShellCore] Libc Heap Status: free 37%, in-use 3809.5 KB, trend +38.5 KB/min, peak 4134.3 KB, when 217 [sec] +<118> -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 511 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 0 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 1 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 5 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 10 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 21 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 37 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 127 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 128 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 129 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 400 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 500 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 512 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 768 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 111 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 666 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 420 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 96 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 512 starting offset = 42 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 0 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 1 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 5 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 10 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 21 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 37 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 127 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 128 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 129 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 400 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 500 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 512 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 768 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 111 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 666 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 420 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 96 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 513 starting offset = 42 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 0 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 1 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 5 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 10 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 21 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 37 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 127 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 128 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 129 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 400 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 500 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 512 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 768 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 111 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 666 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 420 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 96 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1023 starting offset = 42 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 0 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 1 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 5 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 10 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 21 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 37 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 127 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 128 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 129 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 400 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 500 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 512 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 768 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 111 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 666 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 420 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 96 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1024 starting offset = 42 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 0 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 1 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 5 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 10 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 21 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 37 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 127 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 128 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 129 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 400 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 500 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 512 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 768 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 111 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 666 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 420 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 96 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 1025 starting offset = 42 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 0 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 1 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 5 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 10 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 21 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 37 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 127 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 128 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 129 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 400 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 500 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 512 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 768 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 111 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 666 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 420 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 96 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2047 starting offset = 42 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 0 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 1 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 5 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 10 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 21 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 37 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 127 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 128 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 129 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 400 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 500 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 512 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 768 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 111 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 666 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 420 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 96 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2048 starting offset = 42 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 0 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 1 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 5 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 10 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 21 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 37 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 127 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 128 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 129 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 400 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 500 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 512 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 768 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 111 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 666 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 420 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 96 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2049 starting offset = 42 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 0 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 1 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 5 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 10 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 21 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 37 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 127 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 128 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 129 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 400 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 500 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 512 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 768 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 111 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 666 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 420 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 96 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4095 starting offset = 42 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 0 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 1 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 5 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 10 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 21 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 37 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 127 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 128 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 129 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 400 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 500 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 512 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 768 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 111 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 666 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 420 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 96 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4096 starting offset = 42 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 0 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 1 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 5 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 10 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 21 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 37 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 127 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 128 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 129 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 400 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 500 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 512 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 768 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 111 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 666 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 420 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 96 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 4097 starting offset = 42 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 0 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 1 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 5 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 10 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 21 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 37 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 127 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 128 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 129 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 400 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 500 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 512 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 768 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 111 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 666 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 420 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 96 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65535 starting offset = 42 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 0 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 1 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 5 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 10 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 21 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 37 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 127 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 128 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 129 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 400 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 500 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 512 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 768 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 111 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 666 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 420 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 96 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65536 starting offset = 42 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 0 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 1 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 5 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 10 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 21 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 37 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 127 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 128 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 129 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 400 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 500 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 512 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 768 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 111 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 666 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 420 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 96 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 65537 starting offset = 42 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 0 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 1 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 5 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 10 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 21 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 37 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 127 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 128 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 129 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 400 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 500 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 512 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 768 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 111 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 666 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 420 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 96 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 2137 starting offset = 42 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 21 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 37 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 69 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 420 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp:^[[D 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 42 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 123 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 222 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 0 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 1 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 5 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 10 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 21 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 37 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 127 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 128 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 129 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 400 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 500 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 512 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 768 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 111 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 666 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 420 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 96 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 666 starting offset = 42 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 0 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 1 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 5 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 10 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 21 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 37 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 127 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 128 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 129 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 400 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 500 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 512 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 768 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 111 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 666 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 420 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 96 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 911 starting offset = 42 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 112 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 0 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 1 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 5 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 10 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 21 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 37 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 127 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 128 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 129 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 400 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 500 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 512 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 768 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 111 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 666 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 420 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 96 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 997 starting offset = 42 +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] normal directory, fd = 13 buffer size = 67 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ RunTests ] [INFO] ------------------ +<118>[ RunTests ] [INFO] Dump PFS directory +<118>[ RunTests ] [INFO] ------------------ +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 7 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 8 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 500 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 9 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 15 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 16 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 17 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 31 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 32 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 33 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 63 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 64 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 127 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 128 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 129 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 255 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 256 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 257 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 511 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 0 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 512 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 512 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 0 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 512 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 513 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 0 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 512 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1023 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 0 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 512 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1024 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 0 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 512 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 1025 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 0 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 512 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 1234 +<118>[SceShellCore] VM Stats: RSS 575.2, kernel 273.3, wire count 365.1, swap out 0.0, page table CPU 2355/6144 GPU 371/2048 +<118>[SceShellCore] FMEM 1.3/ 4.5 NPXS20977 SceSysAvControl.elf +<118>[SceShellCore] FMEM 11.0/ 74.3 NPXS20991 SceSysCore.elf +<118>[SceShellCore] FMEM 9.5/ 54.3 NPXS20973 orbis_audiod.elf +<118>[SceShellCore] FMEM 3.4/ 11.2 NPXS20976 GnmCompositor.elf +<118>[SceShellCore] FMEM 29.4/ 344.8 NPXS20000 SceShellCore +<118>[SceShellCore] FMEM 358.5/ 872.3 NPXS20001 SceShellUI +<118>[SceShellCore] FMEM 7.5/ 12.6 NPXS21003 SceAvCapture +<118>[SceShellCore] FMEM 9.4/ 24.6 NPXS21000 SceGameLiveStreaming +<118>[SceShellCore] FMEM 15.1/ 48.4 NPXS21002 ScePartyDaemon +<118>[SceShellCore] FMEM 4.6/ 25.4 NPXS21004 SceVideoCoreServer +<118>[SceShellCore] FMEM 10.8/ 51.3 NPXS21006 SceRemotePlay +<118>[SceShellCore] FMEM 8.1/ 43.1 NPXS21010 SceCloudClientDaemon +<118>[SceShellCore] FMEM 9.0/ 156.0 NPXS21002 webrtc_daemon.self +<118>[SceShellCore] FMEM 3.5/ 10.8 NPXS21016 SceSpZeroConf +<118>[SceShellCore] FMEM 7.4/ 18.1 NPXS21019 SceSocialScreenMgr +<118>[SceShellCore] FMEM 5.5/ 9.8 NPXS21007 SceMusicCoreServer +<118>[SceShellCore] FMEM 7.6/ 14.4 NPXS21020 SceVoiceAndAgent +<118>[SceShellCore] FMEM 2.3/ 5.1 NPXS20967 fs_cleaner.elf +<118>[SceShellCore] FMEM 2.3/ 10.2 NPXS20974 SceVdecProxy.elf +<118>[SceShellCore] FMEM 2.3/ 10.3 NPXS20975 SceVencProxy.elf +<118>[SceShellCore] FMEM 23.8/ 263.9 NPXS20001 SecureUIProcess.self +<118>[SceShellCore] FMEM 32.1/ 526.0 NPXS20001 SecureWebProcess.self +<118>[SceShellCore] FMEM 10.7/ 358.8 NPXS20001 orbis-jsc-compiler.self +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2047 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 0 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 512 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2048 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 0 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 512 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2049 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 0 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 512 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4095 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 0 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 512 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4096 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 0 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 512 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 4097 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 0 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 512 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65535 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 0 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 512 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65536 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 0 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 512 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 65537 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 0 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 512 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 2137 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 21 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 37 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 69 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 420 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 42 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 123 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 222 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 0 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 512 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 666 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 0 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 512 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 911 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 112 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 0 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 1 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 5 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 10 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 21 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 37 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 127 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 128 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 129 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 400 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 512 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 768 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 1024 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 111 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 666 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 420 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 1234 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 96 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 997 starting offset = 42 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 0 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 1 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 5 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 10 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 21 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 37 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 127 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 128 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 129 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 400 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 500 +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 512 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 768 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 1024 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 111 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 666 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 420 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 1234 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 96 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ DumpDirectory ] [TEST] PFS directory, fd = 13 buffer size = 67 starting offset = 42 +<118>[ DumpByDirent ] [FAIL] Dirent finished with error: -2147352554 ( /home/user/github/integration_tests/tests/code/filesystem_dirents/code/fs_test.cpp: 262 ) +<118>[ main ] [INFO] +<118>[ main ] [INFO] <<<< TESTS END >>>> +<118>[ main ] [INFO] \ No newline at end of file diff --git a/tests/code/filesystem_dirents/sce_sys/icon0.png b/tests/code/filesystem_dirents/sce_sys/icon0.png new file mode 100644 index 0000000..a94ec83 Binary files /dev/null and b/tests/code/filesystem_dirents/sce_sys/icon0.png differ diff --git a/tests/code/filesystem_speed_test/CMakeLists.txt b/tests/code/filesystem_speed_test/CMakeLists.txt new file mode 100644 index 0000000..81537cd --- /dev/null +++ b/tests/code/filesystem_speed_test/CMakeLists.txt @@ -0,0 +1,8 @@ +project(Amphitheathre VERSION 0.0.1) + +link_libraries(SceSystemService) + +create_pkg(TEST00666 5 50 "code/log.cpp;code/fs_test_tools.cpp;code/fs_test.cpp;code/main.cpp") +set_target_properties(TEST00666 PROPERTIES OO_PKG_TITLE "Amphitheathre") +set_target_properties(TEST00666 PROPERTIES OO_PKG_APPVER "1.02") +finalize_pkg(TEST00666) diff --git a/tests/code/filesystem_speed_test/LICENSE b/tests/code/filesystem_speed_test/LICENSE new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/tests/code/filesystem_speed_test/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/tests/code/filesystem_speed_test/README.md b/tests/code/filesystem_speed_test/README.md new file mode 100644 index 0000000..3788e9c --- /dev/null +++ b/tests/code/filesystem_speed_test/README.md @@ -0,0 +1,11 @@ +# OpenOrbis CMake project + +This is a template for quick start with PS4 development using OpenOrbis toolchain. + +## Usage + +```bash +cmake -B./build/ -S./ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_TOOLCHAIN_FILE=OpenOrbis-tc.cmake +cmake --build ./build/ -j8 +cmake --install . +``` diff --git a/tests/code/filesystem_speed_test/assets/misc/big_directory/.gitkeep b/tests/code/filesystem_speed_test/assets/misc/big_directory/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_speed_test/code/fs_test.cpp b/tests/code/filesystem_speed_test/code/fs_test.cpp new file mode 100644 index 0000000..755eb02 --- /dev/null +++ b/tests/code/filesystem_speed_test/code/fs_test.cpp @@ -0,0 +1,120 @@ +#include "fs_test.h" + +#include +#include +#include +#include +#include +#include +#include +#include + +namespace fs = std::filesystem; + +namespace FS_Test { +namespace oi = OrbisInternals; + +#define ITER_ACTION 2500 +#define ITER_READS 5 +#define ITER_WRITES 5 + +// chunk = 8, order = 1 -> 8b, multiples - how many chunks to write for testing +// =4, =3 -> 4MB +void testWrite(u64 base, u64 order, u64 multiples, const char* path) { + u64 test_start = 0; + u64 test_end = 0; + u64 write_test_chunk = base * (std::pow(1024, order)); + u64 write_test_bytes = multiples * write_test_chunk; + u64 write_test_start = 0; + u64 write_test_total = 0; + u8* write_test_buffer = new u8[write_test_chunk] {255}; + + char* size_str = "xB"; + switch (order) { + case 0: size_str[0] = 'b'; break; + case 1: size_str[0] = 'k'; break; + case 2: size_str[0] = 'M'; break; + case 3: size_str[0] = 'G'; break; + } + + test_start = tick(); + for (auto i = ITER_WRITES; i; i--) { + sceKernelUnlink(path); + int fd = sceKernelOpen(path, O_WRONLY | O_CREAT, 0777); + write_test_start = tick(); + for (u32 i = 0; i < write_test_bytes; i += write_test_chunk) { + sceKernelWrite(fd, write_test_buffer, write_test_chunk); + } + sceKernelFsync(fd); + write_test_total += tick() - write_test_start; + } + test_end = tick(); + + double write_test_throughput = ITER_WRITES * double(write_test_bytes) / double(write_test_total); + Log("write() in /data:", write_test_total / (ITER_WRITES * 1000), "us/it"); + Log("write+sync speed:", write_test_throughput * 1000000000.0 / (1024 * 1024), "MB/s"); + Log("write+sync duration:", write_test_total / 1000000000.0, "s"); + Log("Test duration:", (test_end - test_start) / 1000000000.0, "s"); + delete[] write_test_buffer; +} + +void RunTests() { + RegenerateDir("/data/amphitheathre"); + + Log(); + Log("<<<< TEST SUITE STARTING >>>>"); + Log("Function iterations:", ITER_ACTION); + Log("Read iterations:", ITER_READS); + Log("Write iterations:", ITER_WRITES); + + u64 test_start = 0; + u64 test_end = 0; + double test_duration = 0; + int fd = 0; + + Log(); + Log("\t<<<< open() >>>>"); + Log(); + + u64 open_start = 0; + u64 open_total = 0; + test_start = tick(); + touch("/data/amphitheathre/open_file"); + for (auto i = ITER_ACTION; i; i--) { + open_start = tick(); + fd = sceKernelOpen("/data/amphitheathre/open_file", O_RDONLY, 0777); + open_total += tick() - open_start; + sceKernelClose(fd); + } + test_end = tick(); + test_duration = (test_end - test_start) / 1000; + Log("open() in /data, one file:", open_total / ITER_ACTION, "ns/it"); + Log("Action duration:", open_total / 1000, "us"); + Log("Test duration:", test_duration, "us"); + + Log(); + Log("\t<<<< write() 4KB speed test >>>>"); + Log("\tNormalized to 1GB") Log(); + testWrite(4, 1, 262144, "/data/amphitheathre/write_benchmark_4kB"); + Log(); + Log("\t<<<< write() 8KB speed test >>>>"); + Log("\tNormalized to 1GB") Log(); + testWrite(8, 1, 131072, "/data/amphitheathre/write_benchmark_8kB"); + Log(); + Log("\t<<<< write() 64kB speed test >>>>"); + Log("\tNormalized to 1GB") Log(); + testWrite(64, 1, 16384, "/data/amphitheathre/write_benchmark_64kB"); + Log(); + Log("\t<<<< write() 1MB speed test >>>>"); + Log("\tNormalized to 1GB") Log(); + testWrite(1, 2, 1024, "/data/amphitheathre/write_benchmark_1MB"); + Log(); + Log("\t<<<< write() 4MB speed test >>>>"); + Log("\tNormalized to 1GB") Log(); + testWrite(4, 2, 256, "/data/amphitheathre/write_benchmark_4MB"); + Log(); + Log("\t<<<< write() 8MB speed test >>>>"); + Log("\tNormalized to 1GB") Log(); + testWrite(8, 2, 128, "/data/amphitheathre/write_benchmark_8MB"); +} +} // namespace FS_Test \ No newline at end of file diff --git a/tests/code/filesystem_speed_test/code/fs_test.h b/tests/code/filesystem_speed_test/code/fs_test.h new file mode 100644 index 0000000..f229c0a --- /dev/null +++ b/tests/code/filesystem_speed_test/code/fs_test.h @@ -0,0 +1,61 @@ +#ifndef FS_TEST_H +#define FS_TEST_H + +#include "log.h" + +#include +#include +#include +#include +#include +#include + +namespace fs = std::filesystem; + +namespace FS_Test { +#define DIRENT_PFS_BUFFER_SIZE 65536 +#define DIRENT_BUFFER_SIZE 512 + +using s8 = int8_t; +using s16 = int16_t; +using s32 = int32_t; +using s64 = int64_t; + +using u8 = uint8_t; +using u16 = uint16_t; +using u32 = uint32_t; +using u64 = uint64_t; + +namespace OrbisInternals { +typedef struct PfsDirent { + s32 d_fileno; + s32 d_type; + s32 d_namlen; + s32 d_reclen; + char d_name[256]; +} PfsDirent; + +typedef struct FolderDirent { + u32 d_fileno; + u16 d_reclen; + u8 d_type; + u8 d_namlen; + char d_name[256]; +} FolderDirent; +} // namespace OrbisInternals + +void RunTests(void); +void RegenerateDir(const char* path); + +ino_t get_fileno(const char* path); +ino_t get_fileno(int fd); +void Obliterate(const char* path); +int32_t touch(const char* path); +off_t GetSize(const char* path); +off_t GetSize(int fd); +int exists(const char* path); + +u64 tick(); + +} // namespace FS_Test +#endif // FS_TEST_H diff --git a/tests/code/filesystem_speed_test/code/fs_test_tools.cpp b/tests/code/filesystem_speed_test/code/fs_test_tools.cpp new file mode 100644 index 0000000..35a397a --- /dev/null +++ b/tests/code/filesystem_speed_test/code/fs_test_tools.cpp @@ -0,0 +1,101 @@ +#include "fs_test.h" + +#include +#include +#include +#include +#include +#include + +namespace FS_Test { +namespace oi = OrbisInternals; + +void RegenerateDir(const char* path) { + Obliterate(path); + sceKernelMkdir(path, 0777); +} + +off_t GetSize(int fd) { + OrbisKernelStat st; + if (int status = sceKernelFstat(fd, &st); status < 0) return status; + return st.st_size; +} + +off_t GetSize(const char* path) { + OrbisKernelStat st; + if (int status = sceKernelStat(path, &st); status < 0) return status; + return st.st_size; +} + +int32_t touch(const char* path) { + return sceKernelClose(sceKernelOpen(path, O_RDWR | O_CREAT | O_TRUNC, 0777)); +} + +ino_t get_fileno(int fd) { + struct OrbisKernelStat st {}; + int status = sceKernelFstat(fd, &st); + return (status == 0) * st.st_ino; +} + +ino_t get_fileno(const char* path) { + struct OrbisKernelStat st {}; + int fd = sceKernelOpen(path, O_RDONLY, 0777); + if (fd < 0) return 0; + int status = sceKernelFstat(fd, &st); + sceKernelClose(fd); + return (status == 0) * st.st_ino; +} + +int exists(const char* path) { + struct OrbisKernelStat ost {}; + return sceKernelStat(path, &ost); +} + +void Obliterate(const char* path) { + Log("<< rm -rf [", path, "] >>"); + std::error_code ec {}; + + std::vector entries; + for (auto& p: fs::recursive_directory_iterator(path, fs::directory_options::skip_permission_denied, ec)) + entries.push_back(p.path().string()); + + for (auto it = entries.rbegin(); it != entries.rend(); ++it) { + if (ec) { + LogError("Exception: [", ec.value(), "] :", ec.message()); + ec.clear(); + continue; + } + + const char* pp = it->c_str(); + + // see what sticks + + struct OrbisKernelStat st {0}; + + errno = 0; + sceKernelStat(pp, &st); + if (2 == errno) + // not found, good + continue; + + errno = 0; + if (S_ISDIR(st.st_mode)) sceKernelRmdir(pp); + if (S_ISREG(st.st_mode)) sceKernelUnlink(pp); + + if (errno != 0) LogError("Cannot remove [", pp, "] ( errno =", errno, ")"); + } + + errno = 0; + sceKernelRmdir(path); + + if (!(ENOENT == errno || 0 == errno)) LogError("Cannot remove [", path, "] ( errno =", errno, ")"); + + LogSuccess(">> rm -rf [", path, "] <<"); + return; +} + +u64 tick() { + using namespace std::chrono; + return duration_cast(high_resolution_clock::now().time_since_epoch()).count(); +} +} // namespace FS_Test \ No newline at end of file diff --git a/tests/code/filesystem_speed_test/code/log.cpp b/tests/code/filesystem_speed_test/code/log.cpp new file mode 100644 index 0000000..3381d8d --- /dev/null +++ b/tests/code/filesystem_speed_test/code/log.cpp @@ -0,0 +1,62 @@ +#include "log.h" + +#include +#include + +int error_counter = 0; + +int GetErrorCounter(void) { + return error_counter; +} + +void ResetErrorCounter(void) { + error_counter = 0; +} + +std::ostream& center(std::ostream& os, const std::string& s, int width) { + int len = (int)s.size(); + if (width <= len) return os << s.substr(0, width); + int left = (width - len) / 2; + int right = width - len - left; + return os << std::string(left, ' ') << s << std::string(right, ' '); +} + +std::ostream& right(std::ostream& os, const std::string& s, int width) { + int len = (int)s.size(); + if (width <= len) return os << s.substr(0, width); + int left = (width - len); + return os << std::string(left, ' ') << s; +} + +std::string center(const std::string& s, int width) { + int len = (int)s.size(); + if (width <= len) return s.substr(0, width); + int left = (width - len) / 2; + int right = width - len - left; + return std::string(left, ' ') + s + std::string(right, ' '); +} + +std::string right(const std::string& s, int width) { + int len = (int)s.size(); + if (width <= len) return s.substr(0, width); + int left = (width - len); + return std::string(left, ' ') + s; +} + +std::string to_decimal(int value) { + std::ostringstream oss; + oss << std::dec << value; + return oss.str(); +} + +std::string to_octal(int value) { + std::ostringstream oss; + oss << std::oct << value; + return oss.str(); +} + +std::string to_hex(int value) { + std::ostringstream oss; + oss << std::hex << value; + return oss.str(); +} \ No newline at end of file diff --git a/tests/code/filesystem_speed_test/code/log.h b/tests/code/filesystem_speed_test/code/log.h new file mode 100644 index 0000000..989e5c7 --- /dev/null +++ b/tests/code/filesystem_speed_test/code/log.h @@ -0,0 +1,61 @@ +#pragma once + +#ifndef LOG_H +#define LOG_H + +#include +#include + +#define STR(x) std::to_string(x) + +std::ostream& center(std::ostream& os, const std::string& s, int width); +std::string center(const std::string& s, int width); +std::ostream& right(std::ostream& os, const std::string& s, int width); +std::string right(const std::string& s, int width); +std::string to_decimal(int value); +std::string to_octal(int value); +std::string to_hex(int value); + +template +void LogCustom(const char* fn, const char* msg, Args&&... args) { + std::cout << "[" << center(fn, 20) << "] " << msg; + ((std::cout << " " << args), ...); + std::cout << std::endl; +} + +extern int error_counter; + +int GetErrorCounter(void); +void ResetErrorCounter(void); + +#define Log(...) \ + { \ + LogCustom(__FUNCTION__, "[INFO]", ##__VA_ARGS__); \ + } + +#define LogTest(...) \ + { \ + LogCustom(__FUNCTION__, "\033[34;1m[TEST_CASE]\033[0m", ##__VA_ARGS__); \ + } + +#define LogError(...) \ + { \ + error_counter++; \ + LogCustom(__FUNCTION__, "\033[31;1m[FAIL]\033[0m", ##__VA_ARGS__, "( " __FILE__ ":", __LINE__, ")"); \ + } + +#define LogSuccess(...) \ + { \ + LogCustom(__FUNCTION__, "\033[32;1m[SUCC]\033[0m", ##__VA_ARGS__); \ + } + +#define TEST_CASE(cond, success_str, fail_str, ...) \ + { \ + if (cond) { \ + LogSuccess(success_str, ##__VA_ARGS__); \ + } else { \ + LogError(fail_str, ##__VA_ARGS__); \ + } \ + } + +#endif \ No newline at end of file diff --git a/tests/code/filesystem_speed_test/code/main.cpp b/tests/code/filesystem_speed_test/code/main.cpp new file mode 100644 index 0000000..b8c4823 --- /dev/null +++ b/tests/code/filesystem_speed_test/code/main.cpp @@ -0,0 +1,25 @@ +#include "fs_test.h" +#include "log.h" + +#include + +int main(int ac, char** av) { + // No buffering + setvbuf(stdout, NULL, _IONBF, 0); + + // Log tests start + Log(); + Log("<<<< TESTS START >>>>"); + Log(); + + // Run file system tests + FS_Test::RunTests(); + + // Log tests end + Log(); + Log("<<<< TESTS END >>>>"); + Log(); + + sceSystemServiceLoadExec("EXIT", nullptr); + return 0; +} diff --git a/tests/code/filesystem_speed_test/sce_sys/icon0.png b/tests/code/filesystem_speed_test/sce_sys/icon0.png new file mode 100644 index 0000000..20a851e Binary files /dev/null and b/tests/code/filesystem_speed_test/sce_sys/icon0.png differ diff --git a/tests/code/filesystem_test/01.35.log b/tests/code/filesystem_test/01.35.log new file mode 100644 index 0000000..a586348 --- /dev/null +++ b/tests/code/filesystem_test/01.35.log @@ -0,0 +1,838 @@ +<118>[ main ] [INFO] +<118>[ main ] [INFO] <<<< TESTS START >>>> +<118>[ main ] [INFO] +<118>[ Obliterate ] [INFO] << rm -rf [ /data/therapist ] >> +<118>[ Obliterate ] [SUCC] >> rm -rf [ /data/therapist ] << +<118>[ RunTests ] [INFO] +<118>[ RunTests ] [INFO] <<<< TEST SUITE STARTING >>>> +<118>[ RunTests ] [INFO] Some test components may (and will) fail. This is expected. +<118>[ RunTests ] [INFO] Validity of the test is determined by last message emitted by test case. +<118>[ RunTests ] [INFO] +<118>[ RunTests ] [INFO] +<118>[ RunTests ] [INFO] <<<< DUMP DIRENTS >>>> +<118>[ RunTests ] [INFO] +<118>[ dumpDirRecursive ] [INFO] Listing dirents of [ /app0 ] +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 2 ][ 1 ][ 24 ] |->. +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 2 ][ 2 ][ 24 ] |->.. +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 3 ][ 6 ][ 24 ] |->assets +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 3 ][ 1 ][ 24 ] |--|->. +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 2 ][ 2 ][ 24 ] |--|->.. +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 4 ][ 5 ][ 24 ] |--|->audio +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 4 ][ 1 ][ 24 ] |--|--|->. +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 3 ][ 2 ][ 24 ] |--|--|->.. +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 5 ][ 5 ][ 24 ] |--|->fonts +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 5 ][ 1 ][ 24 ] |--|--|->. +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 3 ][ 2 ][ 24 ] |--|--|->.. +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 6 ][ 6 ][ 24 ] |--|->images +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 6 ][ 1 ][ 24 ] |--|--|->. +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 3 ][ 2 ][ 24 ] |--|--|->.. +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 7 ][ 4 ][ 24 ] |--|->misc +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 7 ][ 1 ][ 24 ] |--|--|->. +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 3 ][ 2 ][ 24 ] |--|--|->.. +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 12 ][ 20 ][ 40 ] |--|--|->cAsEinSEnsITiVE.HwDp +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 13 ][ 8 ][ 32 ] |--|--|->file.txt +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 14 ][ 14 ][ 32 ] |--|--|->file_empty.txt +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 8 ][ 6 ][ 24 ] |--|->videos +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 8 ][ 1 ][ 24 ] |--|--|->. +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 3 ][ 2 ][ 24 ] |--|--|->.. +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 9 ][ 10 ][ 32 ] |->sce_module +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 9 ][ 1 ][ 24 ] |--|->. +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 2 ][ 2 ][ 24 ] |--|->.. +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 16 ][ 15 ][ 32 ] |--|->libSceFios2.prx +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 17 ][ 8 ][ 32 ] |--|->libc.prx +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 10 ][ 7 ][ 24 ] |->sce_sys +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 10 ][ 1 ][ 24 ] |--|->. +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 2 ][ 2 ][ 24 ] |--|->.. +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 11 ][ 5 ][ 24 ] |--|->about +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 11 ][ 1 ][ 24 ] |--|--|->. +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 10 ][ 2 ][ 24 ] |--|--|->.. +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 18 ][ 10 ][ 32 ] |--|--|->right.sprx +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 19 ][ 8 ][ 32 ] |--|->keystone +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15 ][ 9 ][ 32 ] |->eboot.bin +<118>[ dumpDirRecursive ] [SUCC] Listing dirents of [ /app0 ] +<118>[ RunTests ] [INFO] +<118>[ RunTests ] [INFO] <<<< RELATIVE FILENO >>>> +<118>[ RunTests ] [INFO] +<118>[ TestRelatives ] [TEST_CASE] Testing relative fileno perception of [ / ] +<118>[ TestRelatives ] [INFO] / sees itself with fileno= 781 +<118>[ TestRelatives ] [INFO] / sees its parent with fileno= 3 +<118>[ TestRelatives ] [INFO] / is seen with fileno= -2 +<118>[ TestRelatives ] [INFO] It's not a mountpoint +<118>[ RunTests ] [SUCC] Test complete. Expected values: ~700, 3, -2 +<118>[ TestRelatives ] [TEST_CASE] Testing relative fileno perception of [ /app0 ] +<118>[ TestRelatives ] [INFO] /app0 sees itself with fileno= 2 +<118>[ TestRelatives ] [INFO] /app0 sees its parent with fileno= 2 +<118>[ TestRelatives ] [INFO] /app0 is seen with fileno= 784 +<118>[ TestRelatives ] [SUCC] It's a mountpoint +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestRelatives ] [TEST_CASE] Testing relative fileno perception of [ /app0/sce_sys ] +<118>[ TestRelatives ] [INFO] /app0/sce_sys sees itself with fileno= 10 +<118>[ TestRelatives ] [INFO] /app0/sce_sys sees its parent with fileno= 2 +<118>[ TestRelatives ] [INFO] /app0/sce_sys is seen with fileno= 10 +<118>[ TestRelatives ] [INFO] It's not a mountpoint +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestRelatives ] [TEST_CASE] Testing relative fileno perception of [ /av_contents ] +<118>[ TestRelatives ] [INFO] /av_contents sees itself with fileno= 808 +<118>[ TestRelatives ] [INFO] /av_contents sees its parent with fileno= 781 +<118>[ TestRelatives ] [INFO] /av_contents is seen with fileno= 808 +<118>[ TestRelatives ] [INFO] It's not a mountpoint +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestRelatives ] [TEST_CASE] Testing relative fileno perception of [ /data ] +<118>[ TestRelatives ] [INFO] /data sees itself with fileno= 15202560 +<118>[ TestRelatives ] [INFO] /data sees its parent with fileno= 2 +<118>[ TestRelatives ] [INFO] /data is seen with fileno= 790 +<118>[ TestRelatives ] [SUCC] It's a mountpoint +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestRelatives ] [TEST_CASE] Testing relative fileno perception of [ /dev ] +<118>[ TestRelatives ] [FAIL] Cannot get [ . ] from /dev ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1107 ) +<118>[ TestRelatives ] [FAIL] Cannot get [ .. ] from /dev ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1115 ) +<118>[ TestRelatives ] [INFO] /dev sees itself with fileno= -2 +<118>[ TestRelatives ] [INFO] /dev sees its parent with fileno= -2 +<118>[ TestRelatives ] [INFO] /dev is seen with fileno= 788 +<118>[ TestRelatives ] [INFO] It's not a mountpoint +<118>[ RunTests ] [SUCC] Test complete. Expected values: -2, -2, ~800 +<118>[ TestRelatives ] [TEST_CASE] Testing relative fileno perception of [ /host ] +<118>[ TestRelatives ] [INFO] /host sees itself with fileno= 9 +<118>[ TestRelatives ] [INFO] /host sees its parent with fileno= 1 +<118>[ TestRelatives ] [INFO] /host is seen with fileno= 791 +<118>[ TestRelatives ] [SUCC] It's a mountpoint +<118>[ RunTests ] [SUCC] /host is a superblock partition. Expected values: 9, 1, ~700 +<118>[ TestRelatives ] [TEST_CASE] Testing relative fileno perception of [ /hostapp ] +<118>[ TestRelatives ] [INFO] /hostapp sees itself with fileno= 10 +<118>[ TestRelatives ] [INFO] /hostapp sees its parent with fileno= 1 +<118>[ TestRelatives ] [INFO] /hostapp is seen with fileno= 792 +<118>[ TestRelatives ] [SUCC] It's a mountpoint +<118>[ RunTests ] [SUCC] /hostapp is a superblock partition. Expected values: 10, 1, ~700 +<118>[ TestRelatives ] [TEST_CASE] Testing relative fileno perception of [ /system_tmp ] +<118>[ TestRelatives ] [INFO] /system_tmp sees itself with fileno= 2 +<118>[ TestRelatives ] [INFO] /system_tmp sees its parent with fileno= 2 +<118>[ TestRelatives ] [INFO] /system_tmp is seen with fileno= 789 +<118>[ TestRelatives ] [SUCC] It's a mountpoint +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestRelatives ] [TEST_CASE] Testing relative fileno perception of [ /this_should_fail ] +<118>[ GetDir ] [FAIL] [Normal] Cannot open [ . ] ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test_tools.cpp: 474 ) +<118>[ GetDir ] [FAIL] [Normal] Cannot open [ .. ] ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test_tools.cpp: 474 ) +<118>[ TestRelatives ] [FAIL] Cannot get [ this_should_fail ] from /this_should_fail ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1124 ) +<118>[ TestRelatives ] [INFO] /this_should_fail sees itself with fileno= 0 +<118>[ TestRelatives ] [INFO] /this_should_fail sees its parent with fileno= 0 +<118>[ TestRelatives ] [INFO] /this_should_fail is seen with fileno= -2 +<118>[ TestRelatives ] [INFO] It's not a mountpoint +<118>[ RunTests ] [SUCC] Test complete +<118>[ RunTests ] [INFO] +<118>[ RunTests ] [INFO] <<<< NORMAL AND PFS DIRENT >>>> +<118>[ RunTests ] [INFO] Normal dirents are on LHS, PFS is on RHS. +<118>[ RunTests ] [INFO] The last element of the path is the accessed dirent, +<118>[ RunTests ] [INFO] so it can refer to a file, directory or relative entry [ . ], [ .. ] +<118>[ RunTests ] [INFO] +<118>[ CompareNormalVsPFS ] [TEST_CASE] Compare Normal and PFS dirent for /. +<118>[ CompareNormalVsPFS ] [FAIL] /. fileno 781 != 0 ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1173 ) +<118>[ CompareNormalVsPFS ] [FAIL] /. namlen 1 != 0 ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1181 ) +<118>[ CompareNormalVsPFS ] [FAIL] /. reclen 12 != 0 ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1193 ) +<118>[ CompareNormalVsPFS ] [FAIL] Names are not equal (memcmp) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1197 ) +<118>[ CompareNormalVsPFS ] [INFO] Normal: . +<118>[ CompareNormalVsPFS ] [INFO] PFS: +<118>[ RunTests ] [SUCC] Test complete [PFS should fail] +<118>[ CompareNormalVsPFS ] [TEST_CASE] Compare Normal and PFS dirent for /app0 +<118>[ CompareNormalVsPFS ] [FAIL] /app0 fileno 784 != 0 ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1173 ) +<118>[ CompareNormalVsPFS ] [FAIL] /app0 namlen 4 != 0 ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1181 ) +<118>[ CompareNormalVsPFS ] [FAIL] /app0 reclen 16 != 0 ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1193 ) +<118>[ CompareNormalVsPFS ] [FAIL] Names are not equal (memcmp) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1197 ) +<118>[ CompareNormalVsPFS ] [INFO] Normal: app0 +<118>[ CompareNormalVsPFS ] [INFO] PFS: +<118>[ RunTests ] [SUCC] Test complete [PFS should fail] +<118>[ CompareNormalVsPFS ] [TEST_CASE] Compare Normal and PFS dirent for /data +<118>[ CompareNormalVsPFS ] [FAIL] /data fileno 790 != 0 ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1173 ) +<118>[ CompareNormalVsPFS ] [FAIL] /data namlen 4 != 0 ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1181 ) +<118>[ CompareNormalVsPFS ] [FAIL] /data reclen 16 != 0 ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1193 ) +<118>[ CompareNormalVsPFS ] [FAIL] Names are not equal (memcmp) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1197 ) +<118>[ CompareNormalVsPFS ] [INFO] Normal: data +<118>[ CompareNormalVsPFS ] [INFO] PFS: +<118>[ RunTests ] [SUCC] Test complete [PFS should fail] +<118>[ CompareNormalVsPFS ] [TEST_CASE] Compare Normal and PFS dirent for /app0/. +<118>[ CompareNormalVsPFS ] [SUCC] /app0/. fileno 2 == 2 +<118>[ CompareNormalVsPFS ] [SUCC] /app0/. namlen 1 == 1 +<118>[ CompareNormalVsPFS ] [SUCC] /app0/. reclen 24 == 24 +<118>[ CompareNormalVsPFS ] [SUCC] Names are equal (memcmp) +<118>[ RunTests ] [SUCC] Test complete +<118>[ CompareNormalVsPFS ] [TEST_CASE] Compare Normal and PFS dirent for /app0/.. +<118>[ CompareNormalVsPFS ] [SUCC] /app0/.. fileno 2 == 2 +<118>[ CompareNormalVsPFS ] [SUCC] /app0/.. namlen 2 == 2 +<118>[ CompareNormalVsPFS ] [SUCC] /app0/.. reclen 24 == 24 +<118>[ CompareNormalVsPFS ] [SUCC] Names are equal (memcmp) +<118>[ RunTests ] [SUCC] Test complete +<118>[ CompareNormalVsPFS ] [TEST_CASE] Compare Normal and PFS dirent for /app0/sce_sys +<118>[ CompareNormalVsPFS ] [SUCC] /app0/sce_sys fileno 10 == 10 +<118>[ CompareNormalVsPFS ] [SUCC] /app0/sce_sys namlen 7 == 7 +<118>[ CompareNormalVsPFS ] [SUCC] /app0/sce_sys reclen 24 == 24 +<118>[ CompareNormalVsPFS ] [SUCC] Names are equal (memcmp) +<118>[ RunTests ] [SUCC] Test complete +<118>[ CompareNormalVsPFS ] [TEST_CASE] Compare Normal and PFS dirent for /app0/eboot.bin +<118>[ CompareNormalVsPFS ] [SUCC] /app0/eboot.bin fileno 15 == 15 +<118>[ CompareNormalVsPFS ] [SUCC] /app0/eboot.bin namlen 9 == 9 +<118>[ CompareNormalVsPFS ] [SUCC] /app0/eboot.bin reclen 32 == 32 +<118>[ CompareNormalVsPFS ] [SUCC] Names are equal (memcmp) +<118>[ RunTests ] [SUCC] Test complete +<118>[ CompareNormalVsPFS ] [TEST_CASE] Compare Normal and PFS dirent for /data/therapist/. +<118>[ CompareNormalVsPFS ] [FAIL] /data/therapist/. fileno 15581570 != 0 ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1173 ) +<118>[ CompareNormalVsPFS ] [FAIL] /data/therapist/. namlen 1 != 0 ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1181 ) +<118>[ CompareNormalVsPFS ] [FAIL] /data/therapist/. reclen 12 != 0 ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1193 ) +<118>[ CompareNormalVsPFS ] [FAIL] Names are not equal (memcmp) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1197 ) +<118>[ CompareNormalVsPFS ] [INFO] Normal: . +<118>[ CompareNormalVsPFS ] [INFO] PFS: +<118>[ RunTests ] [SUCC] Test complete [PFS should fail] +<118>[ CompareNormalVsPFS ] [TEST_CASE] Compare Normal and PFS dirent for /this_should_fail/. +<118>[ GetDir ] [FAIL] [Normal] Cannot open [ . ] ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test_tools.cpp: 474 ) +<118>[ CompareNormalVsPFS ] [FAIL] Can't open /this_should_fail/. as normal ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1155 ) +<118>[ GetDir ] [FAIL] [PFS] Cannot open [ . ] ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test_tools.cpp: 410 ) +<118>[ CompareNormalVsPFS ] [FAIL] Can't open /this_should_fail/. as PFS ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 1158 ) +<118>[ RunTests ] [SUCC] Test complete [All should fail] +<118>[ RunTests ] [INFO] +<118>[ RunTests ] [INFO] <<<< Example directory listings >>>> +<118>[ RunTests ] [INFO] This is made to mimic `ls -la`. +<118>[ RunTests ] [INFO] UID, GID are always 0 +<118>[ RunTests ] [INFO] +<118>[ RunTests ] [INFO] +<118>[ RunTests ] [INFO] <<<< DIRENTS >>>> +<118>[ RunTests ] [INFO] +<118>[ Obliterate ] [INFO] << rm -rf [ /data/therapist/tmp_dirent ] >> +<118>[ Obliterate ] [SUCC] >> rm -rf [ /data/therapist/tmp_dirent ] << +<118>[ RunTests ] [SUCC] Prepared for dirents +<118>[ TestDirEnts ] [TEST_CASE] Testing dirents +<118>[ TestDirEnts ] [SUCC] Creating [ /data/therapist/tmp_dirent ] failed (EEXIST) ( errno = 17 ) +<118>[ TestDirEnts ] [SUCC] open() succeeded on [ /data/therapist/tmp_dirent ] ( errno = 0 ) +<118>[ TestDirEnts ] [SUCC] Closed [ /data/therapist/tmp_dirent ] ( errno = 0 ) +<118>[ TestDirEnts ] [SUCC] Dummy files (1-4) created ( errno = 0 ) +<118>[ TestDirEnts ] [SUCC] open() succeeded on [ /data/therapist/tmp_dirent ] ( errno = 0 ) +<118>[ TestDirEnts ] [SUCC] Seek to start (dirents, pre) ( errno = 0 ) +<118>[ TestDirEnts ] [SUCC] Direntries read correctly ( read bytes: 512 ) ( errno = 0 ) +<118>[ TestDirEnts ] [SUCC] Seek to start (dump, pre) ( errno = 0 ) +<118>[ dumpDir ] [INFO] [ DIR ][ 15581573 ][ 1 ][ 12 ] |->. +<118>[ dumpDir ] [INFO] [ DIR ][ 15581570 ][ 2 ][ 12 ] |->.. +<118>[ dumpDir ] [INFO] [ FIL ][ 15581797 ][ 12 ][ 24 ] |->dummy_file_1 +<118>[ dumpDir ] [INFO] [ FIL ][ 15581801 ][ 12 ][ 24 ] |->dummy_file_2 +<118>[ dumpDir ] [INFO] [ FIL ][ 15581803 ][ 12 ][ 24 ] |->dummy_file_3 +<118>[ dumpDir ] [INFO] [ FIL ][ 15581906 ][ 12 ][ 416 ] |->dummy_file_4 +<118>[ TestDirEnts ] [SUCC] Read correct amount of data (dump, pre) ( last_reclen = 416 should be = 416 ) ( errno = 0 ) +<118>[ TestDirEnts ] [INFO] You should see 4 dummy files here +<118>[ TestDirEnts ] [SUCC] Dummy files (5-8) created ( errno = 0 ) +<118>[ TestDirEnts ] [SUCC] Seek to start (dirents, post) ( errno = 0 ) +<118>[ TestDirEnts ] [SUCC] Direntries read correctly ( read bytes: 512 ) ( errno = 0 ) +<118>[ TestDirEnts ] [SUCC] Seek to start (dump, post) ( errno = 0 ) +<118>[ dumpDir ] [INFO] [ DIR ][ 15581573 ][ 1 ][ 12 ] |->. +<118>[ dumpDir ] [INFO] [ DIR ][ 15581570 ][ 2 ][ 12 ] |->.. +<118>[ dumpDir ] [INFO] [ FIL ][ 15581797 ][ 12 ][ 24 ] |->dummy_file_1 +<118>[ dumpDir ] [INFO] [ FIL ][ 15581801 ][ 12 ][ 24 ] |->dummy_file_2 +<118>[ dumpDir ] [INFO] [ FIL ][ 15581803 ][ 12 ][ 24 ] |->dummy_file_3 +<118>[ dumpDir ] [INFO] [ FIL ][ 15581906 ][ 12 ][ 24 ] |->dummy_file_4 +<118>[ dumpDir ] [INFO] [ FIL ][ 15581907 ][ 12 ][ 24 ] |->dummy_file_5 +<118>[ dumpDir ] [INFO] [ FIL ][ 15581909 ][ 12 ][ 24 ] |->dummy_file_6 +<118>[ dumpDir ] [INFO] [ FIL ][ 15581910 ][ 12 ][ 24 ] |->dummy_file_7 +<118>[ dumpDir ] [INFO] [ FIL ][ 15581911 ][ 12 ][ 320 ] |->dummy_file_8 +<118>[ TestDirEnts ] [SUCC] Read correct amount of data (dump, post) ( last_reclen = 320 should be = 320 ) ( errno = 0 ) +<118>[ TestDirEnts ] [INFO] You should see 8 dummy files here +<118>[ TestDirEnts ] [SUCC] Closed [ /data/therapist/tmp_dirent ] ( errno = 0 ) +<118>[ RunTests ] [SUCC] Test complete +<118>[ RunTests ] [INFO] +<118>[ RunTests ] [INFO] <<<< STAT >>>> +<118>[ RunTests ] [INFO] LHS - emulated, RHS - OG +<118>[ RunTests ] [INFO] +<118>[ TestStat ] [TEST_CASE] Testing stat on [ "/" ] +<118>[ TestStat ] [SUCC] Stat successful [ "/" ] ( errno = 0 ) +<118>[ StatCmp ] [INFO] ---- OrbisKernelStat comparsion ---- +<118>[ StatCmp ] [INFO] st_mode LHS = 040775 | RHS = 040777 +<118>[ StatCmp ] [INFO] st_nlink LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_uid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_gid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_size LHS = 360 | RHS = 320 +<118>[ StatCmp ] [INFO] st_blocks LHS = 32 | RHS = 32 +<118>[ StatCmp ] [INFO] st_blksize LHS = 16384 | RHS = 16384 +<118>[ StatCmp ] [INFO] st_flags LHS = 0 | RHS = 0 +<118>[ RunTests ] [FAIL] Stat comparsion failed ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 415 ) +<118>[ TestStat ] [TEST_CASE] Testing stat on [ "/app0" ] +<118>[ TestStat ] [SUCC] Stat successful [ "/app0" ] ( errno = 0 ) +<118>[ StatCmp ] [INFO] ---- OrbisKernelStat comparsion ---- +<118>[ StatCmp ] [INFO] st_mode LHS = 040555 | RHS = 040555 +<118>[ StatCmp ] [INFO] st_nlink LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_uid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_gid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_size LHS = 65536 | RHS = 65536 +<118>[ StatCmp ] [INFO] st_blocks LHS = 128 | RHS = 128 +<118>[ StatCmp ] [INFO] st_blksize LHS = 65536 | RHS = 65536 +<118>[ StatCmp ] [INFO] st_flags LHS = 0 | RHS = 0 +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestStat ] [TEST_CASE] Testing stat on [ "/app0/eboot.bin" ] +<118>[ TestStat ] [SUCC] Stat successful [ "/app0/eboot.bin" ] ( errno = 0 ) +<118>[ StatCmp ] [INFO] ---- OrbisKernelStat comparsion ---- +<118>[ StatCmp ] [INFO] st_mode LHS = 0100555 | RHS = 0100555 +<118>[ StatCmp ] [INFO] st_nlink LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_uid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_gid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_size LHS = 1921088 | RHS = 1645264 +<118>[ StatCmp ] [INFO] st_blocks LHS = 3840 | RHS = 3328 +<118>[ StatCmp ] [INFO] st_blksize LHS = 65536 | RHS = 65536 +<118>[ StatCmp ] [INFO] st_flags LHS = 0 | RHS = 0 +<118>[ RunTests ] [FAIL] Stat comparsion failed ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 417 ) +<118>[ TestStat ] [TEST_CASE] Testing stat on [ "/app0/assets/misc/file.txt" ] +<118>[ TestStat ] [SUCC] Stat successful [ "/app0/assets/misc/file.txt" ] ( errno = 0 ) +<118>[ StatCmp ] [INFO] ---- OrbisKernelStat comparsion ---- +<118>[ StatCmp ] [INFO] st_mode LHS = 0100555 | RHS = 0100555 +<118>[ StatCmp ] [INFO] st_nlink LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_uid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_gid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_size LHS = 45 | RHS = 45 +<118>[ StatCmp ] [INFO] st_blocks LHS = 128 | RHS = 128 +<118>[ StatCmp ] [INFO] st_blksize LHS = 65536 | RHS = 65536 +<118>[ StatCmp ] [INFO] st_flags LHS = 0 | RHS = 0 +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestStat ] [TEST_CASE] Testing stat on [ "/data/therapist" ] +<118>[ TestStat ] [SUCC] Stat successful [ "/data/therapist" ] ( errno = 0 ) +<118>[ StatCmp ] [INFO] ---- OrbisKernelStat comparsion ---- +<118>[ StatCmp ] [INFO] st_mode LHS = 040777 | RHS = 040777 +<118>[ StatCmp ] [INFO] st_nlink LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_uid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_gid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_size LHS = 512 | RHS = 512 +<118>[ StatCmp ] [INFO] st_blocks LHS = 8 | RHS = 8 +<118>[ StatCmp ] [INFO] st_blksize LHS = 32768 | RHS = 32768 +<118>[ StatCmp ] [INFO] st_flags LHS = 0 | RHS = 0 +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestStat ] [TEST_CASE] Testing stat on [ "/dev" ] +<118>[ TestStat ] [SUCC] Stat successful [ "/dev" ] ( errno = 0 ) +<118>[ StatCmp ] [INFO] ---- OrbisKernelStat comparsion ---- +<118>[ StatCmp ] [INFO] st_mode LHS = 040555 | RHS = 040555 +<118>[ StatCmp ] [INFO] st_nlink LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_uid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_gid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_size LHS = 512 | RHS = 512 +<118>[ StatCmp ] [INFO] st_blocks LHS = 1 | RHS = 1 +<118>[ StatCmp ] [INFO] st_blksize LHS = 16384 | RHS = 16384 +<118>[ StatCmp ] [INFO] st_flags LHS = 0 | RHS = 0 +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestStat ] [TEST_CASE] Testing stat on [ "/dev/deci_stderr" ] +<118>[ TestStat ] [SUCC] Stat successful [ "/dev/deci_stderr" ] ( errno = 0 ) +<118>[ StatCmp ] [INFO] ---- OrbisKernelStat comparsion ---- +<118>[ StatCmp ] [INFO] st_mode LHS = 020666 | RHS = 020666 +<118>[ StatCmp ] [INFO] st_nlink LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_uid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_gid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_size LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_blocks LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_blksize LHS = 16384 | RHS = 16384 +<118>[ StatCmp ] [INFO] st_flags LHS = 0 | RHS = 0 +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestLStat ] [TEST_CASE] Testing lstat on [ "/dev/deci_stderr" ] +<118>[ RunTests ] [FAIL] Stat comparsion failed ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 422 ) +<118>[ TestStat ] [TEST_CASE] Testing stat on [ "/dev/deci_stdout" ] +<118>[ TestStat ] [SUCC] Stat successful [ "/dev/deci_stdout" ] ( errno = 0 ) +<118>[ StatCmp ] [INFO] ---- OrbisKernelStat comparsion ---- +<118>[ StatCmp ] [INFO] st_mode LHS = 020666 | RHS = 020666 +<118>[ StatCmp ] [INFO] st_nlink LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_uid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_gid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_size LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_blocks LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_blksize LHS = 16384 | RHS = 16384 +<118>[ StatCmp ] [INFO] st_flags LHS = 0 | RHS = 0 +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestStat ] [TEST_CASE] Testing stat on [ "/dev/stdin" ] +<118>[ TestStat ] [FAIL] Stat failed [ "/dev/stdin" ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 897 ) +<118>[ TestStat ] [INFO] No comparsiton target provided for [ "/dev/stdin" ]. Dumping your own :) +<118>[ PrintStatInfo ] [INFO] stat info.st_dev = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_ino = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_mode = 00 +<118>[ PrintStatInfo ] [INFO] stat info.st_nlink = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_uid = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_gid = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_rdev = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_atim.tv_sec = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_atim.tv_nsec = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_mtim.tv_sec = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_mtim.tv_nsec = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_ctim.tv_sec = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_ctim.tv_nsec = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_size = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_blocks = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_blksize = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_flags = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_gen = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_lspare = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_birthtim.tv_sec = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_birthtim.tv_nsec = 0 +<118>[ RunTests ] [SUCC] Test complete [stat should fail] +<118>[ TestStat ] [TEST_CASE] Testing stat on [ "/dev/stdout" ] +<118>[ TestStat ] [FAIL] Stat failed [ "/dev/stdout" ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 897 ) +<118>[ TestStat ] [INFO] No comparsiton target provided for [ "/dev/stdout" ]. Dumping your own :) +<118>[ PrintStatInfo ] [INFO] stat info.st_dev = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_ino = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_mode = 00 +<118>[ PrintStatInfo ] [INFO] stat info.st_nlink = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_uid = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_gid = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_rdev = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_atim.tv_sec = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_atim.tv_nsec = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_mtim.tv_sec = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_mtim.tv_nsec = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_ctim.tv_sec = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_ctim.tv_nsec = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_size = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_blocks = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_blksize = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_flags = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_gen = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_lspare = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_birthtim.tv_sec = 0 +<118>[ PrintStatInfo ] [INFO] stat info.st_birthtim.tv_nsec = 0 +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestLStat ] [TEST_CASE] Testing lstat on [ "/dev/stdout" ] +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestStat ] [TEST_CASE] Testing stat on [ "/dev/random" ] +<118>[ TestStat ] [SUCC] Stat successful [ "/dev/random" ] ( errno = 0 ) +<118>[ StatCmp ] [INFO] ---- OrbisKernelStat comparsion ---- +<118>[ StatCmp ] [INFO] st_mode LHS = 020666 | RHS = 020666 +<118>[ StatCmp ] [INFO] st_nlink LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_uid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_gid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_size LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_blocks LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_blksize LHS = 16384 | RHS = 16384 +<118>[ StatCmp ] [INFO] st_flags LHS = 0 | RHS = 0 +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestStat ] [TEST_CASE] Testing stat on [ "/dev/urandom" ] +<118>[ TestStat ] [SUCC] Stat successful [ "/dev/urandom" ] ( errno = 0 ) +<118>[ StatCmp ] [INFO] ---- OrbisKernelStat comparsion ---- +<118>[ StatCmp ] [INFO] st_mode LHS = 020666 | RHS = 020666 +<118>[ StatCmp ] [INFO] st_nlink LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_uid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_gid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_size LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_blocks LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_blksize LHS = 16384 | RHS = 16384 +<118>[ StatCmp ] [INFO] st_flags LHS = 0 | RHS = 0 +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestStat ] [TEST_CASE] Testing stat on [ "/host" ] +<118>[ TestStat ] [SUCC] Stat successful [ "/host" ] ( errno = 0 ) +<118>[ StatCmp ] [INFO] ---- OrbisKernelStat comparsion ---- +<118>[ StatCmp ] [INFO] st_mode LHS = 040777 | RHS = 040777 +<118>[ StatCmp ] [INFO] st_nlink LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_uid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_gid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_size LHS = 4096 | RHS = 4096 +<118>[ StatCmp ] [INFO] st_blocks LHS = 8 | RHS = 8 +<118>[ StatCmp ] [INFO] st_blksize LHS = 16384 | RHS = 16384 +<118>[ StatCmp ] [INFO] st_flags LHS = 0 | RHS = 0 +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestStat ] [TEST_CASE] Testing stat on [ "/hostapp" ] +<118>[ TestStat ] [SUCC] Stat successful [ "/hostapp" ] ( errno = 0 ) +<118>[ StatCmp ] [INFO] ---- OrbisKernelStat comparsion ---- +<118>[ StatCmp ] [INFO] st_mode LHS = 040777 | RHS = 040777 +<118>[ StatCmp ] [INFO] st_nlink LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_uid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_gid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_size LHS = 4096 | RHS = 4096 +<118>[ StatCmp ] [INFO] st_blocks LHS = 8 | RHS = 8 +<118>[ StatCmp ] [INFO] st_blksize LHS = 16384 | RHS = 16384 +<118>[ StatCmp ] [INFO] st_flags LHS = 0 | RHS = 0 +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestStat ] [TEST_CASE] Testing stat on [ "/av_contents" ] +<118>[ TestStat ] [SUCC] Stat successful [ "/av_contents" ] ( errno = 0 ) +<118>[ StatCmp ] [INFO] ---- OrbisKernelStat comparsion ---- +<118>[ StatCmp ] [INFO] st_mode LHS = 040775 | RHS = 040775 +<118>[ StatCmp ] [INFO] st_nlink LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_uid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_gid LHS = 0 | RHS = 0 +<118>[ StatCmp ] [INFO] st_size LHS = 160 | RHS = 160 +<118>[ StatCmp ] [INFO] st_blocks LHS = 32 | RHS = 32 +<118>[ StatCmp ] [INFO] st_blksize LHS = 16384 | RHS = 16384 +<118>[ StatCmp ] [INFO] st_flags LHS = 0 | RHS = 0 +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestLStat ] [TEST_CASE] Testing lstat on [ "/av_contents" ] +<118>[ RunTests ] [SUCC] Test complete +<118>[ RunTests ] [INFO] +<118>[ RunTests ] [INFO] <<<< CURSED FILE CREATION >>>> +<118>[ RunTests ] [INFO] +<118>[ Obliterate ] [INFO] << rm -rf [ /data/therapist/tmp_cursed ] >> +<118>[ Obliterate ] [SUCC] >> rm -rf [ /data/therapist/tmp_cursed ] << +<118>[PrepareCursedFileop ] [TEST_CASE] Cursed file operations +<118>[ RunTests ] [SUCC] Prepared for cursed fileop +<118>[ TestFileTouch ] [TEST_CASE] Cursed file operations: [ /data/therapist/tmp_cursed/Aursed/AAursed/a_aa_file.txt ] +<118>[ TestFileTouch ] [SUCC] touched ( errno = 0 ) +<118>[ TestFileTouch ] [SUCC] stat success ( errno = 0 ) +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestFileTouch ] [TEST_CASE] Cursed file operations: [ /data/therapist/tmp_cursed/Aursed/a_file.txt ] +<118>[ TestFileTouch ] [SUCC] touched ( errno = 0 ) +<118>[ TestFileTouch ] [SUCC] stat success ( errno = 0 ) +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestFileTouch ] [TEST_CASE] Cursed file operations: [ /data/therapist/tmp_cursed/Aursed/././a_d_d_file.txt ] +<118>[ TestFileTouch ] [SUCC] touched ( errno = 0 ) +<118>[ TestFileTouch ] [SUCC] stat success ( errno = 0 ) +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestFileTouch ] [TEST_CASE] Cursed file operations: [ /data/therapist/tmp_cursed/Bursed/../Aursed/AAursed/b_dd_a_aa_file.txt ] +<118>[ TestFileTouch ] [SUCC] touched ( errno = 0 ) +<118>[ TestFileTouch ] [SUCC] stat success ( errno = 0 ) +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestFileTouch ] [TEST_CASE] Cursed file operations: [ /data/therapist/tmp_cursed/Aursed/AAursed/../../Cursed/../Bursed/aa_dd_dd_c_dd_b_file.txt ] +<118>[ TestFileTouch ] [SUCC] touched ( errno = 0 ) +<118>[ TestFileTouch ] [SUCC] stat success ( errno = 0 ) +<118>[ RunTests ] [SUCC] Test complete +<118>[ TestFileTouch ] [TEST_CASE] Cursed file operations: [ /data/therapist/tmp_cursed/Aursed/AAursed/../../Cursed/CCursed/../../Bursed/BBursed/a_aa_dd_dd_c_cc_dd_dd_b_bb_file.txt ] +<118>[ TestFileTouch ] [SUCC] touched ( errno = 0 ) +<118>[ TestFileTouch ] [SUCC] stat success ( errno = 0 ) +<118>[ RunTests ] [SUCC] Test complete +<118>[ RunTests ] [INFO] errno for tests below should equal 9 (EBADF) and 2 (ENOENT) +<118>[ TestFileTouch ] [TEST_CASE] Cursed file operations: [ /data/therapist/tmp_cursed/../tmp_cursed/../../././data/therapist/../data/therapist/././tmp_cursed/Cursed/../../../data/therapist/tmp_cursed/Cursed/idfk.txt ] +<118>[ TestFileTouch ] [FAIL] can'touch ( errno = 9 ) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 867 ) +<118>[ TestFileTouch ] [FAIL] stat fail ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 870 ) +<118>[ RunTests ] [SUCC] Test complete +<118>[ RunTests ] [INFO] errno for tests below should equal 9 (EBADF) and 22 (EINVAL) +<118>[ TestFileTouch ] [TEST_CASE] Cursed file operations: [ ../../../data/therapist/tmp_cursed/escape_from_app0_file.txt ] +<118>[ TestFileTouch ] [FAIL] can'touch ( errno = 9 ) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 867 ) +<118>[ TestFileTouch ] [FAIL] stat fail ( errno = 22 ) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 870 ) +<118>[ RunTests ] [SUCC] Test complete: Can't escape from curdir with relatives +<118>[ TestFileTouch ] [TEST_CASE] Cursed file operations: [ app0_file.txt ] +<118>[ TestFileTouch ] [FAIL] can'touch ( errno = 9 ) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 867 ) +<118>[ TestFileTouch ] [FAIL] stat fail ( errno = 22 ) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 870 ) +<118>[ RunTests ] [SUCC] Test complete: File not written to (RO?) curdir +<118>[ RunTests ] [INFO] +<118>[ RunTests ] [INFO] <<<< File ops tests >>>> +<118>[ RunTests ] [INFO] +<118>[ Obliterate ] [INFO] << rm -rf [ /data/therapist/tmp_rw2 ] >> +<118>[ Obliterate ] [SUCC] >> rm -rf [ /data/therapist/tmp_rw2 ] << +<118>[ TestFileOps ] [TEST_CASE] Testing file operations on [ ] +<118>[ TestFileOps ] [SUCC] Stat failed on nonexistent file ( errno = 22 ) +<118>[ TestFileOps ] [SUCC] Truncate to 0 failed on nonexistent file ( errno = 22 ) +<118>[ TestFileOps ] [SUCC] Truncate to 10 failed on nonexistent file ( errno = 22 ) +<118>[ TestFileOps ] [FAIL] Can't open file [ ] ( errno = 22 ) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 636 ) +<118>[ RunTests ] [SUCC] Pass [open() should fail with errno = 22] +<118>[ TestFileOps ] [TEST_CASE] Testing file operations on [ /app0/assets/misc/test.txt ] +<118>[ TestFileOps ] [SUCC] Stat failed on nonexistent file ( errno = 2 ) +<118>[ TestFileOps ] [SUCC] Truncate to 0 failed on nonexistent file ( errno = 2 ) +<118>[ TestFileOps ] [SUCC] Truncate to 10 failed on nonexistent file ( errno = 2 ) +<118>[ TestFileOps ] [FAIL] Can't open file [ /app0/assets/misc/test.txt ] ( errno = 30 ) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 636 ) +<118>[ RunTests ] [SUCC] Pass [open should fail with errno = 30] +<118>[ TestFileOps ] [TEST_CASE] Testing file operations on [ /data/therapist/tmp_rw2/test.txt ] +<118>[ TestFileOps ] [SUCC] Stat failed on nonexistent file ( errno = 2 ) +<118>[ TestFileOps ] [SUCC] Truncate to 0 failed on nonexistent file ( errno = 2 ) +<118>[ TestFileOps ] [SUCC] Truncate to 10 failed on nonexistent file ( errno = 2 ) +<118>[ TestFileOps ] [SUCC] File opened [ /data/therapist/tmp_rw2/test.txt ] ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] File expanded ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] File resized (current size: 10 should be: 10 ) ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] ptr is valid (lseek is 0 should be 0 ) ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] Write successful (Written: 38 ) should write 38 ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] ptr is valid (lseek is 38 should be: 38 ) ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] ok: origin+0 (lseek is 0 should be: 0 ) ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] Read successful (Read: 38 should read: 38 ) ( errno = 0 ) +<118>[ TestFileOps ] [INFO] If you can read this, unused gibberish +<118>[ TestFileOps ] [SUCC] ptr is valid (lseek is 38 should be: 38 ) ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] File truncated ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] File resized (current size: 20 should be: 20 ) ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] file pointer not changed after resizing (lseek is 38 should be 38 ) ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] ok: end+0 (lseek is 20 should be 20 ) ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] 2-nd write successful (Written: 56 ) should write 56 ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] ok: origin+0 (lseek is 0 should be: 0 ) ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] Read successful (Read: 51 should read: 51 ) ( errno = 0 ) +<118>[ TestFileOps ] [INFO] If you can read this, remember to drink some water. +<118>[ TestFileOps ] [SUCC] ok: end-24 (lseek is 52 should be: 52 ) ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] Read successful (Read: 24 should read: 24 ) ( errno = 0 ) +<118>[ TestFileOps ] [INFO] This is saved for later. +<118>[ TestFileOps ] [SUCC] ok: current+34 (lseek is 34 should be: 34 ) ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] Read successful (Read: 5 should read: 5 ) ( errno = 0 ) +<118>[ TestFileOps ] [INFO] drink +<118>[ TestFileOps ] [SUCC] ok: current+6 (lseek is 45 should be: 45 ) ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] Read successful (Read: 5 should read: 5 ) ( errno = 0 ) +<118>[ TestFileOps ] [INFO] water +<118>[ TestFileOps ] [SUCC] ok: current-28 (lseek is 22 should be: 22 ) ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] Read successful (Read: 8 should read: 8 ) ( errno = 0 ) +<118>[ TestFileOps ] [INFO] remember +<118>[ TestFileOps ] [SUCC] ok: origin+2137 (OOB) (lseek is 2137 should be: 2137 ) ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] ok: origin-2137 (OOB) (errno should be 22 - EINVAL) ( errno = 22 ) +<118>[ TestFileOps ] [SUCC] ok: current+2137 (OOB) (lseek is 4274 should be: 4274 ) ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] ok: current-1234 (OOB) (lseek is 3040 should be: 3040 ) ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] ok: current-5000 (into -OOB) (errno should be 22 - EINVAL) ( errno = 22 ) +<118>[ TestFileOps ] [SUCC] ok: end+2137 (OOB) (lseek is 2213 should be: 2213 ) ( errno = 0 ) +<118>[ TestFileOps ] [SUCC] ok: end-2137 (OOB) (errno should be 22 - EINVAL) ( errno = 22 ) +<118>[ RunTests ] [SUCC] Pass +<118>[ RunTests ] [INFO] +<118>[ RunTests ] [INFO] <<<< File R/W tests >>>> +<118>[ RunTests ] [INFO] +<118>[ Obliterate ] [INFO] << rm -rf [ /data/therapist/tmp_rw3 ] >> +<118>[ Obliterate ] [SUCC] >> rm -rf [ /data/therapist/tmp_rw3 ] << +<118>[ TestFileRW ] [TEST_CASE] Testing r/w on [ ] +<118>[ TestFileRW ] [FAIL] Can't open [ ] ( errno = 22 ) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 805 ) +<118>[ RunTests ] [SUCC] Test complete [empty path, should fail with errno = 22 (EINVAL)] +<118>[ TestFileRW ] [TEST_CASE] Testing r/w on [ /data/therapist/tmp_rw3/rwtest.txt ] +<118>[ TestFileRW ] [SUCC] Opened [ /data/therapist/tmp_rw3/rwtest.txt ] ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Write succeded ( 32 bytes written) ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek ORIGIN+10 val = 10 should be 10 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek CURRENT+1 val = 11 should be 11 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek CURRENT-1 val = 10 should be 10 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek END val = 32 should be 32 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek END-1 val = 31 should be 31 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek END+1 val = 33 should be 33 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek ORIGIN+0 val = 0 should be 0 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Read succeded ( 32 bytes read) ( errno = 0 ) +<118>[ TestFileRW ] [INFO] Buffers are equal? : yes +<118>[ TestFileRW ] [INFO] Write preview: 97 98 99 100 +<118>[ TestFileRW ] [INFO] Read preview: 97 98 99 100 +<118>[ TestFileRW ] [INFO] Is reading buffer full of zeros? : no +<118>[ RunTests ] [SUCC] Test complete [both buffers should hold the same values] +<118>[ TestFileRW ] [TEST_CASE] Testing r/w on [ /data/therapist/tmp_rw3 ] +<118>[ TestFileRW ] [FAIL] Can't open [ /data/therapist/tmp_rw3 ] ( errno = 21 ) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 805 ) +<118>[ RunTests ] [SUCC] Test complete: [R/W on a directory should fail with errno = 21 (EISDIR)] +<118>[ TestFileRW ] [TEST_CASE] Testing r/w on [ /app0/assets/misc/file_empty.txt ] +<118>[ TestFileRW ] [FAIL] Can't open [ /app0/assets/misc/file_empty.txt ] ( errno = 30 ) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 805 ) +<118>[ RunTests ] [SUCC] Test complete: [R/W on a file in RO directory should fail with errno = 30 (EROFS)] +<118>[ TestFileRW ] [TEST_CASE] Testing r/w on [ /dev/stdin ] +<118>[ TestFileRW ] [FAIL] Can't open [ /dev/stdin ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 805 ) +<118>[ RunTests ] [SUCC] Test complete [Should fail with errno = 2 (ENOENT)] +<118>[ TestFileRW ] [TEST_CASE] Testing r/w on [ /dev/stdout ] +<118>[ TestFileRW ] [FAIL] Can't open [ /dev/stdout ] ( errno = 2 ) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 805 ) +<118>[ RunTests ] [SUCC] Test complete [Should fail with errno = 2 (ENOENT)] +<118>[ TestFileRW ] [TEST_CASE] Testing r/w on [ /dev/null ] +<118>[ TestFileRW ] [SUCC] Opened [ /dev/null ] ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Write succeded ( 32 bytes written) ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek ORIGIN+10 val = 10 should be 10 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek CURRENT+1 val = 11 should be 11 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek CURRENT-1 val = 10 should be 10 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek END val = 0 should be 0 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek END-1 val = 0 should be 0 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek END+1 val = 1 should be 1 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek ORIGIN+0 val = 0 should be 0 ( errno = 0 ) +<118>[ TestFileRW ] [FAIL] Read failed ( 0 bytes read) ( errno = 0 ) ( /home/user/github/integration_tests/tests/code/filesystem_test/code/fs_test.cpp: 840 ) +<118>[ TestFileRW ] [INFO] Buffers are equal? : no +<118>[ TestFileRW ] [INFO] Write preview: 97 98 99 100 +<118>[ TestFileRW ] [INFO] Is reading buffer full of zeros? : no +<118>[ RunTests ] [SUCC] Test complete [Write should pass, read should return 0 bytes] +<118>[ TestFileRW ] [TEST_CASE] Testing r/w on [ /dev/random ] +<118>[ TestFileRW ] [SUCC] Opened [ /dev/random ] ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Write succeded ( 32 bytes written) ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek ORIGIN+10 val = 10 should be 10 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek CURRENT+1 val = 11 should be 11 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek CURRENT-1 val = 10 should be 10 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek END val = 0 should be 0 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek END-1 val = 0 should be 0 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek END+1 val = 1 should be 1 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek ORIGIN+0 val = 0 should be 0 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Read succeded ( 32 bytes read) ( errno = 0 ) +<118>[ TestFileRW ] [INFO] Buffers are equal? : no +<118>[ TestFileRW ] [INFO] Write preview: 97 98 99 100 +<118>[ TestFileRW ] [INFO] Read preview: 112 152 152 26 +<118>[ TestFileRW ] [INFO] Is reading buffer full of zeros? : no +<118>[ RunTests ] [SUCC] Test complete [All should pass, random reads] +<118>[ TestFileRW ] [TEST_CASE] Testing r/w on [ /dev/urandom ] +<118>[ TestFileRW ] [SUCC] Opened [ /dev/urandom ] ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Write succeded ( 32 bytes written) ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek ORIGIN+10 val = 10 should be 10 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek CURRENT+1 val = 11 should be 11 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek CURRENT-1 val = 10 should be 10 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek END val = 0 should be 0 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek END-1 val = 0 should be 0 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek END+1 val = 1 should be 1 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek ORIGIN+0 val = 0 should be 0 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Read succeded ( 32 bytes read) ( errno = 0 ) +<118>[ TestFileRW ] [INFO] Buffers are equal? : no +<118>[ TestFileRW ] [INFO] Write preview: 97 98 99 100 +<118>[ TestFileRW ] [INFO] Read preview: 54 124 7 43 +<118>[ TestFileRW ] [INFO] Is reading buffer full of zeros? : no +<118>[ RunTests ] [SUCC] Test complete [All should pass, random reads] +<118>[ TestFileRW ] [TEST_CASE] Testing r/w on [ /dev/zero ] +<118>[ TestFileRW ] [SUCC] Opened [ /dev/zero ] ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Write succeded ( 32 bytes written) ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek ORIGIN+10 val = 10 should be 10 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek CURRENT+1 val = 11 should be 11 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek CURRENT-1 val = 10 should be 10 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek END val = 0 should be 0 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek END-1 val = 0 should be 0 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek END+1 val = 1 should be 1 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Lseek ORIGIN+0 val = 0 should be 0 ( errno = 0 ) +<118>[ TestFileRW ] [SUCC] Read succeded ( 32 bytes read) ( errno = 0 ) +<118>[ TestFileRW ] [INFO] Buffers are equal? : no +<118>[ TestFileRW ] [INFO] Write preview: 97 98 99 100 +<118>[ TestFileRW ] [INFO] Read preview: 0 0 0 0 +<118>[ TestFileRW ] [INFO] Is reading buffer full of zeros? : yes +<118>[ RunTests ] [SUCC] Test complete [All should pass, read buffer zeroed out] +<118>[ Obliterate ] [INFO] << rm -rf [ /data/therapist/tmd ] >> +<118>[ Obliterate ] [SUCC] >> rm -rf [ /data/therapist/tmd ] << +<118>[ dumpDirRecursive ] [INFO] Listing dirents of [ /data/therapist/tmd ] +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 15581929 ][ 1 ][ 12 ] |->. +<118>[ dumpDirRecursive ] [INFO] [ DIR ][ 15581570 ][ 2 ][ 12 ] |->.. +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581930 ][ 26 ][ 36 ] |->AFileWithAReallyLongName-0 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581931 ][ 26 ][ 36 ] |->AFileWithAReallyLongName-1 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581932 ][ 26 ][ 36 ] |->AFileWithAReallyLongName-2 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581933 ][ 26 ][ 36 ] |->AFileWithAReallyLongName-3 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581934 ][ 26 ][ 36 ] |->AFileWithAReallyLongName-4 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581935 ][ 26 ][ 36 ] |->AFileWithAReallyLongName-5 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581936 ][ 26 ][ 36 ] |->AFileWithAReallyLongName-6 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581937 ][ 26 ][ 36 ] |->AFileWithAReallyLongName-7 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581938 ][ 26 ][ 36 ] |->AFileWithAReallyLongName-8 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581939 ][ 26 ][ 36 ] |->AFileWithAReallyLongName-9 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581940 ][ 27 ][ 36 ] |->AFileWithAReallyLongName-10 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581941 ][ 27 ][ 36 ] |->AFileWithAReallyLongName-11 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581942 ][ 27 ][ 36 ] |->AFileWithAReallyLongName-12 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581946 ][ 4 ][ 20 ] |->SN-0 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581943 ][ 27 ][ 36 ] |->AFileWithAReallyLongName-13 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581944 ][ 27 ][ 36 ] |->AFileWithAReallyLongName-14 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581945 ][ 27 ][ 36 ] |->AFileWithAReallyLongName-15 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581947 ][ 4 ][ 16 ] |->SN-1 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581948 ][ 4 ][ 16 ] |->SN-2 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581949 ][ 4 ][ 16 ] |->SN-3 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581950 ][ 4 ][ 16 ] |->SN-4 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581951 ][ 4 ][ 16 ] |->SN-5 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581952 ][ 4 ][ 16 ] |->SN-6 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581953 ][ 4 ][ 16 ] |->SN-7 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581954 ][ 4 ][ 16 ] |->SN-8 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581955 ][ 4 ][ 16 ] |->SN-9 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581956 ][ 5 ][ 16 ] |->SN-10 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581957 ][ 5 ][ 16 ] |->SN-11 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581958 ][ 5 ][ 16 ] |->SN-12 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581959 ][ 5 ][ 16 ] |->SN-13 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581960 ][ 5 ][ 16 ] |->SN-14 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581961 ][ 5 ][ 16 ] |->SN-15 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581962 ][ 5 ][ 16 ] |->SN-16 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581963 ][ 5 ][ 16 ] |->SN-17 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581964 ][ 5 ][ 16 ] |->SN-18 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581965 ][ 5 ][ 16 ] |->SN-19 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581966 ][ 5 ][ 16 ] |->SN-20 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581967 ][ 5 ][ 16 ] |->SN-21 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581968 ][ 5 ][ 16 ] |->SN-22 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581969 ][ 5 ][ 16 ] |->SN-23 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581970 ][ 5 ][ 16 ] |->SN-24 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581971 ][ 5 ][ 20 ] |->SN-25 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581972 ][ 5 ][ 16 ] |->SN-26 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581973 ][ 5 ][ 16 ] |->SN-27 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581974 ][ 5 ][ 16 ] |->SN-28 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581975 ][ 5 ][ 16 ] |->SN-29 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581976 ][ 5 ][ 16 ] |->SN-30 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581977 ][ 5 ][ 16 ] |->SN-31 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581978 ][ 5 ][ 16 ] |->SN-32 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581979 ][ 5 ][ 16 ] |->SN-33 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581980 ][ 5 ][ 16 ] |->SN-34 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581981 ][ 5 ][ 16 ] |->SN-35 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581982 ][ 5 ][ 16 ] |->SN-36 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581983 ][ 5 ][ 16 ] |->SN-37 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581984 ][ 5 ][ 16 ] |->SN-38 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581985 ][ 5 ][ 16 ] |->SN-39 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581986 ][ 5 ][ 16 ] |->SN-40 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581987 ][ 5 ][ 16 ] |->SN-41 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581988 ][ 5 ][ 16 ] |->SN-42 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581989 ][ 5 ][ 16 ] |->SN-43 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581990 ][ 5 ][ 16 ] |->SN-44 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581991 ][ 5 ][ 16 ] |->SN-45 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581992 ][ 5 ][ 16 ] |->SN-46 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581993 ][ 5 ][ 16 ] |->SN-47 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581994 ][ 5 ][ 16 ] |->SN-48 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581995 ][ 5 ][ 16 ] |->SN-49 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581996 ][ 5 ][ 16 ] |->SN-50 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581997 ][ 5 ][ 16 ] |->SN-51 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581998 ][ 5 ][ 16 ] |->SN-52 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15581999 ][ 5 ][ 16 ] |->SN-53 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15582000 ][ 5 ][ 16 ] |->SN-54 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15582001 ][ 5 ][ 16 ] |->SN-55 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15582002 ][ 5 ][ 16 ] |->SN-56 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15582003 ][ 5 ][ 16 ] |->SN-57 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15582004 ][ 5 ][ 16 ] |->SN-58 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15582005 ][ 5 ][ 16 ] |->SN-59 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15582006 ][ 5 ][ 16 ] |->SN-60 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15582007 ][ 5 ][ 16 ] |->SN-61 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15582008 ][ 5 ][ 16 ] |->SN-62 +<118>[ dumpDirRecursive ] [INFO] [ FIL ][ 15582009 ][ 5 ][ 432 ] |->SN-63 +<118>[ dumpDirRecursive ] [SUCC] Listing dirents of [ /data/therapist/tmd ] +<118>[ RunTests ] [INFO] +<118>[ RunTests ] [INFO] <<<< Case sensitivity tests >>>> +<118>[ RunTests ] [INFO] +<118>[ RunTests ] [SUCC] Test file created +<118>[ RunTests ] [SUCC] Data: 1:1 case sensitivity passed ( /data/therapist/cAsEinSenSiTive.hwdp ) +<118>[ RunTests ] [SUCC] Data: Data: Lowercase sensitivity passed ( /data/therapist/caseinsensitive.hwdp ) +<118>[ RunTests ] [SUCC] Data: Uppercase sensitivity passed ( /DATA/THERAPIST/CASEINSENSITIVE.HWDP ) +<118>[ RunTests ] [SUCC] Data: Uppercase sensitivity (2nd half) passed ( /data/THERAPIST/CASEINSENSITIVE.HWDP ) +<118>[ RunTests ] [SUCC] app0: 1:1 case sensitivity passed ( /app0/assets/misc/cAsEinSEnsITiVE.HwDp ) +<118>[ RunTests ] [SUCC] app0: Data: Lowercase sensitivity passed ( /app0/assets/misc/caseinsensitive.hwdp ) +<118>[ RunTests ] [SUCC] app0: Uppercase (whole path) sensitivity passed ( /APP0/ASSETS/misc/CASEINSENSITIVE.HWDP ) +<118>[ RunTests ] [SUCC] app0: Uppercase (app0 path) sensitivity passed ( /app0/ASSETS/misc/CASEINSENSITIVE.HWDP ) +<118>[ RunTests ] [INFO] +<118>[ RunTests ] [INFO] Long names (ENAMETOOLONG) +<118>[ RunTests ] [INFO] +<118>[ RunTests ] [SUCC] File name too long detected sceKernelOpen(RO) ( errno = 63 , should be 63 ) +<118>[ RunTests ] [SUCC] Cursed rw flags are more important than ENAMETOOLONG sceKernelOpen(RDO|WRO|RW) ( errno = 22 , should be 22 ) +<118>[ RunTests ] [SUCC] File creation flags are less important than ENAMETOOLONG sceKernelOpen(CREAT|RDO) ( errno = 63 , should be 63 ) +<118>[ RunTests ] [SUCC] File name too long detected sceKernelRename(long,normal) ( errno = 63 , should be 63 ) +<118>[ RunTests ] [SUCC] File name too long detected sceKernelRename(normal,long) ( errno = 63 , should be 63 ) +<118>[ RunTests ] [SUCC] File name too long detected sceKernelCheckReachability() ( errno = 63 , should be 63 ) +<118>[ RunTests ] [SUCC] File name too long detected sceKernelMkdir() ( errno = 63 , should be 63 ) +<118>[ RunTests ] [SUCC] File name too long detected sceKernelStat() ( errno = 63 , should be 63 ) +<118>[ RunTests ] [SUCC] File name too long detected sceKernelUnlink() ( errno = 63 , should be 63 ) +<118>[ RunTests ] [SUCC] File name too long detected open(RO) ( errno = 63 , should be 63 ) +<118>[ RunTests ] [SUCC] Cursed rw flags are more important than ENAMETOOLONG open(RDO|WRO|RW) ( errno = 22 , should be 22 ) +<118>[ RunTests ] [SUCC] File creation flags are less important than ENAMETOOLONG open(CREAT|RDO) ( errno = 63 , should be 63 ) +<118>[ RunTests ] [SUCC] File name too long detected rename(long,normal) ( errno = 63 , should be 63 ) +<118>[ RunTests ] [SUCC] File name too long detected rename(normal,long) ( errno = 63 , should be 63 ) +<118>[ RunTests ] [SUCC] File name too long detected mkdir() ( errno = 63 , should be 63 ) +<118>[ RunTests ] [SUCC] File name too long detected stat() ( errno = 63 , should be 63 ) +<118>[ RunTests ] [SUCC] File name too long detected unlink() ( errno = 63 , should be 63 ) +<118>[ testBody ] [INFO] +<118>[ testBody ] [INFO] <<<< Open fd abuse (moving/removing files with open fd) >>>> +<118>[ testBody ] [INFO] +<118>.[ testBody ] [INFO] +<118>[ testBody ] [INFO] <<<< Moving files >>>> +<118>[ testBody ] [INFO] +<118>[ Obliterate ] [INFO] << rm -rf [ /data/therapist/moves ] >> +<118>[ Obliterate ] [SUCC] >> rm -rf [ /data/therapist/moves ] << +<118>[ testBody ] [INFO] fileno of: movingDirectoryA: 15582013 +<118>[ testBody ] [INFO] fileno of: movingDirectoryB: 15582014 +<118>[ testBody ] [INFO] fileno of: movingDirectoryC: 15582015 +<118>[ testBody ] [INFO] fileno of: movingDirectoryD: 15582016 +<118>[ testBody ] [INFO] fileno of: movingFileA: 15582017 +<118>[ testBody ] [INFO] fileno of: movingFileB: 15582019 +<118>[ testBody ] [INFO] fileno of: movingFileC: 15582021 +<118>[ testBody ] [INFO] fileno of: yeetFile: 15582021 +<118>[ testBody ] [INFO] fileno of: yeetDir: 15582015 +<118>.[ testBody ] [INFO] +<118>[ testBody ] [INFO] <<<< File open tests >>>> +<118>[ testBody ] [INFO] Acual flag values for Orbis are different from sys/fcntl.h +<118>[ testBody ] [INFO] Numerical values are correct as of today, macro flags are not +<118>[ testBody ] [INFO] +<118>[ Obliterate ] [INFO] << rm -rf [ /data/therapist/tmp_open ] >> +<118>[ Obliterate ] [SUCC] >> rm -rf [ /data/therapist/tmp_open ] << +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_ro.txt ] with flags: 0 ( O_RDONLY ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_wo.txt ] with flags: 1 ( O_WRONLY ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_rw.txt ] with flags: 2 ( O_RDWR ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_rowo.txt ] with flags: 3 ( O_RDONLY | O_WRONLY | O_RDWR ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_rot.txt ] with flags: 400 ( O_RDONLY | O_TRUNC ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_wot.txt ] with flags: 401 ( O_WRONLY | O_TRUNC ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_rwt.txt ] with flags: 402 ( O_RDWR | O_TRUNC ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_roc.txt ] with flags: 200 ( O_RDONLY | O_CREAT ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_woc.txt ] with flags: 201 ( O_WRONLY | O_CREAT ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_rwc.txt ] with flags: 202 ( O_RDWR | O_CREAT ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_roc.txt ] with flags: a00 ( O_RDONLY | O_CREAT | O_EXCL ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_woc.txt ] with flags: a01 ( O_WRONLY | O_CREAT | O_EXCL ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_rwc.txt ] with flags: a02 ( O_RDWR | O_CREAT | O_EXCL ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_roa.txt ] with flags: 8 ( O_RDONLY | O_APPEND ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_woa.txt ] with flags: 9 ( O_WRONLY | O_APPEND ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_rwa.txt ] with flags: a ( O_RDWR | O_APPEND ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_rota.txt ] with flags: 408 ( O_RDONLY | O_TRUNC | O_APPEND ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_wota.txt ] with flags: 409 ( O_WRONLY | O_TRUNC | O_APPEND ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_rwta.txt ] with flags: 40a ( O_RDWR | O_TRUNC | O_APPEND ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_dir_ro ] with flags: 20000 ( O_RDONLY | O_DIRECTORY ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_dir_wo ] with flags: 20001 ( O_WRONLY | O_DIRECTORY ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_dir_rw ] with flags: 20002 ( O_RDWR | O_DIRECTORY ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/ ] with flags: 20000 ( O_RDONLY | O_DIRECTORY ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/ ] with flags: 20001 ( O_WRONLY | O_DIRECTORY ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/ ] with flags: 20002 ( O_RDWR | O_DIRECTORY ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_dir_rocd ] with flags: 20200 ( O_RDONLY | O_CREAT | O_DIRECTORY ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_dir_wocd ] with flags: 20201 ( O_WRONLY | O_CREAT | O_DIRECTORY ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_dir_rwcd ] with flags: 20202 ( O_RDWR | O_CREAT | O_DIRECTORY ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /app0/assets/misc/file.txt ] with flags: 0 ( O_RDONLY ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /app0/assets/misc/file.txt ] with flags: 1 ( O_WRONLY ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /app0/assets/misc/file.txt ] with flags: 2 ( O_RDWR ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /app0/assets/misc/file.txt ] with flags: 3 ( O_RDONLY | O_WRONLY | O_RDWR ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ assets/misc/file.txt ] with flags: 0 ( O_RDONLY ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ ./assets/misc/file.txt ] with flags: 0 ( O_RDONLY ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ ] with flags: 0 ( O_RDONLY ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_rot.txt ] with flags: 400 ( O_RDONLY | O_TRUNC ) +<118>[ TestOpenFlags ] [TEST_CASE] Testing open() on [ /data/therapist/tmp_open/nonexistent_rota.txt ] with flags: 408 ( O_RDONLY | O_TRUNC | O_APPEND ) +<118>. +<118>OK (3 tests, 3 ran, 112 checks, 0 ignored, 0 filtered out, 1813 ms) +<118> +<118>[ main ] [INFO] +<118>[ main ] [INFO] <<<< TESTS END >>>> +<118>[ main ] [INFO] \ No newline at end of file diff --git a/tests/code/filesystem_test/CMakeLists.txt b/tests/code/filesystem_test/CMakeLists.txt new file mode 100644 index 0000000..e5894ba --- /dev/null +++ b/tests/code/filesystem_test/CMakeLists.txt @@ -0,0 +1,8 @@ +project(Therapist VERSION 0.0.1) + +link_libraries(SceSystemService) + +create_pkg(TEST21370 5 50 "code/log.cpp;code/fs_test_tools.cpp;code/fs_test.cpp;code/main.cpp") +set_target_properties(TEST21370 PROPERTIES OO_PKG_TITLE "Therapist") +set_target_properties(TEST21370 PROPERTIES OO_PKG_APPVER "1.35") +finalize_pkg(TEST21370) diff --git a/tests/code/filesystem_test/LICENSE b/tests/code/filesystem_test/LICENSE new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/tests/code/filesystem_test/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/tests/code/filesystem_test/README.md b/tests/code/filesystem_test/README.md new file mode 100644 index 0000000..3788e9c --- /dev/null +++ b/tests/code/filesystem_test/README.md @@ -0,0 +1,11 @@ +# OpenOrbis CMake project + +This is a template for quick start with PS4 development using OpenOrbis toolchain. + +## Usage + +```bash +cmake -B./build/ -S./ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_TOOLCHAIN_FILE=OpenOrbis-tc.cmake +cmake --build ./build/ -j8 +cmake --install . +``` diff --git a/tests/code/filesystem_test/assets/misc/cAsEinSEnsITiVE.HwDp b/tests/code/filesystem_test/assets/misc/cAsEinSEnsITiVE.HwDp new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_test/assets/misc/file.txt b/tests/code/filesystem_test/assets/misc/file.txt new file mode 100644 index 0000000..a9aba45 --- /dev/null +++ b/tests/code/filesystem_test/assets/misc/file.txt @@ -0,0 +1,3 @@ +~~~ Line 1 ~~~ +~~~ Line 2 ~~~ +~~~ Line 3 ~~~ diff --git a/tests/code/filesystem_test/assets/misc/file_empty.txt b/tests/code/filesystem_test/assets/misc/file_empty.txt new file mode 100644 index 0000000..e69de29 diff --git a/tests/code/filesystem_test/code/fs_constants.h b/tests/code/filesystem_test/code/fs_constants.h new file mode 100644 index 0000000..317c90a --- /dev/null +++ b/tests/code/filesystem_test/code/fs_constants.h @@ -0,0 +1,170 @@ +#include + +namespace DumpedConstants { + +// real data +// st_dev, st_ino will differ between everything +// size, blocks and blksize seem constant + +const OrbisKernelStat stat_root { + .st_dev = 0, + .st_ino = 0, + .st_mode = 040775, + .st_nlink = 0, + .st_uid = 0, + .st_gid = 0, + .st_rdev = 0, + .st_size = 360, + .st_blocks = 32, + .st_blksize = 16384, + .st_flags = 0, + .st_gen = 0, + .st_lspare = 0, +}; + +const OrbisKernelStat stat_root_app0 = { + .st_dev = 0, + .st_ino = 0, + .st_mode = 040555, + .st_nlink = 0, + .st_uid = 0, + .st_gid = 0, + .st_rdev = 0, + .st_size = 65536, + .st_blocks = 128, + .st_blksize = 65536, + .st_flags = 0, + .st_gen = 0, + .st_lspare = 0, +}; + +const OrbisKernelStat stat_root_app0_eboot = { + .st_dev = 0, + .st_ino = 0, + .st_mode = 0100555, + .st_nlink = 0, + .st_uid = 0, + .st_gid = 0, + .st_rdev = 0, + .st_size = 1645264, + .st_blocks = 3328, + .st_blksize = 65536, + .st_flags = 0, + .st_gen = 0, + .st_lspare = 0, +}; + +const OrbisKernelStat stat_root_app0_assets_misc_file = { + .st_dev = 0, + .st_ino = 0, + .st_mode = 0100555, + .st_nlink = 0, + .st_uid = 0, + .st_gid = 0, + .st_rdev = 0, + .st_size = 45, + .st_blocks = 128, + .st_blksize = 65536, + .st_flags = 0, + .st_gen = 0, + .st_lspare = 0, +}; + +const OrbisKernelStat stat_root_data = { + .st_dev = 0, + .st_ino = 0, + .st_mode = 040777, + .st_nlink = 0, + .st_uid = 0, + .st_gid = 0, + .st_rdev = 0, + .st_size = 512, + .st_blocks = 8, + .st_blksize = 32768, + .st_flags = 0, + .st_gen = 0, + .st_lspare = 0, +}; + +const OrbisKernelStat stat_root_dev = { + .st_dev = 0, + .st_ino = 0, + .st_mode = 040555, + .st_nlink = 0, + .st_uid = 0, + .st_gid = 0, + .st_rdev = 0, + .st_size = 512, + .st_blocks = 1, + .st_blksize = 16384, + .st_flags = 0, + .st_gen = 0, + .st_lspare = 0, +}; + +const OrbisKernelStat stat_blkdev = { + .st_dev = 0, + .st_ino = 0, + .st_mode = 020666, + .st_nlink = 0, + .st_uid = 0, + .st_gid = 0, + .st_rdev = 0, + .st_size = 0, + .st_blocks = 0, + .st_blksize = 16384, + .st_flags = 0, + .st_gen = 0, + .st_lspare = 0, + .st_birthtim.tv_sec = -1, // leave it alone :c + .st_birthtim.tv_nsec = 0, +}; + +const OrbisKernelStat stat_root_host = { + .st_dev = 0, + .st_ino = 0, + .st_mode = 040777, + .st_nlink = 0, + .st_uid = 0, + .st_gid = 0, + .st_rdev = 0, + .st_size = 4096, + .st_blocks = 8, + .st_blksize = 16384, + .st_flags = 0, + .st_gen = 0, + .st_lspare = 0, +}; + +const OrbisKernelStat stat_root_hostapp = { + .st_dev = 0, + .st_ino = 0, + .st_mode = 040777, + .st_nlink = 0, + .st_uid = 0, + .st_gid = 0, + .st_rdev = 0, + .st_size = 4096, + .st_blocks = 8, + .st_blksize = 16384, + .st_flags = 0, + .st_gen = 0, + .st_lspare = 0, +}; + +const OrbisKernelStat stat_root_av_contents = { + .st_dev = 0, + .st_ino = 0, + .st_mode = 040775, + .st_nlink = 0, + .st_uid = 0, + .st_gid = 0, + .st_rdev = 0, + .st_size = 160, + .st_blocks = 32, + .st_blksize = 16384, + .st_flags = 0, + .st_gen = 0, + .st_lspare = 0, +}; +} // namespace DumpedConstants \ No newline at end of file diff --git a/tests/code/filesystem_test/code/fs_test.cpp b/tests/code/filesystem_test/code/fs_test.cpp new file mode 100644 index 0000000..19d736a --- /dev/null +++ b/tests/code/filesystem_test/code/fs_test.cpp @@ -0,0 +1,1199 @@ +#include "fs_test.h" + +#include "fs_constants.h" + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +namespace fs = std::filesystem; +namespace oi = OrbisInternals; + +TEST_GROUP (FilesystemTests) { + void setup() {} + void teardown() {} +}; + +TEST(FilesystemTests, FileOpenTests) { + Log(); + Log("\t<<<< File open tests >>>>"); + Log("\tAcual flag values for Orbis are different from sys/fcntl.h"); + Log("\tNumerical values are correct as of today, macro flags are not"); + Log(); + + RegenerateDir("/data/therapist/tmp_open"); + int status {0}; + int status_errno {0}; + + // No modifiers + // O_RDONLY + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_ro.txt", O_RDONLY, "O_RDONLY", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOENT, status); + UNSIGNED_INT_EQUALS(ENOENT, status_errno); + // O_WRONLY + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_wo.txt", O_WRONLY, "O_WRONLY", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOENT, status); + UNSIGNED_INT_EQUALS(ENOENT, status_errno); + // O_RDWR + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_rw.txt", O_RDWR, "O_RDWR", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOENT, status); + UNSIGNED_INT_EQUALS(ENOENT, status_errno); + // O_RDONLY | O_WRONLY | O_RDWR + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_rowo.txt", O_RDONLY | O_WRONLY | O_RDWR, "O_RDONLY | O_WRONLY | O_RDWR", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_EINVAL, status); + UNSIGNED_INT_EQUALS(EINVAL, status_errno); + + // O_TRUNC + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_rot.txt", O_TRUNC, "O_RDONLY | O_TRUNC", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOENT, status); + UNSIGNED_INT_EQUALS(ENOENT, status_errno); + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_wot.txt", O_WRONLY | O_TRUNC, "O_WRONLY | O_TRUNC", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOENT, status); + UNSIGNED_INT_EQUALS(ENOENT, status_errno); + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_rwt.txt", O_RDWR | O_TRUNC, "O_RDWR | O_TRUNC", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOENT, status); + UNSIGNED_INT_EQUALS(ENOENT, status_errno); + + // O_CREAT + // these create a file + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_roc.txt", O_RDONLY | O_CREAT, "O_RDONLY | O_CREAT", &status_errno); + UNSIGNED_INT_EQUALS(0, status); + UNSIGNED_INT_EQUALS(0, status_errno); + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_woc.txt", O_WRONLY | O_CREAT, "O_WRONLY | O_CREAT", &status_errno); + UNSIGNED_INT_EQUALS(0, status); + UNSIGNED_INT_EQUALS(0, status_errno); + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_rwc.txt", O_RDWR | O_CREAT, "O_RDWR | O_CREAT", &status_errno); + UNSIGNED_INT_EQUALS(0, status); + UNSIGNED_INT_EQUALS(0, status_errno); + + // O_CREAT | O_EXCL + // exists, not creating + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_roc.txt", O_RDONLY | O_CREAT | O_EXCL, "O_RDONLY | O_CREAT | O_EXCL", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_EEXIST, status); + UNSIGNED_INT_EQUALS(EEXIST, status_errno); + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_woc.txt", O_WRONLY | O_CREAT | O_EXCL, "O_WRONLY | O_CREAT | O_EXCL", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_EEXIST, status); + UNSIGNED_INT_EQUALS(EEXIST, status_errno); + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_rwc.txt", O_RDWR | O_CREAT | O_EXCL, "O_RDWR | O_CREAT | O_EXCL", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_EEXIST, status); + UNSIGNED_INT_EQUALS(EEXIST, status_errno); + + // O_APPEND + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_roa.txt", O_RDONLY | O_APPEND, "O_RDONLY | O_APPEND", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOENT, status); + UNSIGNED_INT_EQUALS(ENOENT, status_errno); + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_woa.txt", O_WRONLY | O_APPEND, "O_WRONLY | O_APPEND", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOENT, status); + UNSIGNED_INT_EQUALS(ENOENT, status_errno); + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_rwa.txt", O_RDWR | O_APPEND, "O_RDWR | O_APPEND", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOENT, status); + UNSIGNED_INT_EQUALS(ENOENT, status_errno); + + // O_TRUNC | O_APPEND + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_rota.txt", O_RDONLY | O_TRUNC | O_APPEND, "O_RDONLY | O_TRUNC | O_APPEND", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOENT, status); + UNSIGNED_INT_EQUALS(ENOENT, status_errno); + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_wota.txt", O_WRONLY | O_TRUNC | O_APPEND, "O_WRONLY | O_TRUNC | O_APPEND", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOENT, status); + UNSIGNED_INT_EQUALS(ENOENT, status_errno); + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_rwta.txt", O_RDWR | O_TRUNC | O_APPEND, "O_RDWR | O_TRUNC | O_APPEND", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOENT, status); + UNSIGNED_INT_EQUALS(ENOENT, status_errno); + + // O_DIRECTORY (nonexistent file is a target) + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_dir_ro", O_RDONLY | O_DIRECTORY, "O_RDONLY | O_DIRECTORY", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOENT, status); + UNSIGNED_INT_EQUALS(ENOENT, status_errno); + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_dir_wo", O_WRONLY | O_DIRECTORY, "O_WRONLY | O_DIRECTORY", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOENT, status); + UNSIGNED_INT_EQUALS(ENOENT, status_errno); + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_dir_rw", O_RDWR | O_DIRECTORY, "O_RDWR | O_DIRECTORY", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOENT, status); + UNSIGNED_INT_EQUALS(ENOENT, status_errno); + + // O_DIRECTORY (existing directory) + status = TestOpenFlags("/data/therapist/tmp_open/", 0 | 0x20000, "O_RDONLY | O_DIRECTORY", &status_errno); + UNSIGNED_INT_EQUALS(0, status); + status = TestOpenFlags("/data/therapist/tmp_open/", 0x1 | 0x20000, "O_WRONLY | O_DIRECTORY", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_EISDIR, status); + UNSIGNED_INT_EQUALS(EISDIR, status_errno); + status = TestOpenFlags("/data/therapist/tmp_open/", 0x2 | 0x20000, "O_RDWR | O_DIRECTORY", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_EISDIR, status); + UNSIGNED_INT_EQUALS(EISDIR, status_errno); + + // O_CREAT | O_DIRECTORY (unspecified type, directory) + // these create a file + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_dir_rocd", 0 | 0x200 | 0x20000, "O_RDONLY | O_CREAT | O_DIRECTORY", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOTDIR, status); + UNSIGNED_INT_EQUALS(ENOTDIR, status_errno); + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_dir_wocd", 0x1 | 0x200 | 0x20000, "O_WRONLY | O_CREAT | O_DIRECTORY", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOTDIR, status); + UNSIGNED_INT_EQUALS(ENOTDIR, status_errno); + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_dir_rwcd", 0x2 | 0x200 | 0x20000, "O_RDWR | O_CREAT | O_DIRECTORY", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOTDIR, status); + UNSIGNED_INT_EQUALS(ENOTDIR, status_errno); + + // No modifiers, RO directory + // O_RDONLY + status = TestOpenFlags("/app0/assets/misc/file.txt", 0, "O_RDONLY", &status_errno); + UNSIGNED_INT_EQUALS(0, status); + UNSIGNED_INT_EQUALS(0, status_errno); + // O_WRONLY + status = TestOpenFlags("/app0/assets/misc/file.txt", 0x1, "O_WRONLY", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_EROFS, status); + UNSIGNED_INT_EQUALS(EROFS, status_errno); + // O_RDWR + status = TestOpenFlags("/app0/assets/misc/file.txt", 0x2, "O_RDWR", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_EROFS, status); + UNSIGNED_INT_EQUALS(EROFS, status_errno); + // O_RDONLY | O_WRONLY | O_RDWR + status = TestOpenFlags("/app0/assets/misc/file.txt", 0 | 0x1 | 0x2, "O_RDONLY | O_WRONLY | O_RDWR", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_EINVAL, status); + UNSIGNED_INT_EQUALS(EINVAL, status_errno); + + // Obviously bad ones, flags are irrelevant + status = TestOpenFlags("assets/misc/file.txt", 0, "O_RDONLY", &status_errno); + UNSIGNED_INT_EQUALS_TEXT(ORBIS_KERNEL_ERROR_EINVAL, status, "Relative paths = EINVAL"); + UNSIGNED_INT_EQUALS_TEXT(EINVAL, status_errno, "Relative paths = EINVAL"); + status = TestOpenFlags("./assets/misc/file.txt", 0, "O_RDONLY", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_EINVAL, status); + UNSIGNED_INT_EQUALS(EINVAL, status_errno); + status = TestOpenFlags("", 0, "O_RDONLY", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_EINVAL, status); + UNSIGNED_INT_EQUALS(EINVAL, status_errno); + + // Edge cases - oficial behaviour is undefined + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_rot.txt", O_RDONLY | O_TRUNC, "O_RDONLY | O_TRUNC", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOENT, status); + UNSIGNED_INT_EQUALS(ENOENT, status_errno); + CHECK_TRUE_TEXT(exists("/data/therapist/tmp_open/nonexistent_rot.txt"), "R+TR should error but create a file"); + + status = TestOpenFlags("/data/therapist/tmp_open/nonexistent_rota.txt", O_RDONLY | O_TRUNC | O_APPEND, "O_RDONLY | O_TRUNC | O_APPEND", &status_errno); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOENT, status); + UNSIGNED_INT_EQUALS(ENOENT, status_errno); + CHECK_TRUE_TEXT(exists("/data/therapist/tmp_open/nonexistent_rota.txt"), "R+A+TR should error but create a file"); +} + +TEST(FilesystemTests, FileMovementTests) { + Log(); + Log("\t<<<< Moving files >>>>"); + Log(); + + const char* movingFileA = "/data/therapist/moves/fileA"; + const char* movingFileB = "/data/therapist/moves/fileB"; + const char* movingFileC = "/data/therapist/moves/fileC"; + + const char* movingDirectoryA = "/data/therapist/moves/dirA"; + const char* movingDirectoryB = "/data/therapist/moves/dirB"; + const char* movingDirectoryC = "/data/therapist/moves/dirC"; + const char* movingDirectoryD = "/data/therapist/moves/dirD"; + + Obliterate("/data/therapist/moves"); + CHECK_EQUAL_ZERO(sceKernelMkdir("/data/therapist/moves", 0777)); + CHECK_EQUAL_ZERO(sceKernelMkdir(movingDirectoryA, 0777)); + CHECK_EQUAL_ZERO(sceKernelMkdir(movingDirectoryB, 0777)); + CHECK_EQUAL_ZERO(sceKernelMkdir(movingDirectoryC, 0777)); + CHECK_EQUAL_ZERO(sceKernelMkdir(movingDirectoryD, 0777)); + CHECK_EQUAL_ZERO(touch(movingFileA)); + CHECK_EQUAL_ZERO(touch(movingFileB)); + CHECK_EQUAL_ZERO(touch(movingFileC)); + + ino_t fileno_movingDirectoryA = get_fileno(movingDirectoryA); + ino_t fileno_movingDirectoryB = get_fileno(movingDirectoryB); + ino_t fileno_movingDirectoryC = get_fileno(movingDirectoryC); + ino_t fileno_movingDirectoryD = get_fileno(movingDirectoryD); + ino_t fileno_movingFileA = get_fileno(movingFileA); + ino_t fileno_movingFileB = get_fileno(movingFileB); + ino_t fileno_movingFileC = get_fileno(movingFileC); + + Log("fileno of: movingDirectoryA:\t", fileno_movingDirectoryA); + Log("fileno of: movingDirectoryB:\t", fileno_movingDirectoryB); + Log("fileno of: movingDirectoryC:\t", fileno_movingDirectoryC); + Log("fileno of: movingDirectoryD:\t", fileno_movingDirectoryD); + Log("fileno of: movingFileA:\t", fileno_movingFileA); + Log("fileno of: movingFileB:\t", fileno_movingFileB); + Log("fileno of: movingFileC:\t", fileno_movingFileC); + + const char* yeetFile = "/data/therapist/moves/yeet"; + const char* yeetDir = "/data/therapist/moves/yeet_dir"; + + int status {0}; + // file->(existent)file: + status = sceKernelRename(movingFileA, movingFileB); + CHECK_EQUAL_ZERO_TEXT(status, "If target exists, it should be overwritten"); + UNSIGNED_LONGS_EQUAL(fileno_movingFileA, get_fileno(movingFileB)); + fileno_movingFileB = fileno_movingFileA; + + // file->(nonexistent)file + status = sceKernelRename(movingFileC, yeetFile); + CHECK_EQUAL_ZERO(status); + UNSIGNED_LONGS_EQUAL(fileno_movingFileC, get_fileno(yeetFile)); + ino_t fileno_movingFileYeet = fileno_movingFileC; + Log("fileno of: yeetFile:\t", fileno_movingFileYeet); + + // dir->(existing)dir + status = sceKernelRename(movingDirectoryA, movingDirectoryB); + CHECK_EQUAL_ZERO(status); + UNSIGNED_LONGS_EQUAL(fileno_movingDirectoryA, get_fileno(movingDirectoryB)); + fileno_movingDirectoryB = fileno_movingDirectoryA; + + // dir->(nonexistent)dir + status = sceKernelRename(movingDirectoryC, yeetDir); + CHECK_EQUAL_ZERO(status); + UNSIGNED_LONGS_EQUAL(fileno_movingDirectoryC, get_fileno(yeetDir)); + fileno_movingDirectoryB = fileno_movingDirectoryA; + ino_t fileno_movingDirYeet = fileno_movingDirectoryC; + Log("fileno of: yeetDir:\t", fileno_movingDirYeet); + + // no change in folder structure + // file->(existent)dir + status = sceKernelRename(yeetFile, yeetDir); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_EISDIR, status); + UNSIGNED_INT_EQUALS(EISDIR, errno); + + // no change either + // dir->(existent)file + status = sceKernelRename(yeetDir, yeetFile); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOTDIR, status); + UNSIGNED_INT_EQUALS(ENOTDIR, errno); + // file->(into existent)dir + status = sceKernelRename(yeetFile, "/data/therapist/moves/yeet_dir/yeeee"); + CHECK_EQUAL_ZERO(status); + UNSIGNED_LONGS_EQUAL(fileno_movingFileYeet, get_fileno("/data/therapist/moves/yeet_dir/yeeee")); + + // move empty to not empty dir, no change + // empty dir->not empty dir + status = sceKernelRename(movingDirectoryD, yeetDir); + UNSIGNED_INT_EQUALS(ORBIS_KERNEL_ERROR_ENOTEMPTY, status); + UNSIGNED_INT_EQUALS(ENOTEMPTY, errno); + UNSIGNED_LONGS_EQUAL(fileno_movingDirYeet, get_fileno(yeetDir)); + + // not empty to empty, changed + // not empty dir->empty dir + status = sceKernelRename(yeetDir, movingDirectoryD); + CHECK_EQUAL_ZERO(status); + UNSIGNED_LONGS_EQUAL(fileno_movingDirYeet, get_fileno(movingDirectoryD)); + fileno_movingDirectoryD = fileno_movingDirYeet; // just to keep track +} + +TEST(FilesystemTests, FileOpenAbuseTest) { + Log(); + Log("\t<<<< Open fd abuse (moving/removing files with open fd) >>>>"); + Log(); + + const char* abused_file = "/data/therapist/abuse.txt"; + const char* teststring1 = "0123456789\r\n"; + const char* teststring2 = "9876543210\r\n"; + const char* readback_string = "0123456789\r\n9876543210\r\n"; + int64_t readback_string_len = strlen(readback_string); + char* abused_buffer[256] {0}; + + touch(abused_file); + int status {0}; + int abused_fd = sceKernelOpen(abused_file, O_RDWR, 0777); + auto abused_fileno = get_fileno(abused_file); + + CHECK_COMPARE_TEXT(0, <, abused_fileno, "Fileno cannot be 0"); // File not created otherwise + + // write to opened file + status = sceKernelWrite(abused_fd, teststring1, strlen(teststring1)); + LONGLONGS_EQUAL(strlen(teststring1), status); + // remove that file + status = sceKernelUnlink(abused_file); + CHECK_EQUAL_ZERO(status); + // should be unlinked + CHECK_EQUAL_ZERO(get_fileno(abused_file)); // not unlinked if !=0 + + // should be able to r/w to it, inode remains while directory entry is deleted + LONGLONGS_EQUAL(strlen(teststring2), sceKernelWrite(abused_fd, teststring2, strlen(teststring2))); + CHECK_EQUAL_ZERO(sceKernelLseek(abused_fd, 0, 0)); + CHECK_COMPARE(sceKernelRead(abused_fd, abused_buffer, 256), >, 0); + CHECK_EQUAL_ZERO(memcmp(abused_buffer, readback_string, readback_string_len)); + + UNSIGNED_LONGS_EQUAL_TEXT(abused_fileno, get_fileno(abused_fd), "fileno should be preserved after unlink before closing the file"); + UNSIGNED_INT_EQUALS_TEXT(ORBIS_KERNEL_ERROR_ENOENT, exists(abused_file), "Disk entry should be removed"); + UNSIGNED_INT_EQUALS_TEXT(ENOENT, errno, "Disk entry should be removed"); + CHECK_EQUAL_ZERO_TEXT(sceKernelClose(abused_fd), "Descriptor should be valid up until now"); +} + +TEST(FilesystemTests, StatDumpTests) { + Log(); + Log("\t<<<< STAT >>>>"); + Log("\tLHS - current, RHS - original HW"); + Log(); + + CHECK_TRUE(TestStat("/", &DumpedConstants::stat_root)); + CHECK_TRUE(TestStat("/app0", &DumpedConstants::stat_root_app0)); + CHECK_TRUE(TestStat("/app0/eboot.bin", &DumpedConstants::stat_root_app0_eboot)); + CHECK_TRUE(TestStat("/app0/assets/misc/file.txt", &DumpedConstants::stat_root_app0_assets_misc_file)); + CHECK_TRUE(TestStat("/data/therapist", &DumpedConstants::stat_root_data)); + CHECK_TRUE(TestStat("/dev", &DumpedConstants::stat_root_dev)); + CHECK_TRUE(TestStat("/dev/deci_stderr", &DumpedConstants::stat_blkdev)); + CHECK_TRUE(TestLStat("/dev/deci_stderr")); + CHECK_TRUE(TestStat("/dev/deci_stdout", &DumpedConstants::stat_blkdev)); + CHECK_TRUE(TestStat("/dev/stdin", nullptr)); + CHECK_TRUE_TEXT(TestStat("/dev/stdout", nullptr), "Stat shouldn't work on /dev/stdout"); + CHECK_TRUE_TEXT(!TestLStat("/dev/stdout"), "LStat shouldn't work on /dev/stdout"); + CHECK_TRUE(TestStat("/dev/random", &DumpedConstants::stat_blkdev)); + CHECK_TRUE(TestStat("/dev/urandom", &DumpedConstants::stat_blkdev)); + CHECK_TRUE(TestStat("/host", &DumpedConstants::stat_root_host)); + CHECK_TRUE(TestStat("/hostapp", &DumpedConstants::stat_root_hostapp)); + CHECK_TRUE(TestStat("/av_contents", &DumpedConstants::stat_root_av_contents)); + CHECK_TRUE_TEXT(!TestLStat("/av_contents"), "LStat shouldn't work on /av_contents"); +} + +void RunTests() { + + Log(); + Log("<<<< TEST SUITE STARTING >>>>"); + Log("\tSome test components may (and will) fail. This is expected."); + Log("\tValidity of the test is determined by last message emitted by test case."); + Log(); + + Log(); + Log("\t<<<< DUMP DIRENTS >>>>"); + Log(); + dumpDirRecursive("/app0"); + + // + + Log(); + Log("\t<<<< RELATIVE FILENO >>>>"); + Log(); + // + // fileno=0 is *always* reserved for removed/nonexistent files + // fileno=1 is *always* reserved for the superblock partitions + // fileno=2 is *always* reserved for mount-root partitions + TEST_CASE(TestRelatives("/"), "Test complete. Expected values: ~700, 3, -2", "Can't test relatives of /"); + TEST_CASE(TestRelatives("/app0", true), "Test complete", "Can't test relatives of /app0"); + TEST_CASE(TestRelatives("/app0/sce_sys"), "Test complete", "Can't test relatives of /app0/sce_sys"); + TEST_CASE(TestRelatives("/av_contents"), "Test complete", "Can't test relatives of /av_contents"); + TEST_CASE(TestRelatives("/data", true), "Test complete", "Can't test relatives of /data/therapist"); + TEST_CASE(!TestRelatives("/dev"), "Test complete. Expected values: -2, -2, ~800", "/dev should NOT be accessible"); + + TEST_CASE(TestRelatives("/host", true), "/host is a superblock partition. Expected values: 9, 1, ~700", "Can't test relatives of /host"); + TEST_CASE(TestRelatives("/hostapp", true), "/hostapp is a superblock partition. Expected values: 10, 1, ~700", "Can't test relatives of /hostapp"); + + TEST_CASE(TestRelatives("/system_tmp", true), "Test complete", "Can't test relatives of /system_tmp"); + TEST_CASE(!TestRelatives("/this_should_fail"), "Test complete", "Accessed nonexistent directory"); + + // + + Log(); + Log("\t<<<< NORMAL AND PFS DIRENT >>>>"); + Log("\tNormal dirents are on LHS, PFS is on RHS."); + Log("\tThe last element of the path is the accessed dirent,"); + Log("\tso it can refer to a file, directory or relative entry [ . ], [ .. ]"); + Log(); + // + // PFS works only with /app0 + // Also, don't try to open /host with PFS + TEST_CASE(!CompareNormalVsPFS("/", "."), "Test complete [PFS should fail]", "Cannot access [ . ] at [ / ]"); + TEST_CASE(!CompareNormalVsPFS("/", "app0"), "Test complete [PFS should fail]", "Cannot access [ app0 ] at [ / ]"); + TEST_CASE(!CompareNormalVsPFS("/", "data"), "Test complete [PFS should fail]", "Cannot access [ data ] at [ / ]"); + TEST_CASE(CompareNormalVsPFS("/app0", "."), "Test complete", "Cannot access [ . ] at [ /app0 ]"); + TEST_CASE(CompareNormalVsPFS("/app0", ".."), "Test complete", "Cannot access [ .. ] at [ /app0 ]"); + TEST_CASE(CompareNormalVsPFS("/app0", "sce_sys"), "Test complete", "Cannot access [ sce_sys ] at [ /app0 ]"); + TEST_CASE(CompareNormalVsPFS("/app0", "eboot.bin"), "Test complete", "Cannot access [ eboot.bin ] at [ /app0 ]"); + TEST_CASE(!CompareNormalVsPFS("/data/therapist", "."), "Test complete [PFS should fail]", "Cannot access [ . ] at [ /data/therapist ]"); + TEST_CASE(!CompareNormalVsPFS("/this_should_fail", "."), "Test complete [All should fail]", "Accessed [ . ] at [ /this_should_fail ]"); + + // + + Log(); + Log("\t<<<< Example directory listings >>>>"); + Log("\t This is made to mimic `ls -la`."); + Log("\t UID, GID are always 0"); + Log(); + + ElEsDashElAy("/"); + ElEsDashElAy("/app0"); + + // + // Dirents + // + + Log(); + Log("\t<<<< DIRENTS >>>>"); + Log(); + + bool dirent_prepared = RegenerateDir("/data/therapist/tmp_dirent"); + TEST_CASE(dirent_prepared, "Prepared for dirents", "Can't setup dirents"); + if (dirent_prepared) { + TEST_CASE(TestDirEnts(), "Test complete", "You won't see this, this test doesn't have a negative return"); + } + + // + // Stat + // + + // + // CURSED FILE CREATION + // + + Log(); + Log("\t<<<< CURSED FILE CREATION >>>>"); + Log(); + + bool cursed_fileop_prepared = PrepareCursedFileop(); + TEST_CASE(cursed_fileop_prepared, "Prepared for cursed fileop", "Can't setup cursed fileops"); + if (cursed_fileop_prepared) { + TEST_CASE(TestFileTouch("/data/therapist/tmp_cursed/Aursed/AAursed/a_aa_file.txt"), "Test complete", "Test failed"); + TEST_CASE(TestFileTouch("/data/therapist/tmp_cursed/Aursed/a_file.txt"), "Test complete", "Test failed"); + TEST_CASE(TestFileTouch("/data/therapist/tmp_cursed/Aursed/././a_d_d_file.txt"), "Test complete", "Test failed"); + TEST_CASE(TestFileTouch("/data/therapist/tmp_cursed/Bursed/../Aursed/AAursed/b_dd_a_aa_file.txt"), "Test complete", "Test failed"); + TEST_CASE(TestFileTouch("/data/therapist/tmp_cursed/Aursed/AAursed/../../Cursed/../Bursed/aa_dd_dd_c_dd_b_file.txt"), "Test complete", "Test failed"); + TEST_CASE(TestFileTouch("/data/therapist/tmp_cursed/Aursed/AAursed/../../Cursed/CCursed/../../Bursed/BBursed/a_aa_dd_dd_c_cc_dd_dd_b_bb_file.txt"), + "Test complete", "Test failed"); + Log("errno for tests below should equal 9 (EBADF) and 2 (ENOENT)"); + TEST_CASE(!TestFileTouch("/data/therapist/tmp_cursed/../tmp_cursed/../../././data/therapist/../data/therapist/././tmp_cursed/Cursed/../../../data/" + "therapist/tmp_cursed/Cursed/idfk.txt"), + "Test complete", "Test failed"); + Log("errno for tests below should equal 9 (EBADF) and 22 (EINVAL)"); + TEST_CASE(!TestFileTouch("../../../data/therapist/tmp_cursed/escape_from_app0_file.txt"), "Test complete: Can't", "Test failed: Can", + "escape from curdir with relatives"); + TEST_CASE(!TestFileTouch("app0_file.txt"), "Test complete: File not", "Test failed: File", "written to (RO?) curdir"); + } + + // + // File ops tests + // + + Log(); + Log("\t<<<< File ops tests >>>>"); + Log(); + + bool file_op_tests_prepared = RegenerateDir("/data/therapist/tmp_rw2"); // the same conditions + if (file_op_tests_prepared) { + // short test, just depends on target location. the output is looong, don't get overboard + TEST_CASE(!TestFileOps(""), "Pass", "Fail", "[open() should fail with errno = 22]"); + TEST_CASE(!TestFileOps("/app0/assets/misc/test.txt"), "Pass", "Fail", "[open should fail with errno = 30]"); + TEST_CASE(TestFileOps("/data/therapist/tmp_rw2/test.txt"), "Pass", "Fail"); + // a true trial. should fail immediately :) + // TEST(TestFileOps("/app0/sce_sys/param.sfo", 0, "[No flags]"), "Pass", "Fail"); + } + + // + // File R/W tests + // + + Log(); + Log("\t<<<< File R/W tests >>>>"); + Log(); + + bool file_rw_tests_prepared = RegenerateDir("/data/therapist/tmp_rw3"); // the same conditions + if (file_rw_tests_prepared) { + TEST_CASE(!TestFileRW("", 32), "Test complete", "Test failed", "[empty path, should fail with errno = 22 (EINVAL)]"); + touch("/data/therapist/tmp_rw3/rwtest.txt"); + TEST_CASE(TestFileRW("/data/therapist/tmp_rw3/rwtest.txt", 32), "Test complete", "Test failed", "[both buffers should hold the same values]"); + TEST_CASE(!TestFileRW("/data/therapist/tmp_rw3", 32), "Test complete:", "Test failed:", "[R/W on a directory should fail with errno = 21 (EISDIR)]"); + TEST_CASE(!TestFileRW("/app0/assets/misc/file_empty.txt", 32), + "Test complete:", "Test failed:", "[R/W on a file in RO directory should fail with errno = 30 (EROFS)]"); + + TEST_CASE(!TestFileRW("/dev/stdin", 32), "Test complete", "Test failed", "[Should fail with errno = 2 (ENOENT)]"); + TEST_CASE(!TestFileRW("/dev/stdout", 32), "Test complete", "Test failed", "[Should fail with errno = 2 (ENOENT)]"); + TEST_CASE(!TestFileRW("/dev/null", 32), "Test complete", "Test failed", "[Write should pass, read should return 0 bytes]"); + TEST_CASE(TestFileRW("/dev/random", 32), "Test complete", "Test failed", "[All should pass, random reads]"); + TEST_CASE(TestFileRW("/dev/urandom", 32), "Test complete", "Test failed", "[All should pass, random reads]"); + TEST_CASE(TestFileRW("/dev/zero", 32), "Test complete", "Test failed", "[All should pass, read buffer zeroed out]"); + } + + RegenerateDir("/data/therapist/tmd"); + for (u16 idx = 0; idx < 16; idx++) { + std::string p = std::string("/data/therapist/tmd/AFileWithAReallyLongName-") + std::to_string(idx); + touch(p.c_str()); + } + for (u16 idx = 0; idx < 64; idx++) { + std::string p = std::string("/data/therapist/tmd/SN-") + std::to_string(idx); + touch(p.c_str()); + } + dumpDirRecursive("/data/therapist/tmd"); + + /// + /// Case sensitivity + /// + + Log(); + Log("\t<<<< Case sensitivity tests >>>>"); + Log(); + + struct stat st; + const char* case_insensitive_path = "/data/therapist/cAsEinSenSiTive.hwdp"; + const char* case_insensitive_path_lower = "/data/therapist/caseinsensitive.hwdp"; + const char* case_insensitive_path_upper = "/DATA/THERAPIST/CASEINSENSITIVE.HWDP"; + const char* case_insensitive_path_upper_end = "/data/THERAPIST/CASEINSENSITIVE.HWDP"; + TEST_CASE(sceKernelClose(sceKernelOpen(case_insensitive_path, O_RDWR | O_TRUNC | O_CREAT, 0777)) == 0, "Test file created", "Test file not created"); + + TEST_CASE(stat(case_insensitive_path, &st) == 0, "Data: 1:1 case sensitivity passed", "Data: Can't resolve 1:1 name", "( ", case_insensitive_path, " )"); + TEST_CASE(stat(case_insensitive_path_lower, &st) != 0 && errno == ENOENT, "Data: Data: Lowercase sensitivity passed", "Data: Resolved name in lowercase", + "( ", case_insensitive_path_lower, " )"); + TEST_CASE(stat(case_insensitive_path_upper, &st) != 0 && errno == ENOENT, "Data: Uppercase sensitivity passed", "Data: Resolved name in uppercase", "( ", + case_insensitive_path_upper, " )"); + TEST_CASE(stat(case_insensitive_path_upper_end, &st) != 0 && errno == ENOENT, "Data: Uppercase sensitivity (2nd half) passed", + "Data: Resolved name (2nd half) in uppercase", "( ", case_insensitive_path_upper_end, " )"); + + const char* case_insensitive_app0_path = "/app0/assets/misc/cAsEinSEnsITiVE.HwDp"; + const char* case_insensitive_path_app0_lower = "/app0/assets/misc/caseinsensitive.hwdp"; + const char* case_insensitive_path_app0_upper = "/APP0/ASSETS/misc/CASEINSENSITIVE.HWDP"; + const char* case_insensitive_path_app0_upper_end = "/app0/ASSETS/misc/CASEINSENSITIVE.HWDP"; + TEST_CASE(stat(case_insensitive_app0_path, &st) == 0, "app0: 1:1 case sensitivity passed", "app0: Can't resolve 1:1 name", "( ", case_insensitive_app0_path, + " )"); + TEST_CASE(stat(case_insensitive_path_app0_lower, &st) == 0, "app0: Data: Lowercase sensitivity passed", "app0: Can't resolve name in lowercase", "( ", + case_insensitive_path_app0_lower, " )"); + TEST_CASE(stat(case_insensitive_path_app0_upper, &st) != 0 && errno == ENOENT, "app0: Uppercase (whole path) sensitivity passed", + "app0: Resolved (whole path) name in uppercase", "( ", case_insensitive_path_app0_upper, " )"); + TEST_CASE(stat(case_insensitive_path_app0_upper_end, &st) == 0, "app0: Uppercase (app0 path) sensitivity passed", + "app0: Can't resolve (app0 path) name in uppercase", "( ", case_insensitive_path_app0_upper_end, " )"); + + /// + /// Long names (ENAMETOOLONG) + /// + + Log(); + Log("\tLong names (ENAMETOOLONG)"); + Log(); + + sceKernelClose(sceKernelOpen("/data/therapist/dummy_target", O_CREAT | O_WRONLY, 0777)); + OrbisKernelStat st_long_orbis {}; + struct stat st_long_posix {}; + + const char* very_long_path = "/data/therapist/" + "thisisafilewithaverylongnameForrealthisfileissupposedtohaveareallylongnameforthistestcaseOtherwisewewontknowifitworkscorrec" + "tlyItsnotusedoftenbutcanbepro" + "blematicasthisbreaksdirentswhichcanstoreonly255charactersincludingnullterminatorThisisthelastsentence.goodluck"; + // sceKernel* + TEST_CASE(int status = sceKernelOpen(very_long_path, O_RDONLY, 0777); errno == ENAMETOOLONG, "File name too long detected", + "Didn't detect file name >255 characters", "sceKernelOpen(RO) ( errno =", errno, + ", should be", ENAMETOOLONG, ")"); + TEST_CASE(int status = sceKernelOpen(very_long_path, O_WRONLY | O_RDWR | O_RDONLY, 0777); + errno == EINVAL, "Cursed rw flags are more important than ENAMETOOLONG", "Didn't detect file name >255 characters", + "sceKernelOpen(RDO|WRO|RW) ( errno =", errno, ", should be", EINVAL, ")"); + TEST_CASE(int status = sceKernelOpen(very_long_path, O_CREAT | O_RDONLY, 0777); + errno == ENAMETOOLONG, "File creation flags are less important than ENAMETOOLONG", "Didn't detect file name >255 characters", + "sceKernelOpen(CREAT|RDO) ( errno =", errno, ", should be", ENAMETOOLONG, ")"); + TEST_CASE(int status = sceKernelRename(very_long_path, "/data/therapist/dummy_target_2"); + errno == ENAMETOOLONG, "File name too long detected", "Didn't detect file name >255 characters", "sceKernelRename(long,normal) ( errno =", errno, + ", should be", ENAMETOOLONG, ")"); + TEST_CASE(int status = sceKernelRename("/data/therapist/dummy_target", very_long_path); + errno == ENAMETOOLONG, "File name too long detected", "Didn't detect file name >255 characters", "sceKernelRename(normal,long) ( errno =", errno, + ", should be", ENAMETOOLONG, ")"); + TEST_CASE(int status = sceKernelCheckReachability(very_long_path); errno == ENAMETOOLONG, "File name too long detected", + "Didn't detect file name >255 characters", "sceKernelCheckReachability() ( errno =", errno, + ", should be", ENAMETOOLONG, ")"); + TEST_CASE(int status = sceKernelMkdir(very_long_path, 0777); errno == ENAMETOOLONG, "File name too long detected", "Didn't detect file name >255 characters ", + "sceKernelMkdir() ( errno =", errno, ", should be", ENAMETOOLONG, ")"); + + TEST_CASE(int status = sceKernelStat(very_long_path, &st_long_orbis); errno == ENAMETOOLONG, "File name too long detected", + "Didn't detect file name >255 characters", "sceKernelStat() ( errno =", errno, + ", should be", ENAMETOOLONG, ")"); + TEST_CASE(int status = sceKernelUnlink(very_long_path); errno == ENAMETOOLONG, "File name too long detected", "Didn't detect file name >255 characters", + "sceKernelUnlink() ( errno =", errno, ", should be", ENAMETOOLONG, ")"); + + // posix_* + TEST_CASE(int status = open(very_long_path, O_RDONLY, 0777); errno == ENAMETOOLONG, "File name too long detected", "Didn't detect file name >255 characters ", + "open(RO) ( errno =", errno, ", should be", ENAMETOOLONG, ")"); + TEST_CASE(int status = open(very_long_path, O_WRONLY | O_RDWR | O_RDONLY, 0777); errno == EINVAL, "Cursed rw flags are more important than ENAMETOOLONG", + "Didn't detect file name >255 characters", + "open(RDO|WRO|RW) ( errno =", errno, ", should be", EINVAL, ")"); + TEST_CASE(int status = open(very_long_path, O_CREAT | O_RDONLY, 0777); errno == ENAMETOOLONG, "File creation flags are less important than ENAMETOOLONG", + "Didn't detect file name >255 characters", "open(CREAT|RDO) ( errno =", errno, + ", should be", ENAMETOOLONG, ")"); + TEST_CASE(int status = rename(very_long_path, "/data/therapist/dummy_target_2"); errno == ENAMETOOLONG, "File name too long detected", + "Didn't detect file name >255 characters", + "rename(long,normal) ( errno =", errno, ", should be", ENAMETOOLONG, ")"); + TEST_CASE(int status = rename("/data/therapist/dummy_target", very_long_path); errno == ENAMETOOLONG, "File name too long detected", + "Didn't detect file name >255 characters", + "rename(normal,long) ( errno =", errno, ", should be", ENAMETOOLONG, ")"); + TEST_CASE(int status = mkdir(very_long_path, 0777); errno == ENAMETOOLONG, "File name too long detected", "Didn't detect file name >255 characters", + "mkdir() ( errno =", errno, ", should be", ENAMETOOLONG, ")"); + TEST_CASE(int status = stat(very_long_path, &st_long_posix); errno == ENAMETOOLONG, "File name too long detected", "Didn't detect file name >255 characters ", + "stat() ( errno =", errno, ", should be", ENAMETOOLONG, ")"); + TEST_CASE(int status = unlink(very_long_path); errno == ENAMETOOLONG, "File name too long detected", "Didn't detect file name >255 characters", + "unlink() ( errno =", errno, ", should be", ENAMETOOLONG, ")"); +} + +bool TestFileOps(const char* path) { + LogTest("Testing file operations on [", path, "]"); + OrbisKernelStat st {}; + int _errno = 0; + int fd = -1; + // shhh, don't spoil it yet + if (sceKernelStat(path, &st) > -1) sceKernelUnlink(path); + + errno = 0; + TEST_CASE(sceKernelStat(path, &st) < 0, "Stat failed on nonexistent file", "Stat'd nonexistent file", "( errno =", errno, ")"); + errno = 0; + TEST_CASE(sceKernelTruncate(path, 0) < 0, "Truncate to 0 failed on nonexistent file", "Truncated nonexistent file to 0", "( errno =", errno, ")"); + errno = 0; + TEST_CASE(sceKernelTruncate(path, 10) < 0, "Truncate to 10 failed on nonexistent file", "Truncated nonexistent file to 10", "( errno =", errno, ")"); + + errno = 0; + TEST_CASE(fd = sceKernelOpen(path, 0x2 | 0x200, 0777); fd > -1, "File opened", "Can't open file", "[", path, "]", "( errno =", errno, ")"); + if (fd < 0) return false; + + // expand to 10 characters + errno = 0; + TEST_CASE(sceKernelFtruncate(fd, 10) == 0, "File expanded", "File not expanded", "( errno =", errno, ")"); + errno = 0; + // new size + TEST_CASE(int news = GetSize(fd); news == 10, "File resized", "File not resized", "(current size:", news, "should be:", 10, ") ( errno =", errno, ")"); + errno = 0; + // truncating up doesn't change file ptr + TEST_CASE(int newp = sceKernelLseek(fd, 0, 1); newp == 0, "ptr is valid", "ptr is invalid", "(lseek is", newp, "should be", 0, ") ( errno =", errno, ")"); + + char readbuffer[256]; + + const char teststr[] = "If you can read this, unused gibberish"; + auto teststr_len = strlen(teststr); + + // write test string + errno = 0; + TEST_CASE(int bw = sceKernelWrite(fd, teststr, teststr_len); + bw == teststr_len, "Write successful", "Write failed", "(Written:", bw, ") should write", teststr_len, "( errno =", errno, ")"); + // check ptr after writing + errno = 0; + TEST_CASE(int curp = sceKernelLseek(fd, 0, 1); + curp == teststr_len, "ptr is valid", "ptr is invalid", "(lseek is", curp, "should be:", teststr_len, ") ( errno =", errno, ")"); + // return to origin + errno = 0; + TEST_CASE(int curp = sceKernelLseek(fd, 0, 0); curp == 0, "ok:", "fail:", "origin+0 (lseek is", curp, "should be:", 0, ") ( errno =", errno, ")"); + errno = 0; + memset(readbuffer, 0, 256); + TEST_CASE(int br = sceKernelRead(fd, readbuffer, 256); + br == teststr_len, "Read successful", "Read failed", "(Read:", br, "should read:", teststr_len, ") ( errno =", errno, ")"); + Log("\t", readbuffer); + errno = 0; + // check lseek after reading + TEST_CASE(int curp = sceKernelLseek(fd, 0, 1); + curp == teststr_len, "ptr is valid", "ptr is invalid", "(lseek is", curp, "should be:", teststr_len, ") ( errno =", errno, ")"); + + // truncate to save only the beginning + errno = 0; + TEST_CASE(sceKernelFtruncate(fd, 20) == 0, "File truncated", "File not truncated", "( errno =", errno, ")"); + errno = 0; + TEST_CASE(int news = GetSize(path); news == 20, "File resized", "File not resized", "(current size:", news, "should be:", 20, ") ( errno =", errno, ")"); + errno = 0; + TEST_CASE(int newp = sceKernelLseek(fd, 0, 1); newp == 38, "file pointer not changed after resizing", "file ptr changed after resizing", "(lseek is", newp, + "should be", 38, ") ( errno =", errno, ")"); + + // overwrite 2nd half of the string + const char teststr2[] = "xxxxxxxxxxxxxxxxxxxx, remember to drink some water. This is saved for later."; + auto teststr2_len = strlen(teststr2); + errno = 0; + // lseek to the end of the file + TEST_CASE(int newp = sceKernelLseek(fd, 0, 2); newp == 20, "ok:", "fail:", "end+0 (lseek is", newp, "should be", 20, ") ( errno =", errno, ")"); + errno = 0; + // write the other half + TEST_CASE(int bw = sceKernelWrite(fd, teststr2 + 20, teststr2_len - 20); bw == teststr2_len - 20, "2-nd write successful", "2-nd write failed", + "(Written:", bw, ") should write", teststr2_len - 20, "( errno =", errno, ")"); + errno = 0; + // good advice + TEST_CASE(int curp = sceKernelLseek(fd, 0, 0); curp == 0, "ok:", "fail:", "origin+0 (lseek is", curp, "should be:", 0, ") ( errno =", errno, ")"); + errno = 0; + memset(readbuffer, 0, 256); + TEST_CASE(int br = sceKernelRead(fd, readbuffer, 51); + br == 51, "Read successful", "Read failed", "(Read:", br, "should read:", 51, ") ( errno =", errno, ")"); + Log("\t", readbuffer); + // last element + errno = 0; + TEST_CASE(int curp = sceKernelLseek(fd, -24, 2); curp == 52, "ok:", "fail:", "end-24 (lseek is", curp, "should be:", 52, ") ( errno =", errno, ")"); + errno = 0; + memset(readbuffer, 0, 256); + TEST_CASE(int br = sceKernelRead(fd, readbuffer, 256); + br == 24, "Read successful", "Read failed", "(Read:", br, "should read:", 24, ") ( errno =", errno, ")"); + Log("\t", readbuffer); + + // random stuff + // drink + errno = 0; + sceKernelLseek(fd, 0, 0); + TEST_CASE(int curp = sceKernelLseek(fd, 34, 1); curp == 34, "ok:", "fail:", "current+34 (lseek is", curp, "should be:", 34, ") ( errno =", errno, ")"); + memset(readbuffer, 0, 256); + TEST_CASE(int br = sceKernelRead(fd, readbuffer, 5); br == 5, "Read successful", "Read failed", "(Read:", br, "should read:", 5, ") ( errno =", errno, ")"); + Log("\t", readbuffer); + + // water + errno = 0; + TEST_CASE(int curp = sceKernelLseek(fd, 6, 1); curp == 45, "ok:", "fail:", "current+6 (lseek is", curp, "should be:", 45, ") ( errno =", errno, ")"); + memset(readbuffer, 0, 256); + TEST_CASE(int br = sceKernelRead(fd, readbuffer, 5); br == 5, "Read successful", "Read failed", "(Read:", br, "should read:", 5, ") ( errno =", errno, ")"); + Log("\t", readbuffer); + // remember + TEST_CASE(int curp = sceKernelLseek(fd, -28, 1); curp == 22, "ok:", "fail:", "current-28 (lseek is", curp, "should be:", 22, ") ( errno =", errno, ")"); + memset(readbuffer, 0, 256); + TEST_CASE(int br = sceKernelRead(fd, readbuffer, 8); br == 8, "Read successful", "Read failed", "(Read:", br, "should read:", 8, ") ( errno =", errno, ")"); + Log("\t", readbuffer); + + // OOB tests + // TLDR - outcoming -OOB results in EINVAL, doesn't change ptr. +OOB is a fair game + errno = 0; + // absolute, 2137 + TEST_CASE(int curp = sceKernelLseek(fd, 2137, 0); + curp == 2137, "ok:", "fail:", "origin+2137 (OOB) (lseek is", curp, "should be:", 2137, ") ( errno =", errno, ")"); + errno = 0; + // error, no change in ptr + TEST_CASE(sceKernelLseek(fd, -2137, 0) < 0 && errno == 22, "ok:", "fail:", "origin-2137 (OOB) (errno should be 22 - EINVAL) ( errno =", errno, ")"); + errno = 0; + // n to the front of current ptr, 2137+2137 + TEST_CASE(int curp = sceKernelLseek(fd, 2137, 1); + curp == 2137 * 2, "ok:", "fail:", "current+2137 (OOB) (lseek is", curp, "should be:", 4274, ") ( errno =", errno, ")"); + errno = 0; + // n to the back of current ptr, 2137+2137-1234 + TEST_CASE(int curp = sceKernelLseek(fd, -1234, 1); + curp == 3040, "ok:", "fail:", "current-1234 (OOB) (lseek is", curp, "should be:", 3040, ") ( errno =", errno, ")"); + errno = 0; + // n to the back of current ptr, into the negative 2137+2137-1234-5000 + TEST_CASE(sceKernelLseek(fd, -5000, 1) < 0 && errno == 22, "ok:", "fail:", "current-5000 (into -OOB) (errno should be 22 - EINVAL) ( errno =", errno, ")"); + errno = 0; + // n after the end, i.e. size+n + auto oob_end_pos = GetSize(fd) + 2137; + TEST_CASE(int curp = sceKernelLseek(fd, 2137, 2); + curp == oob_end_pos, "ok:", "fail:", "end+2137 (OOB) (lseek is", curp, "should be:", oob_end_pos, ") ( errno =", errno, ")"); + errno = 0; + // error, no change in ptr + TEST_CASE(sceKernelLseek(fd, -2137, 2) < 0 && errno == 22, "ok:", "fail:", "end-2137 (OOB) (errno should be 22 - EINVAL) ( errno =", errno, ")"); + + if (0 != sceKernelClose(fd)) LogError("Can't close [", path, "]", "( errno =", errno, ")"); + + return true; +} + +int TestOpenFlags(const char* path, int32_t flags, const char* flags_str, int* errno_return) { + LogTest("Testing open() on [", path, "] with flags:", to_hex(flags), "(", flags_str, ")"); + + errno = 0; + int fd = sceKernelOpen(path, flags, 0777); + if (nullptr != errno_return) *errno_return = errno; + if (fd < 0) return fd; + + // dummy string, some files need text to be created + sceKernelWrite(fd, "TEST", 4); + sceKernelClose(fd); + return 0; +} + +bool TestFileRW(const char* path, u16 to_test) { + LogTest("Testing r/w on [", path, "]"); + + if (to_test < 8) { + LogError("Must test at least 8 bytes!"); + return false; + } + + int fd = -1; + uint8_t* writebuf = new uint8_t[to_test + 2]; + uint8_t* readbuf = new uint8_t[to_test + 2]; + memset(writebuf, 0xFF, to_test); + memset(readbuf, 0xFF, to_test); + + char tmpchr = 'a'; + u16 cnt = 0; + while (cnt < to_test) { + writebuf[cnt++] = tmpchr; + if (++tmpchr == 'z') tmpchr = 'a'; + } + writebuf[cnt++] = '\r'; + writebuf[cnt] = '\n'; + + errno = 0; + fd = sceKernelOpen(path, 0x2, 0777); + TEST_CASE(fd > 0, "Opened", "Can't open", "[", path, "]", "( errno =", errno, ")"); + + if (fd < 0) return false; + + errno = 0; + int bw = sceKernelWrite(fd, writebuf, to_test); + TEST_CASE(bw == to_test, "Write succeded", "Write failed", "(", bw, " bytes written)", "( errno =", errno, ")"); + + struct OrbisKernelStat st {}; + + sceKernelFstat(fd, &st); + // device is always 0 in size + bool not_a_dev = !S_ISCHR(st.st_mode); + auto target_size = st.st_size * not_a_dev; + + errno = 0; + TEST_CASE(int status = sceKernelLseek(fd, 10, 0); status == 10, "", "", "Lseek ORIGIN+10", "val =", status, "should be", 10, "( errno =", errno, ")"); + errno = 0; + TEST_CASE(int status = sceKernelLseek(fd, 1, 1); status == 11, "", "", "Lseek CURRENT+1", "val =", status, "should be", 11, "( errno =", errno, ")"); + errno = 0; + TEST_CASE(int status = sceKernelLseek(fd, -1, 1); status == 10, "", "", "Lseek CURRENT-1", "val =", status, "should be", 10, "( errno =", errno, ")"); + errno = 0; + TEST_CASE(int status = sceKernelLseek(fd, 0, 2); + status == target_size, "", "", "Lseek END", "val =", status, "should be", target_size, "( errno =", errno, ")"); + errno = 0; + TEST_CASE(int status = sceKernelLseek(fd, -1, 2); status == (target_size - (1 * not_a_dev)), "", "", "Lseek END-1", "val =", status, "should be", + target_size - (1 * not_a_dev), "( errno =", errno, ")"); + errno = 0; + TEST_CASE(int status = sceKernelLseek(fd, 1, 2); + status == (target_size + 1), "", "", "Lseek END+1", "val =", status, "should be", target_size + 1, "( errno =", errno, ")"); + errno = 0; + TEST_CASE(int status = sceKernelLseek(fd, 0, 0); status == 0, "", "", "Lseek ORIGIN+0", "val =", status, "should be", 0, "( errno =", errno, ")"); + + errno = 0; + int br = sceKernelRead(fd, readbuf, to_test); + TEST_CASE(br == to_test, "Read succeded", "Read failed", "(", br, " bytes read)", "( errno =", errno, ")") + Log("Buffers are equal? :", (memcmp(writebuf, readbuf, to_test) == 0 ? "yes" : "no")); + + if (bw > 0) Log("Write preview:", right(STR(writebuf[0]), 3), right(STR(writebuf[1]), 3), right(STR(writebuf[2]), 3), right(STR(writebuf[3]), 3)); + if (br > 0) Log("Read preview:", right(STR(readbuf[0]), 3), right(STR(readbuf[1]), 3), right(STR(readbuf[2]), 3), right(STR(readbuf[3]), 3)); + + bool all_zeros = true; + for (u16 i = 0; i < to_test; i++) { + if (readbuf[i] == 0) continue; + all_zeros = false; + break; + } + + Log("Is reading buffer full of zeros? :", (all_zeros ? "yes" : "no")); + + delete[] writebuf; + delete[] readbuf; + + return true; +} + +bool TestFileTouch(const char* path) { + LogTest("Cursed file operations: [", path, "]"); + + OrbisKernelStat st {}; + + errno = 0; + TEST_CASE(0 == touch(path), "touched", "can'touch", "( errno =", errno, ")"); + + errno = 0; + TEST_CASE(0 == sceKernelStat(path, &st), "stat success", "stat fail", "( errno =", errno, ")") + + return true; +} + +bool PrepareCursedFileop(void) { + Obliterate("/data/therapist/tmp_cursed"); + + LogTest("Cursed file operations"); + bool is_ok = true; + + is_ok &= (0 == sceKernelMkdir("/data/therapist/tmp_cursed", 0777)); + is_ok &= (0 == sceKernelMkdir("/data/therapist/tmp_cursed/Aursed", 0777)); + is_ok &= (0 == sceKernelMkdir("/data/therapist/tmp_cursed/Aursed/AAursed", 0777)); + is_ok &= (0 == sceKernelMkdir("/data/therapist/tmp_cursed/Bursed", 0777)); + is_ok &= (0 == sceKernelMkdir("/data/therapist/tmp_cursed/Bursed/BBursed", 0777)); + is_ok &= (0 == sceKernelMkdir("/data/therapist/tmp_cursed/Cursed", 0777)); + is_ok &= (0 == sceKernelMkdir("/data/therapist/tmp_cursed/Cursed/CCursed", 0777)); + + return is_ok; +} + +bool TestStat(fs::path path, const OrbisKernelStat* original) { + LogTest("Testing stat on [", path, "]"); + OrbisKernelStat st {}; + + errno = 0; + TEST_CASE(0 == sceKernelStat(path.c_str(), &st), "Stat successful", "Stat failed", "[", path, "]", "( errno =", errno, ")"); + + if (nullptr == original) { + Log("No comparsiton target provided for [", path, "]. Dumping your own :)"); + PrintStatInfo(&st); + return true; + } + + return StatCmp(&st, original); +} + +bool TestLStat(fs::path path) { + LogTest("Testing lstat on [", path, "]"); + struct stat st {}; + + errno = 0; + + return 0 == lstat(path.c_str(), &st); +} + +bool RegenerateDir(const char* path) { + // TODO: this should return false sometimes *cough cough* + Obliterate(path); + sceKernelMkdir(path, 0777); + return true; +} + +bool TestDirEnts() { + // + // Setup + // + LogTest("Testing dirents"); + + s32 result = 0; + char prebuffer[DIRENT_BUFFER_SIZE] {0}; + char postbuffer[DIRENT_BUFFER_SIZE] {0}; + + // + // Creating target directory + // + + errno = 0; + TEST_CASE(sceKernelMkdir("/data/therapist/tmp_dirent", 0777) == 0x80020011, "Creating [ /data/therapist/tmp_dirent ] failed (EEXIST)", + "Created [ /data/therapist/tmp_dirent ] even though it existed before", "( errno =", errno, ")"); + + // + // Test opening first + // + + errno = 0; + int fd = sceKernelOpen("/data/therapist/tmp_dirent", 0, 0777); + TEST_CASE(fd > -1, "open() succeeded on", "can't open", "[ /data/therapist/tmp_dirent ] ( errno =", errno, ")"); + + errno = 0; + TEST_CASE(sceKernelClose(fd) > -1, "Closed", "Can't close", "[ /data/therapist/tmp_dirent ]", "( errno =", errno, ")"); + + // + // Create dummy files, read dir + // + + errno = 0; + int tmp_creat_cnt = 0; + // basically creat(), but it's not available in sceKernel + tmp_creat_cnt += touch("/data/therapist/tmp_dirent/dummy_file_1"); + tmp_creat_cnt += touch("/data/therapist/tmp_dirent/dummy_file_2"); + tmp_creat_cnt += touch("/data/therapist/tmp_dirent/dummy_file_3"); + tmp_creat_cnt += touch("/data/therapist/tmp_dirent/dummy_file_4"); + TEST_CASE(tmp_creat_cnt == 0, "Dummy files (1-4) created", "Can't create dummy files in [ /data/therapist/tmp_dirent ]", "( errno =", errno, ")"); + + errno = 0; + fd = sceKernelOpen("/data/therapist/tmp_dirent", 0, 0777); + TEST_CASE(fd > -1, "open() succeeded on", "can't open", "[ /data/therapist/tmp_dirent ] ( errno =", errno, ")"); + + errno = 0; + TEST_CASE(sceKernelLseek(fd, 0, 0) == 0, "Seek to start", "Seek failed", "(dirents, pre)", "( errno =", errno, ")"); + errno = 0; + TEST_CASE(int status = sceKernelGetdirentries(fd, prebuffer, DIRENT_BUFFER_SIZE, nullptr); + status == DIRENT_BUFFER_SIZE, "Direntries read correctly", "Can't get direntries", "( read bytes:", status, ")", "( errno =", errno, ")"); + errno = 0; + TEST_CASE(sceKernelLseek(fd, 0, 0) == 0, "Seek to start", "Seek failed", "(dump, pre)", "( errno =", errno, ")"); + errno = 0; + TEST_CASE(int last_reclen = dumpDir(fd); last_reclen == (DIRENT_BUFFER_SIZE - 96), "Read correct amount of data", "Last dirent has incorrect value", + "(dump, pre)", "( last_reclen =", last_reclen, "should be =", DIRENT_BUFFER_SIZE - 96, ")", "( errno =", errno, ")"); + Log("You should see 4 dummy files here"); + + // + // Create more dummy files while dir is open + // + + errno = 0; + tmp_creat_cnt = 0; + tmp_creat_cnt += touch("/data/therapist/tmp_dirent/dummy_file_5"); + tmp_creat_cnt += touch("/data/therapist/tmp_dirent/dummy_file_6"); + tmp_creat_cnt += touch("/data/therapist/tmp_dirent/dummy_file_7"); + tmp_creat_cnt += touch("/data/therapist/tmp_dirent/dummy_file_8"); + TEST_CASE(tmp_creat_cnt == 0, "Dummy files (5-8) created", "Can't create dummy files in [ /data/therapist/tmp_dirent ]", "( errno =", errno, ")"); + + errno = 0; + TEST_CASE(sceKernelLseek(fd, 0, 0) == 0, "Seek to start", "Seek failed", "(dirents, post)", "( errno =", errno, ")"); + errno = 0; + TEST_CASE(int status = sceKernelGetdirentries(fd, postbuffer, DIRENT_BUFFER_SIZE, nullptr); + status == DIRENT_BUFFER_SIZE, "Direntries read correctly", "Can't get direntries", "( read bytes:", status, ")", "( errno =", errno, ")"); + errno = 0; + TEST_CASE(sceKernelLseek(fd, 0, 0) == 0, "Seek to start", "Seek failed", "(dump, post)", "( errno =", errno, ")"); + errno = 0; + TEST_CASE(int last_reclen = dumpDir(fd); last_reclen == (DIRENT_BUFFER_SIZE - 192), "Read correct amount of data", "Last dirent has incorrect value", + "(dump, post)", "( last_reclen =", last_reclen, "should be =", DIRENT_BUFFER_SIZE - 192, ")", "( errno =", errno, + ")"); + Log("You should see 8 dummy files here"); + + // + // Cave Johnson. We're done here + // + + errno = 0; + TEST_CASE(sceKernelClose(fd) != -1, "Closed", "Can't close", "[ /data/therapist/tmp_dirent ]", "( errno =", errno, ")"); + + return true; + + // // compare before and after opening + + // LogFilesystem("Creating a new file...\n"); + // sceKernelClose(sceKernelOpen("/data/therapist/tmp/2created_after_opening", (int32_t)OpenFlags::Create, 0644)); + + // sceKernelLseek(tmpfd, 0, 0); + // result = sceKernelGetdirentries(tmpfd, buffer, BUFFER_SIZE, nullptr); + // LogFilesystemStatus("Printed entries (%lu bytes)\n", ASSERT(printContents(buffer, result)), result); + + // auto q = memcmp(prebuffer, buffer, BUFFER_SIZE); + // LogFilesystemStatus("Comparing dirent buffers\n", q != 0); + + // sceKernelClose(tmpfd); + + // { + // LogFilesystemStatus("Opening directory again after creating a file\n", Test::TEST); + // tmpfd = sceKernelOpen("/data/therapist/tmp_dirent", 0, 0777); + // LogFilesystemStatus("Printed entries (%lu bytes)\n", ASSERT(printContents(prebuffer, result)), result); + // sceKernelClose(tmpfd); + // } + + // // timing tests + + // char tmpname[24]{0}; + // const char *tftemplate = "/data/therapist/tmp/XD%d"; + + // tmpfd = sceKernelOpen("/data/therapist/tmp_dirent", 0, 0644); + // result = sceKernelGetdirentries(tmpfd, prebuffer, BUFFER_SIZE, nullptr); + + // for (u16 idx = 0; idx < TESTFILES; idx++) + // { + // snprintf(tmpname, 24, tftemplate, idx); + // sceKernelClose(sceKernelOpen(tmpname, (int32_t)OpenFlags::Create, 0644)); + // } + + // for (u16 midx = 0; midx < 10; midx++) + // { + // auto bench_start = std::chrono::high_resolution_clock::now(); + // for (u16 idx = 0; idx < TIMING_ITERATIONS; idx++) + // { + // sceKernelLseek(tmpfd, 0, 0); + // sceKernelGetdirentries(tmpfd, buffer, BUFFER_SIZE, &dirents_index); + // } + // auto bench_end = std::chrono::high_resolution_clock::now(); + // auto duration = std::chrono::duration_cast(bench_end - bench_start).count(); + // unsigned long long avgtime = duration / TIMING_ITERATIONS / 1000; + // LogFilesystem("Refreshing %d files %d times (no changes): avg %llu us/it\n", TESTFILES, TIMING_ITERATIONS, avgtime); + // } + + // // test removing files sequentially + + // { + // result = sceKernelGetdirentries(tmpfd, buffer, BUFFER_SIZE, nullptr); + + // auto bench_start = std::chrono::high_resolution_clock::now(); + // for (u16 idx = 0; idx < TESTFILES - 1; idx++) + // { + // snprintf(tmpname, 24, tftemplate, idx); + // sceKernelUnlink(tmpname); + + // sceKernelLseek(tmpfd, 0, 0); + // sceKernelGetdirentries(tmpfd, buffer, BUFFER_SIZE, &dirents_index); + // } + // auto bench_end = std::chrono::high_resolution_clock::now(); + // unsigned long long duration = std::chrono::duration_cast(bench_end - bench_start).count(); + // LogFilesystem("Removed %d files in %llu us\n", TESTFILES - 1, duration / 1000); + // } + + // sceKernelClose(tmpfd); +} + +bool TestRelatives(fs::path path, bool expected_mountpoint) { + LogTest("Testing relative fileno perception of [", path.string(), "]"); + + const std::string path_str = path.string(); + std::string leafstr = path.filename().string(); + oi::FolderDirent leaf {}; + + s64 leaf_to_self {-2}; + s64 parent_to_leaf {-2}; + s64 leaf_to_parent {-2}; + + u8 ret {}; + + // + // test self (2 if mountpoint root) + ret = GetDir(path, ".", &leaf); + if (ret <= 0) { + LogError("Cannot get [ . ] from", path_str); + } else + leaf_to_self = leaf.d_fileno; + + // + // test self-parent path (2 if mountpoint root) + ret = GetDir(path, "..", &leaf); + if (ret <= 0) { + LogError("Cannot get [ .. ] from", path_str); + } else + leaf_to_parent = leaf.d_fileno; + + // + // test how parent sees the child + if (!leafstr.empty()) { + ret = GetDir(path.parent_path(), (path == "/" ? "/" : leafstr), &leaf); + if (ret <= 0) { + LogError("Cannot get [", leafstr, "] from", path_str); + } else + parent_to_leaf = leaf.d_fileno; + } + + Log(path_str, "sees itself with fileno=", leaf_to_self); + Log(path_str, "sees its parent with fileno=", leaf_to_parent); + Log(path_str, "is seen with fileno=", parent_to_leaf); + + bool is_mountpoint = leaf_to_self != parent_to_leaf && leaf_to_self != -2 && leaf_to_parent != -2 && parent_to_leaf != -2; + if (expected_mountpoint) { + TEST_CASE(is_mountpoint == expected_mountpoint, "It's a mountpoint", "It's not a mountpoint"); + } else { + Log(is_mountpoint ? "It's a mountpoint" : "It's not a mountpoint"); + } + + return true; +} + +bool CompareNormalVsPFS(fs::path path, fs::path leaf, s32 expected_normal_reclen, s32 expected_pfs_reclen) { + oi::PfsDirent pfs_dir {}; + oi::FolderDirent normal_dir {}; + const char* path_str = path.c_str(); + const char* leaf_str = leaf.c_str(); + fs::path q = path / leaf; + const char* path_full_str = q.c_str(); + + LogTest("Compare Normal and PFS dirent for", path_full_str); + if (GetDir(path, leaf, &normal_dir) == -1) { + LogError("Can't open", path_full_str, "as normal"); + } + if (GetDir(path, leaf, &pfs_dir) == -1) { + LogError("Can't open", path_full_str, "as PFS"); + } + + bool expr; + + expr = normal_dir.d_fileno == pfs_dir.d_fileno; + + { + std::stringstream ss; + ss << path_full_str << " fileno " << normal_dir.d_fileno << (expr ? " == " : " != ") << pfs_dir.d_fileno; + TEST_CASE(expr, ss.str(), ss.str()); + } + + expr = normal_dir.d_namlen == pfs_dir.d_namlen; + + { + std::stringstream ss; + ss << path_full_str << " namlen " << STR(normal_dir.d_namlen) << (expr ? " == " : " != ") << pfs_dir.d_namlen; + TEST_CASE(expr, ss.str(), ss.str()); + } + + if (expected_normal_reclen == -1 || expected_pfs_reclen == -1) + expr = normal_dir.d_reclen == pfs_dir.d_reclen; + else + expr = (normal_dir.d_reclen == expected_normal_reclen) && (pfs_dir.d_reclen == expected_pfs_reclen); + + // may not be equal, hence expected values + { + std::stringstream ss; + ss << path_full_str << " reclen " << normal_dir.d_reclen << (expr ? " == " : " != ") << pfs_dir.d_reclen; + TEST_CASE(expr, ss.str(), ss.str()); + } + + expr = memcmp(normal_dir.d_name, pfs_dir.d_name, normal_dir.d_namlen) == 0; + TEST_CASE(expr, "Names are equal", "Names are not equal", "(memcmp)") + + if (!expr) { + // just in case + normal_dir.d_name[255] = 0; + pfs_dir.d_name[255] = 0; + Log("Normal:\t", normal_dir.d_name); + Log("PFS:\t", pfs_dir.d_name); + } + + return true; +} \ No newline at end of file diff --git a/tests/code/filesystem_test/code/fs_test.h b/tests/code/filesystem_test/code/fs_test.h new file mode 100644 index 0000000..c2c8723 --- /dev/null +++ b/tests/code/filesystem_test/code/fs_test.h @@ -0,0 +1,83 @@ +#ifndef FS_TEST_H +#define FS_TEST_H + +#define UNSIGNED_INT_EQUALS(expected, actual) UNSIGNED_LONGS_EQUAL_LOCATION((uint32_t)expected, (uint32_t)actual, NULLPTR, __FILE__, __LINE__) +#define UNSIGNED_INT_EQUALS_TEXT(expected, actual, text) UNSIGNED_LONGS_EQUAL_LOCATION((uint32_t)expected, (uint32_t)actual, text, __FILE__, __LINE__) + +#include "log.h" + +#include +#include +#include +#include +#include + +namespace fs = std::filesystem; + +#define DIRENT_PFS_BUFFER_SIZE 65536 +#define DIRENT_BUFFER_SIZE 512 + +using s8 = int8_t; +using s16 = int16_t; +using s32 = int32_t; +using s64 = int64_t; + +using u8 = uint8_t; +using u16 = uint16_t; +using u32 = uint32_t; +using u64 = uint64_t; + +namespace OrbisInternals { +typedef struct PfsDirent { + s32 d_fileno; + s32 d_type; + s32 d_namlen; + s32 d_reclen; + char d_name[256]; +} PfsDirent; + +typedef struct FolderDirent { + u32 d_fileno; + u16 d_reclen; + u8 d_type; + u8 d_namlen; + char d_name[256]; +} FolderDirent; +} // namespace OrbisInternals + +void RunTests(void); +s32 TestMovements(const char* from, const char* to); +bool TestRelatives(fs::path path, bool expected_mountpoint = false); +bool CompareNormalVsPFS(fs::path path, fs::path leaf, s32 expected_normal_reclen = -1, s32 expected_pfs_reclen = -1); +bool RegenerateDir(const char* path); +bool TestDirEnts(void); +bool TestStat(fs::path path, const OrbisKernelStat* original = nullptr); +bool TestLStat(fs::path path); +bool PrepareCursedFileop(void); +bool TestFileTouch(const char* path); +int TestOpenFlags(const char* path, int32_t flags, const char* flags_str, int* errno_return = nullptr); +bool TestFileRW(const char* path, u16 to_test); +bool TestFileOps(const char* path); + +bool StatCmp(const OrbisKernelStat* lhs, const OrbisKernelStat* rhs); + +u16 dumpDirRecursive(fs::path path, int depth = 0); +u16 dumpDir(int fd); + +void PrintStatInfo(const struct stat* info); +void PrintStatInfo(const OrbisKernelStat* info); +s8 GetDir(fs::path path, fs::path leaf, OrbisInternals::FolderDirent* dirent); +s8 GetDir(fs::path path, fs::path leaf, OrbisInternals::PfsDirent* dirent); + +std::string file_mode(OrbisKernelMode mode); +ino_t get_fileno(const char* path); +ino_t get_fileno(int fd); +void Obliterate(const char* path); +void ElEsDashElAy(const char* path); +int32_t touch(const char* path); +int32_t touch(const std::string& path); +off_t GetSize(const char* path); +off_t GetSize(int fd); +int exists(const char* path); + +#endif // FS_TEST_H diff --git a/tests/code/filesystem_test/code/fs_test_tools.cpp b/tests/code/filesystem_test/code/fs_test_tools.cpp new file mode 100644 index 0000000..29757c8 --- /dev/null +++ b/tests/code/filesystem_test/code/fs_test_tools.cpp @@ -0,0 +1,523 @@ +#include "fs_test.h" + +#include +#include +#include +#include +#include +#include + +namespace oi = OrbisInternals; + +off_t GetSize(int fd) { + OrbisKernelStat st; + if (int status = sceKernelFstat(fd, &st); status < 0) return status; + return st.st_size; +} + +off_t GetSize(const char* path) { + int fd = sceKernelOpen(path, O_RDONLY, 0777); + int size = GetSize(fd); + sceKernelClose(fd); + return size; +} + +int32_t touch(const char* path) { + return sceKernelClose(sceKernelOpen(path, O_WRONLY | O_CREAT | O_TRUNC, 0777)); +} + +int32_t touch(const std::string& path) { + return sceKernelClose(sceKernelOpen(path.c_str(), O_WRONLY | O_CREAT | O_TRUNC, 0777)); +} + +ino_t get_fileno(int fd) { + struct OrbisKernelStat st {}; + int status = sceKernelFstat(fd, &st); + return (status == 0) * st.st_ino; +} + +ino_t get_fileno(const char* path) { + struct OrbisKernelStat st {}; + int fd = sceKernelOpen(path, O_RDONLY, 0777); + if (fd < 0) return 0; + int status = sceKernelFstat(fd, &st); + sceKernelClose(fd); + return (status == 0) * st.st_ino; +} + +int exists(const char* path) { + struct OrbisKernelStat ost {}; + return sceKernelStat(path, &ost); +} + +void Obliterate(const char* path) { + Log("<< rm -rf [", path, "] >>"); + std::error_code ec {}; + + std::vector entries; + for (auto& p: fs::recursive_directory_iterator(path, fs::directory_options::skip_permission_denied, ec)) + entries.push_back(p.path().string()); + + for (auto it = entries.rbegin(); it != entries.rend(); ++it) { + if (ec) { + LogError("Exception: [", ec.value(), "] :", ec.message()); + ec.clear(); + continue; + } + + const char* pp = it->c_str(); + + // see what sticks + + struct OrbisKernelStat st {0}; + + errno = 0; + sceKernelStat(pp, &st); + if (2 == errno) + // not found, good + continue; + + errno = 0; + if (S_ISDIR(st.st_mode)) sceKernelRmdir(pp); + if (S_ISREG(st.st_mode)) sceKernelUnlink(pp); + + if (errno != 0) LogError("Cannot remove [", pp, "] ( errno =", errno, ")"); + } + + errno = 0; + sceKernelRmdir(path); + + if (!(ENOENT == errno || 0 == errno)) LogError("Cannot remove [", path, "] ( errno =", errno, ")"); + + LogSuccess(">> rm -rf [", path, "] <<"); + return; +} + +void ElEsDashElAy(const char* path) { + Log("<< ls -la [", path, "] >>"); + std::error_code ec {}; + + for (const auto& entry: fs::directory_iterator(path, ec)) { + struct OrbisKernelStat st {}; + std::string pathstr = entry.path().string(); + int fd = 0; + + if (fd = sceKernelOpen(entry.path().c_str(), 0x0, 0777); fd < 0) { + LogError("Cannot open ", entry.path()); + continue; + } + if (sceKernelFstat(fd, &st) == -1) { + LogError("Cannot stat ", entry.path()); + continue; + } + + char timebuf[64]; + std::tm* t = std::localtime(&st.st_mtime); + std::strftime(timebuf, sizeof(timebuf), "%EY-%m-%d %H:%M", t); + + Log(file_mode(st.st_mode), right('0' + to_octal(st.st_mode), 8), std::dec, right(STR(st.st_nlink), 3), st.st_uid, ":", st.st_gid, right(STR(st.st_size), 8), + timebuf, pathstr); + + // uncomment for hex dump + // std::cout << "\t\t"; + // for (auto q = 0; q < sizeof(st); ++q) + // { + // std::cout << " " << std::setw(2) << std::setfill('0') << std::hex << static_cast((reinterpret_cast(&st)[q])); + // if ((q + 1) % 32 == 0) + // std::cout << std::endl + // << "\t\t"; + // } + // std::cout << std::endl; + + if (sceKernelClose(fd) < 0) LogError("Can't close [", path, "]"); + } + + LogSuccess(">> ls -la [", path, "] <<"); + return; +} + +std::string file_mode(OrbisKernelMode mode) { + std::string s; + + if (S_ISREG(mode)) + s += '-'; + else if (S_ISDIR(mode)) + s += 'd'; + else if (S_ISLNK(mode)) + s += 'l'; + else if (S_ISCHR(mode)) + s += 'c'; + else if (S_ISBLK(mode)) + s += 'b'; + else if (S_ISFIFO(mode)) + s += 'p'; + else if (S_ISSOCK(mode)) + s += 's'; + else + s += '?'; + + // owner + s += (mode & S_IRUSR) ? 'r' : '-'; + s += (mode & S_IWUSR) ? 'w' : '-'; + s += (mode & S_IXUSR) ? 'x' : '-'; + + // group + s += (mode & S_IRGRP) ? 'r' : '-'; + s += (mode & S_IWGRP) ? 'w' : '-'; + s += (mode & S_IXGRP) ? 'x' : '-'; + + // other + s += (mode & S_IROTH) ? 'r' : '-'; + s += (mode & S_IWOTH) ? 'w' : '-'; + s += (mode & S_IXOTH) ? 'x' : '-'; + + return s; +} + +u16 dumpDirRecursive(fs::path path, int depth) { + if (0 == depth) { + Log("Listing dirents of [", path.string(), "]"); + } + + std::string depEnt = "|--"; + for (u8 q = 0; q < depth; q++) { + depEnt = depEnt + "|--"; + } + depEnt[depEnt.length() - 1] = '>'; + + // Log(depDir.c_str(), path_str.c_str()); + + s32 fd = sceKernelOpen(path.c_str(), 0, 0777); + if (fd < 0) { + Log("\t\t\t\t", depEnt.c_str(), "//NO ACCESS//"); + return 0; + } + + char* buf = new char[DIRENT_BUFFER_SIZE]; + char* bufptr = buf; + s64 idx = 0; + s64 read_bytes; + + read_bytes = sceKernelGetdirentries(fd, buf, DIRENT_BUFFER_SIZE, &idx); + if (read_bytes <= 0) Log("\t\t\t\t", depEnt.c_str(), "//FAILED//"); + + u16 last_reclen = 0; + + while (read_bytes > 0) { + bufptr = buf; + char* endptr = buf + read_bytes; + while (bufptr < endptr) { + oi::FolderDirent* entry = (oi::FolderDirent*)bufptr; + bufptr += static_cast(entry->d_reclen); + if (entry->d_reclen == 0) { + Log("\t\t\t\t", depEnt.c_str(), "//BAD RECLEN//"); + break; + } + + std::string ftype {}; + switch (entry->d_type) { + default: ftype = std::to_string(entry->d_type); break; + case 2: ftype = "DEV"; break; + case 4: ftype = "DIR"; break; + case 8: ftype = "FIL"; break; + case 10: ftype = "LNK"; break; + case 12: ftype = "SOC"; break; + } + + std::string tree = depEnt + std::string(entry->d_name); + + Log("[", center(ftype, 3), "][", right(STR(entry->d_fileno), 10), "][", right(STR(entry->d_namlen), 3), "][", right(STR(entry->d_reclen), 3), "]", tree); + + last_reclen = entry->d_reclen; + + if (ftype != "DIR") continue; + // preserved: parent and child may percieve each other differently + if (strncmp(".", entry->d_name, 1) == 0) continue; + if (strncmp("..", entry->d_name, 2) == 0) continue; + + std::string child(entry->d_name); + dumpDirRecursive(path / child, depth + 1); + } + // move unread data to the beginning of the buffer + s64 diff = endptr - bufptr; + // shouldn't, but shit happens + if (diff < 0) { + Log("XDXDXDXDXDXDXDXDXDXD ", diff); + diff = 0; + } + // memmove(buf, bufptr, diff); + // read into after saved remainder + // read_bytes = sceKernelGetdirentries(fd, buf + diff, DIRENT_BUFFER_SIZE - diff, &idx) + diff; + read_bytes = sceKernelGetdirentries(fd, buf, DIRENT_BUFFER_SIZE, &idx); + } + + sceKernelClose(fd); + delete[] buf; + + if (0 == depth) { + LogSuccess("Listing dirents of [", path.string(), "]"); + } + return last_reclen; +} + +u16 dumpDir(int fd) { + std::string depEnt = "|->"; + + char* buf = new char[DIRENT_BUFFER_SIZE]; + char* bufptr = buf; + s64 idx = 0; + s64 read_bytes; + + read_bytes = sceKernelGetdirentries(fd, buf, DIRENT_BUFFER_SIZE, &idx); + if (read_bytes <= 0) Log("\t\t\t\t", depEnt.c_str(), "//FAILED//"); + + u16 last_reclen = 0; + + while (read_bytes > 0) { + bufptr = buf; + char* endptr = buf + read_bytes; + while (bufptr < endptr) { + oi::FolderDirent* entry = (oi::FolderDirent*)bufptr; + bufptr += static_cast(entry->d_reclen); + if (entry->d_reclen == 0) { + Log("\t\t\t\t", depEnt.c_str(), "//BAD RECLEN//"); + break; + } + + std::string ftype {}; + switch (entry->d_type) { + default: ftype = std::to_string(entry->d_type); break; + case 2: ftype = "DEV"; break; + case 4: ftype = "DIR"; break; + case 8: ftype = "FIL"; break; + case 10: ftype = "LNK"; break; + case 12: ftype = "SOC"; break; + } + + std::string tree = depEnt + std::string(entry->d_name); + + Log("[", center(ftype, 3), "][", right(STR(entry->d_fileno), 10), "][", right(STR(entry->d_namlen), 3), "][", right(STR(entry->d_reclen), 3), "]", tree); + + last_reclen = entry->d_reclen; + + if (ftype != "DIR") continue; + // preserved: parent and child may percieve each other differently + if (strncmp(".", entry->d_name, 1) == 0) continue; + if (strncmp("..", entry->d_name, 2) == 0) continue; + } + // move unread data to the beginning of the buffer + s64 diff = endptr - bufptr; + // shouldn't, but shit happens + if (diff < 0) { + Log("XDXDXDXDXDXDXDXDXDXD ", diff); + diff = 0; + } + memmove(buf, bufptr, diff); + // read into after saved remainder + read_bytes = sceKernelGetdirentries(fd, buf + diff, DIRENT_BUFFER_SIZE - diff, &idx) + diff; + } + + delete[] buf; + + return last_reclen; +} + +void PrintStatInfo(const struct stat* info) { + Log("stat", "info.st_dev =", info->st_dev); + Log("stat", "info.st_ino =", info->st_ino); + Log("stat", "info.st_mode =", "0" + to_octal(info->st_mode)); + Log("stat", "info.st_nlink =", info->st_nlink); + Log("stat", "info.st_uid =", info->st_uid); + Log("stat", "info.st_gid =", info->st_gid); + Log("stat", "info.st_rdev =", info->st_rdev); + Log("stat", "info.st_atim.tv_sec =", info->st_atim.tv_sec); + Log("stat", "info.st_atim.tv_nsec =", info->st_atim.tv_nsec); + Log("stat", "info.st_mtim.tv_sec =", info->st_mtim.tv_sec); + Log("stat", "info.st_mtim.tv_nsec =", info->st_mtim.tv_nsec); + Log("stat", "info.st_ctim.tv_sec =", info->st_ctim.tv_sec); + Log("stat", "info.st_ctim.tv_nsec =", info->st_ctim.tv_nsec); + Log("stat", "info.st_size = ", info->st_size); + Log("stat", "info.st_blocks =", info->st_blocks); + Log("stat", "info.st_blksize =", info->st_blksize); + Log("stat", "info.st_flags =", info->st_flags); + Log("stat", "info.st_gen =", info->st_gen); + Log("stat", "info.st_birthtim.tv_sec =", info->st_birthtim.tv_sec); + Log("stat", "info.st_birthtim.tv_nsec =", info->st_birthtim.tv_nsec); +} + +void PrintStatInfo(const OrbisKernelStat* info) { + Log("stat", "info.st_dev =", info->st_dev); + Log("stat", "info.st_ino =", info->st_ino); + Log("stat", "info.st_mode =", "0" + to_octal(info->st_mode)); + Log("stat", "info.st_nlink =", info->st_nlink); + Log("stat", "info.st_uid =", info->st_uid); + Log("stat", "info.st_gid =", info->st_gid); + Log("stat", "info.st_rdev =", info->st_rdev); + Log("stat", "info.st_atim.tv_sec =", info->st_atim.tv_sec); + Log("stat", "info.st_atim.tv_nsec =", info->st_atim.tv_nsec); + Log("stat", "info.st_mtim.tv_sec =", info->st_mtim.tv_sec); + Log("stat", "info.st_mtim.tv_nsec =", info->st_mtim.tv_nsec); + Log("stat", "info.st_ctim.tv_sec =", info->st_ctim.tv_sec); + Log("stat", "info.st_ctim.tv_nsec =", info->st_ctim.tv_nsec); + Log("stat", "info.st_size = ", info->st_size); + Log("stat", "info.st_blocks =", info->st_blocks); + Log("stat", "info.st_blksize =", info->st_blksize); + Log("stat", "info.st_flags =", info->st_flags); + Log("stat", "info.st_gen =", info->st_gen); + Log("stat", "info.st_lspare =", info->st_lspare); + Log("stat", "info.st_birthtim.tv_sec =", info->st_birthtim.tv_sec); + Log("stat", "info.st_birthtim.tv_nsec =", info->st_birthtim.tv_nsec); +} + +bool StatCmp(const OrbisKernelStat* lhs, const OrbisKernelStat* rhs) { + if (nullptr == rhs) return true; + + bool was_error = false; + was_error |= lhs->st_mode != rhs->st_mode; + was_error |= lhs->st_nlink != rhs->st_nlink; + was_error |= lhs->st_uid != rhs->st_uid; + was_error |= lhs->st_gid != rhs->st_gid; + was_error |= lhs->st_size != rhs->st_size; + was_error |= lhs->st_blocks != rhs->st_blocks; + was_error |= lhs->st_blksize != rhs->st_blksize; + was_error |= lhs->st_flags != rhs->st_flags; + + Log("---- OrbisKernelStat comparsion ----"); + Log("st_mode \tLHS = ", right("0" + to_octal(lhs->st_mode), 7), "\t|\tRHS = ", right("0" + to_octal(rhs->st_mode), 7)); + // nlink can differ between localizations, constant in RO locations + Log("st_nlink \tLHS = ", right(STR(lhs->st_nlink), 7), "\t|\tRHS = ", right(STR(rhs->st_nlink), 7)); + Log("st_uid \tLHS = ", right(STR(lhs->st_uid), 7), "\t|\tRHS = ", right(STR(rhs->st_uid), 7)); + Log("st_gid \tLHS = ", right(STR(lhs->st_gid), 7), "\t|\tRHS = ", right(STR(rhs->st_gid), 7)); + Log("st_size \tLHS = ", right(STR(lhs->st_size), 7), "\t|\tRHS = ", right(STR(rhs->st_size), 7)); + Log("st_blocks \tLHS = ", right(STR(lhs->st_blocks), 7), "\t|\tRHS = ", right(STR(rhs->st_blocks), 7)); + Log("st_blksize\tLHS = ", right(STR(lhs->st_blksize), 7), "\t|\tRHS = ", right(STR(rhs->st_blksize), 7)); + Log("st_flags \tLHS = ", right(STR(lhs->st_flags), 7), "\t|\tRHS = ", right(STR(rhs->st_flags), 7)); + return !was_error; +} + +s8 GetDir(fs::path path, fs::path leaf, oi::PfsDirent* dirent) { + const char* target_file_name = leaf.c_str(); + const u16 target_file_name_length = leaf.string().size(); + char buffer[DIRENT_PFS_BUFFER_SIZE]; + char* bufptr; + char* bufend; + u64 total_read {0}; + s64 diff; + bool found {false}; + + int fd = sceKernelOpen(path.c_str(), 0, 0777); + if (fd < 0) { + LogError("[PFS] Cannot open [", target_file_name, "]"); + return -1; + } + + s64 read_bytes = sceKernelRead(fd, buffer, DIRENT_PFS_BUFFER_SIZE); + + // redundant + while (read_bytes > 0 && !found) { + total_read += read_bytes; + bufptr = buffer; + bufend = buffer + read_bytes; + + while (bufptr < bufend) { + oi::PfsDirent* entry = (oi::PfsDirent*)bufptr; + + if (entry->d_reclen >= 0) bufptr += static_cast(entry->d_reclen); + + if (entry->d_reclen <= 0) { + LogError("[PFS] //BAD RECLEN// at offset [", std::hex, total_read, "]"); + break; + } + + if (entry->d_namlen == 0) { + LogError("[PFS] //BAD FILENAME// at offset [", std::hex, total_read, "]"); + break; + } + + if (entry->d_namlen != target_file_name_length) continue; + + if (strncmp(entry->d_name, target_file_name, target_file_name_length) == 0) { + memcpy(dirent, entry, entry->d_reclen); + found = true; + break; + } + } + + if (read_bytes < DIRENT_PFS_BUFFER_SIZE) break; + + if (found) break; + + read_bytes = sceKernelRead(fd, buffer, DIRENT_PFS_BUFFER_SIZE); + } + + fd = sceKernelClose(fd); + if (fd < 0) { + LogError("[PFS] Cannot close", target_file_name); + return -1; + } + + return found; +} + +s8 GetDir(fs::path path, fs::path leaf, oi::FolderDirent* dirent) { + const char* target_file_name = leaf.c_str(); + const u16 target_file_name_length = leaf.string().size(); + char buffer[DIRENT_BUFFER_SIZE]; + char* bufptr; + char* bufend; + u64 total_read {0}; + s64 diff; + bool found {false}; + + int fd = sceKernelOpen(path.c_str(), 0, 0777); + if (fd < 0) { + LogError("[Normal] Cannot open [", target_file_name, "]"); + return -1; + } + + s64 read_bytes = sceKernelGetdirentries(fd, buffer, DIRENT_BUFFER_SIZE, nullptr); + + // redundant + while (read_bytes > 0 && !found) { + total_read += read_bytes; + bufptr = buffer; + bufend = buffer + read_bytes; + + while (bufptr < bufend) { + oi::FolderDirent* entry = (oi::FolderDirent*)bufptr; + bufptr += static_cast(entry->d_reclen); + + if (entry->d_reclen == 0) { + LogError("[Normal] //BAD RECLEN// at offset [", std::hex, total_read, "]"); + break; + } + + if (entry->d_namlen == 0) { + LogError("[Normal] //BAD FILENAME// at offset [", std::hex, total_read, "]"); + break; + } + + if (entry->d_namlen != target_file_name_length) continue; + + if (strncmp(entry->d_name, target_file_name, target_file_name_length) == 0) { + memcpy(dirent, entry, sizeof(oi::FolderDirent)); + found = true; + break; + } + } + + if (found) break; + + // read into after saved remainder + read_bytes = sceKernelGetdirentries(fd, buffer, DIRENT_BUFFER_SIZE, nullptr); + } + + fd = sceKernelClose(fd); + if (fd < 0) { + LogError("[Normal] Cannot close", target_file_name); + return -1; + } + + return found; + +} // namespace FS_Test \ No newline at end of file diff --git a/tests/code/filesystem_test/code/log.cpp b/tests/code/filesystem_test/code/log.cpp new file mode 100644 index 0000000..150261b --- /dev/null +++ b/tests/code/filesystem_test/code/log.cpp @@ -0,0 +1,52 @@ +#include "log.h" + +#include +#include + +std::ostream& center(std::ostream& os, const std::string& s, int width) { + int len = (int)s.size(); + if (width <= len) return os << s.substr(0, width); + int left = (width - len) / 2; + int right = width - len - left; + return os << std::string(left, ' ') << s << std::string(right, ' '); +} + +std::ostream& right(std::ostream& os, const std::string& s, int width) { + int len = (int)s.size(); + if (width <= len) return os << s.substr(0, width); + int left = (width - len); + return os << std::string(left, ' ') << s; +} + +std::string center(const std::string& s, int width) { + int len = (int)s.size(); + if (width <= len) return s.substr(0, width); + int left = (width - len) / 2; + int right = width - len - left; + return std::string(left, ' ') + s + std::string(right, ' '); +} + +std::string right(const std::string& s, int width) { + int len = (int)s.size(); + if (width <= len) return s.substr(0, width); + int left = (width - len); + return std::string(left, ' ') + s; +} + +std::string to_decimal(int value) { + std::ostringstream oss; + oss << std::dec << value; + return oss.str(); +} + +std::string to_octal(int value) { + std::ostringstream oss; + oss << std::oct << value; + return oss.str(); +} + +std::string to_hex(int value) { + std::ostringstream oss; + oss << std::hex << value; + return oss.str(); +} \ No newline at end of file diff --git a/tests/code/filesystem_test/code/log.h b/tests/code/filesystem_test/code/log.h new file mode 100644 index 0000000..f4d0785 --- /dev/null +++ b/tests/code/filesystem_test/code/log.h @@ -0,0 +1,55 @@ +#pragma once + +#ifndef LOG_H +#define LOG_H + +#include +#include + +#define STR(x) std::to_string(x) + +std::ostream& center(std::ostream& os, const std::string& s, int width); +std::string center(const std::string& s, int width); +std::ostream& right(std::ostream& os, const std::string& s, int width); +std::string right(const std::string& s, int width); +std::string to_decimal(int value); +std::string to_octal(int value); +std::string to_hex(int value); + +template +void LogCustom(const char* fn, const char* msg, Args&&... args) { + std::cout << "[" << center(fn, 20) << "] " << msg; + ((std::cout << " " << args), ...); + std::cout << std::endl; +} + +#define Log(...) \ + { \ + LogCustom(__FUNCTION__, "[INFO]", ##__VA_ARGS__); \ + } + +#define LogTest(...) \ + { \ + LogCustom(__FUNCTION__, "\033[34;1m[TEST_CASE]\033[0m", ##__VA_ARGS__); \ + } + +#define LogError(...) \ + { \ + LogCustom(__FUNCTION__, "\033[31;1m[FAIL]\033[0m", ##__VA_ARGS__, "( " __FILE__ ":", __LINE__, ")"); \ + } + +#define LogSuccess(...) \ + { \ + LogCustom(__FUNCTION__, "\033[32;1m[SUCC]\033[0m", ##__VA_ARGS__); \ + } + +#define TEST_CASE(cond, success_str, fail_str, ...) \ + { \ + if (cond) { \ + LogSuccess(success_str, ##__VA_ARGS__); \ + } else { \ + LogError(fail_str, ##__VA_ARGS__); \ + } \ + } + +#endif \ No newline at end of file diff --git a/tests/code/filesystem_test/code/main.cpp b/tests/code/filesystem_test/code/main.cpp new file mode 100644 index 0000000..21be268 --- /dev/null +++ b/tests/code/filesystem_test/code/main.cpp @@ -0,0 +1,30 @@ +#include "fs_test.h" +#include "log.h" + +#include +#include + +IMPORT_TEST_GROUP(FilesystemTests); + +int main(int ac, char** av) { + // No buffering + setvbuf(stdout, NULL, _IONBF, 0); + + // Log tests start + Log(); + Log("<<<< TESTS START >>>>"); + Log(); + + // Run file system tests + RegenerateDir("/data/therapist"); + RunTests(); + int result = RUN_ALL_TESTS(ac, av); + + // Log tests end + Log(); + Log("<<<< TESTS END >>>>"); + Log(); + + sceSystemServiceLoadExec("EXIT", nullptr); + return result; +} diff --git a/tests/code/filesystem_test/sce_sys/icon0.png b/tests/code/filesystem_test/sce_sys/icon0.png new file mode 100644 index 0000000..20a851e Binary files /dev/null and b/tests/code/filesystem_test/sce_sys/icon0.png differ