Jelajahi Sumber

* 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 tahun lalu
induk
melakukan
2de6edc44e
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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;