Browse Source

* 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 years ago
parent
commit
f9f7531db6
3 changed files with 5 additions and 1 deletions
  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     }
 { Creates the following directory, and sets it as the     }
 { current directory.                                      }
 { current directory.                                      }
 {    ../testdir                                           }
 {    ../testdir                                           }
+
+{ %skiptarget=wince }
+
 Program tdir;
 Program tdir;
 {$I-}
 {$I-}
 
 

+ 1 - 0
tests/webtbf/tw1633.pp

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

+ 1 - 1
tests/webtbs/tw4722.pp

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