VirtualBox

Ignore:
Timestamp:
Aug 21, 2024 11:53:18 AM (5 months ago)
Author:
vboxsync
Message:

Disassembler/testcase: Add tstDisasmArmv8-1 testcase for testing the ARMv8 disassembler by checking the disassembled output against the original source for semantic equality, bugref:10394 [Convert ; Comments to /* and adapt the testcase to ignore those as scm wants C style license headers for *.S files...]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/testcase/tstDisasmArmv8-1.cpp

    r105748 r105758  
    6565
    6666
     67static const char *s_aszMultiStart[] =
     68{
     69    "/*",
     70    NULL
     71};
     72
     73
     74static const char *s_aszMultiEnd[] =
     75{
     76    "*/",
     77    NULL
     78};
     79
     80
    6781static const RTSCRIPTLEXTOKMATCH s_aMatches[] =
    6882{
     
    106120    NULL,
    107121    /** papszCommentMultiStart */
    108     NULL,
     122    s_aszMultiStart,
    109123    /** papszCommentMultiEnd */
    110     NULL,
     124    s_aszMultiEnd,
    111125    /** papszCommentSingleStart */
    112126    s_aszSingleStart,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette