Browse Source

* 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 -

nickysn 11 years ago
parent
commit
2de6edc44e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/test/units/system/tmem.pp

+ 2 - 0
tests/test/units/system/tmem.pp

@@ -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;