mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:29:24 +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_fillchar;
|
||||||
test_move;
|
test_move;
|
||||||
test_move_large(500); // 512 longints=2048 bytes
|
test_move_large(500); // 512 longints=2048 bytes
|
||||||
|
{$ifndef CPU16}
|
||||||
test_move_large(500000);
|
test_move_large(500000);
|
||||||
|
{$endif CPU16}
|
||||||
{$ifdef fpc}
|
{$ifdef fpc}
|
||||||
test_fillword;
|
test_fillword;
|
||||||
test_filldword;
|
test_filldword;
|
||||||
|
Loading…
Reference in New Issue
Block a user