mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 15:49:27 +02:00
* skip the large mem move test (which requires 4MB of memory) in tmem.pp on 16
and 8-bit CPUs git-svn-id: trunk@27649 -
This commit is contained in:
parent
0ce9623ed8
commit
2de6edc44e
@ -336,7 +336,9 @@ begin
|
||||
test_fillchar;
|
||||
test_move;
|
||||
test_move_large(500); // 512 longints=2048 bytes
|
||||
{$ifndef CPU16}
|
||||
test_move_large(500000);
|
||||
{$endif CPU16}
|
||||
{$ifdef fpc}
|
||||
test_fillword;
|
||||
test_filldword;
|
||||
|
Loading…
Reference in New Issue
Block a user