Changes in / [0f6d2884:b0845f9]


Ignore:
Location:
tests/exceptions
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tests/exceptions/.expect/cardgame.arm64.txt

    r0f6d2884 rb0845f9  
    11start
     2117
     372
     466
     511
     690
    270
    3 3
    4 2
    5 4
    6 0
    7 6
    8 0
    9 3
    10 2
    11 2
     852
    1291
    13 0
    14 2
    15 1
    16 0
    17 1
    18 1
    19 2
     104294967295
     1167
     1270
     134294967295
     1492
    20150
    21160
     174294967295
     1816
     194294967295
     20126
     21103
     2223
     2378
     2434
     258
     261
     273
     2847
     29187
     305
     3189
     324294967295
     3352
     3462
     35125
     361
     37174
    22380
    23 0
    24 0
     39139
     4036
     414
     424294967295
     4342
     44114
     454
     46119
     4761
     4812
     494294967295
     5044
     516
    2552done
  • tests/exceptions/.expect/cardgame.x64.txt

    r0f6d2884 rb0845f9  
    11start
     2117
     372
     466
     511
     690
    270
    3 3
    4 2
    5 4
    6 0
    7 6
    8 0
    9 3
    10 2
    11 2
     852
    1291
    13 0
    14 2
    15 1
    16 0
    17 1
    18 1
    19 2
     104294967295
     1167
     1270
     134294967295
     1492
    20150
    21160
     174294967295
     1816
     194294967295
     20126
     21103
     2223
     2378
     2434
     258
     261
     273
     2847
     29187
     305
     3189
     324294967295
     3352
     3462
     35125
     361
     37174
    22380
    23 0
    24 0
     39139
     4036
     414
     424294967295
     4342
     44114
     454
     46119
     4761
     4812
     494294967295
     5044
     516
    2552done
  • tests/exceptions/cardgame.cfa

    r0f6d2884 rb0845f9  
    4444                for ( ;; ) {
    4545                  if ( partner[LEFT] == &player ) {                             // stop when only one player
    46                                 sout | id;
    4746                                break;
    4847                        } // exit
     
    179178
    180179                        play( *players[ prng( mprng, numPlayers ) ], numCards ); // dealer starts the game
     180                        sout | players[0]->deck;
    181181                        for ( unsigned int i = 0; i < (unsigned int)numPlayers; i += 1 ) { // delete players when the game is over
    182182                                delete( players[i] );
Note: See TracChangeset for help on using the changeset viewer.