瀏覽代碼

* skip tdir test for wince.
* tw1633 test for i386 only.
* removed SWI instruction in tw4722 test. It is not supported for arm-wince and do not needed for test.

git-svn-id: trunk@4093 -

yury 19 年之前
父節點
當前提交
f9f7531db6
共有 3 個文件被更改,包括 5 次插入1 次删除
  1. 3 0
      tests/test/units/system/tdir.pp
  2. 1 0
      tests/webtbf/tw1633.pp
  3. 1 1
      tests/webtbs/tw4722.pp

+ 3 - 0
tests/test/units/system/tdir.pp

@@ -6,6 +6,9 @@
 { Creates the following directory, and sets it as the     }
 { current directory.                                      }
 {    ../testdir                                           }
+
+{ %skiptarget=wince }
+
 Program tdir;
 {$I-}
 

+ 1 - 0
tests/webtbf/tw1633.pp

@@ -1,4 +1,5 @@
 { %fail }
+{ %cpu=i386 }
 
 {$ifdef fpc}
   {$mode delphi}

+ 1 - 1
tests/webtbs/tw4722.pp

@@ -1,11 +1,11 @@
 { %cpu=arm }
+{ %norun }
 { Source provided for Free Pascal Bug Report 4722 }
 { Submitted by "Francesco Lombardi" on  2006-01-21 }
 { e-mail: [email protected] }
 procedure SystemCall(n: integer); assembler;
 asm
   MOV    R0, R0, LSL #0x10
-  SWI    R0
 end;
 
 begin