Changes in / [0f6d2884:b0845f9]
- Location:
- tests/exceptions
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/.expect/cardgame.arm64.txt
r0f6d2884 rb0845f9 1 1 start 2 117 3 72 4 66 5 11 6 90 2 7 0 3 3 4 2 5 4 6 0 7 6 8 0 9 3 10 2 11 2 8 52 12 9 1 13 0 14 2 15 1 16 0 17 1 18 1 19 2 10 4294967295 11 67 12 70 13 4294967295 14 92 20 15 0 21 16 0 17 4294967295 18 16 19 4294967295 20 126 21 103 22 23 23 78 24 34 25 8 26 1 27 3 28 47 29 187 30 5 31 89 32 4294967295 33 52 34 62 35 125 36 1 37 174 22 38 0 23 0 24 0 39 139 40 36 41 4 42 4294967295 43 42 44 114 45 4 46 119 47 61 48 12 49 4294967295 50 44 51 6 25 52 done -
tests/exceptions/.expect/cardgame.x64.txt
r0f6d2884 rb0845f9 1 1 start 2 117 3 72 4 66 5 11 6 90 2 7 0 3 3 4 2 5 4 6 0 7 6 8 0 9 3 10 2 11 2 8 52 12 9 1 13 0 14 2 15 1 16 0 17 1 18 1 19 2 10 4294967295 11 67 12 70 13 4294967295 14 92 20 15 0 21 16 0 17 4294967295 18 16 19 4294967295 20 126 21 103 22 23 23 78 24 34 25 8 26 1 27 3 28 47 29 187 30 5 31 89 32 4294967295 33 52 34 62 35 125 36 1 37 174 22 38 0 23 0 24 0 39 139 40 36 41 4 42 4294967295 43 42 44 114 45 4 46 119 47 61 48 12 49 4294967295 50 44 51 6 25 52 done -
tests/exceptions/cardgame.cfa
r0f6d2884 rb0845f9 44 44 for ( ;; ) { 45 45 if ( partner[LEFT] == &player ) { // stop when only one player 46 sout | id;47 46 break; 48 47 } // exit … … 179 178 180 179 play( *players[ prng( mprng, numPlayers ) ], numCards ); // dealer starts the game 180 sout | players[0]->deck; 181 181 for ( unsigned int i = 0; i < (unsigned int)numPlayers; i += 1 ) { // delete players when the game is over 182 182 delete( players[i] );
Note: See TracChangeset
for help on using the changeset viewer.