VirtualBox

Changeset 64529 in vbox


Ignore:
Timestamp:
Nov 3, 2016 2:01:30 PM (8 years ago)
Author:
vboxsync
Message:

validation kit: typos

Location:
trunk/src/VBox/ValidationKit
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bootsector2-common-traprec.mac

    r62484 r64529  
    125125; Macro for installing the trap records.
    126126;
    127 ; This must be invoked prior the the traps.
     127; This must be invoked prior to the traps.
    128128;
    129129; @uses Stack
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-template.c

    r60774 r64529  
    677677                    g_usBs3TestStep++;
    678678
    679                     /* +2: Check the the CS.DPL check is done before the SS ones. Restoring the
     679                    /* +2: Check the CS.DPL check is done before the SS ones. Restoring the
    680680                           ring-0 INT 83 context triggers the CS.DPL < CPL check. */
    681681                    Bs3TrapSetJmpAndRestore(&Ctx83, &TrapCtx);
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-x0.c

    r60797 r64529  
    798798                    g_usBs3TestStep++;
    799799
    800                     /* +2: Check the the CS.DPL check is done before the SS ones. Restoring the
     800                    /* +2: Check the CS.DPL check is done before the SS ones. Restoring the
    801801                           ring-0 INT 83 context triggers the CS.DPL < CPL check. */
    802802                    Bs3TrapSetJmpAndRestore(&Ctx83, &TrapCtx);
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c16-Trap16Generic.asm

    r60657 r64529  
    159159        movzx   esp, sp
    160160
    161         ; Reserve space for the the register and trap frame.
     161        ; Reserve space for the register and trap frame.
    162162        mov     bx, (BS3TRAPFRAME_size + 7) / 8
    163163.more_zeroed_space:
     
    216216        cld
    217217
    218         ; Reserve space for the the register and trap frame.
     218        ; Reserve space for the register and trap frame.
    219219        mov     bx, (BS3TRAPFRAME_size + 7) / 8
    220220.more_zeroed_space:
     
    528528        pushfd                          ; Handler flags.
    529529
    530         ; Reserve space for the the register and trap frame.
     530        ; Reserve space for the register and trap frame.
    531531        mov     bx, (BS3TRAPFRAME_size + 15) / 16
    532532.more_zeroed_space:
     
    677677        pushf                           ; Handler flags.
    678678
    679         ; Reserve space for the the register and trap frame.
     679        ; Reserve space for the register and trap frame.
    680680        mov     bx, (BS3TRAPFRAME_size + 7) / 8
    681681.more_zeroed_space:
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c16-TrapRmV86Generic.asm

    r60661 r64529  
    126126        push    esp                     ; BP - 12h
    127127
    128         ; Reserve space for the the register and trap frame.
     128        ; Reserve space for the register and trap frame.
    129129        mov     bx, (BS3TRAPFRAME_size + 7) / 8
    130130.more_zeroed_space:
     
    182182        cld
    183183
    184         ; Reserve space for the the register and trap frame.
     184        ; Reserve space for the register and trap frame.
    185185        mov     bx, (BS3TRAPFRAME_size + 7) / 8
    186186        xor     ax, ax
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c32-Trap32Generic.asm

    r61389 r64529  
    187187.stack_flat:
    188188
    189         ; Reserve space for the the register and trap frame.
     189        ; Reserve space for the register and trap frame.
    190190        mov     eax, (BS3TRAPFRAME_size + 7) / 8
    191191AssertCompileSizeAlignment(BS3TRAPFRAME, 8)
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c64-Trap64Generic.asm

    r61389 r64529  
    119119        push    rdi
    120120
    121         ; Reserve space for the the register and trap frame.
     121        ; Reserve space for the register and trap frame.
    122122        mov     edi, (BS3TRAPFRAME_size + 15) / 16
    123123.more_zeroed_space:
     
    156156        push    rdi
    157157
    158         ; Reserve space for the the register and trap frame.
     158        ; Reserve space for the register and trap frame.
    159159        mov     edi, (BS3TRAPFRAME_size + 15) / 16
    160160.more_zeroed_space:
  • trunk/src/VBox/ValidationKit/testanalysis/diff.py

    r62484 r64529  
    3232
    3333def _findBaselineTest(oBaseline, oTest):
    34     """ Recursively finds the the test in oBaseline corresponding to oTest. """
     34    """ Recursively finds the test in oBaseline corresponding to oTest. """
    3535    if oTest.oParent is None:
    3636        return oBaseline;
  • trunk/src/VBox/ValidationKit/testanalysis/reporting.py

    r62484 r64529  
    239239
    240240    #
    241     # Tabelize the the results and display the tables.
     241    # Tabelize the results and display the tables.
    242242    #
    243243    aoTables = tabelizeTestResults(oTest, True)
  • trunk/src/VBox/ValidationKit/testmanager/webui/wuimain.py

    r62484 r64529  
    734734        # Fetch the group members.
    735735        #
    736         # If no grouping is selected, we'll fill the the grouping combo with
     736        # If no grouping is selected, we'll fill the grouping combo with
    737737        # testboxes just to avoid having completely useless combo box.
    738738        #
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