Browse Source

* some cpu specific tests not run under other CPU's

carl 23 years ago
parent
commit
41f23fbc55

+ 5 - 1
tests/webtbf/tw2053.pp

@@ -1,3 +1,4 @@
+{ %FAIL }
 { Source provided for Free Pascal Bug Report 2053 }
 { Source provided for Free Pascal Bug Report 2053 }
 { Submitted by "Luis Castedo" on  2002-07-24 }
 { Submitted by "Luis Castedo" on  2002-07-24 }
 { e-mail: [email protected] }
 { e-mail: [email protected] }
@@ -38,7 +39,10 @@ end.
 
 
 {
 {
    $Log$
    $Log$
-   Revision 1.1  2002-09-27 21:09:56  carl
+   Revision 1.2  2002-10-09 16:56:46  carl
+     * some cpu specific tests not run under other CPU's
+
+   Revision 1.1  2002/09/27 21:09:56  carl
      + new bug report
      + new bug report
 
 
 }
 }

+ 1 - 0
tests/webtbs/tw0555.pp

@@ -1,3 +1,4 @@
+{ %CPU=i386 }
 { FPC behaves interestingly once encountered virtual method
 { FPC behaves interestingly once encountered virtual method
  declared as
  declared as
   procedure TWhateverObject.Method1; assembler; asm ... end;
   procedure TWhateverObject.Method1; assembler; asm ... end;

+ 1 - 0
tests/webtbs/tw0735.pp

@@ -1,3 +1,4 @@
+{ %CPU=i386 }
 {$asmmode intel}
 {$asmmode intel}
 {$inline on}
 {$inline on}
 
 

+ 1 - 0
tests/webtbs/tw0736.pp

@@ -1,3 +1,4 @@
+{ %CPU=i386 }
 {$ifdef FPC}
 {$ifdef FPC}
 {$ASMMODE INTEL}
 {$ASMMODE INTEL}
 {$INLINE ON}
 {$INLINE ON}

+ 1 - 0
tests/webtbs/tw0761.pp

@@ -1,3 +1,4 @@
+{ %CPU=i386 }
 {$asmmode intel}
 {$asmmode intel}
 Type TFather = Object A : Integer; end;
 Type TFather = Object A : Integer; end;
      TSon = Object (TFather) B : Integer; end;
      TSon = Object (TFather) B : Integer; end;

+ 1 - 0
tests/webtbs/tw0797a.pp

@@ -1,3 +1,4 @@
+{ %CPU=i386 }
 program test;
 program test;
 {$INLINE ON}
 {$INLINE ON}
 {$ASMMODE ATT}
 {$ASMMODE ATT}

+ 1 - 0
tests/webtbs/tw0848.pp

@@ -1,3 +1,4 @@
+{ %CPU=i386 }
 {$ASMMODE INTEL}
 {$ASMMODE INTEL}
 
 
 PROCEDURE a;
 PROCEDURE a;

+ 1 - 0
tests/webtbs/tw0892.pp

@@ -1,3 +1,4 @@
+{ %CPU=i386 }
 
 
 
 
 {$asmmode intel}
 {$asmmode intel}

+ 1 - 0
tests/webtbs/tw0893.pp

@@ -1,3 +1,4 @@
+{ %CPU=i386 }
 {$asmmode intel}
 {$asmmode intel}
 type
 type
     BugObject = object
     BugObject = object

+ 1 - 0
tests/webtbs/tw0925.pp

@@ -1,3 +1,4 @@
+{ %CPU=i386 }
 {$asmmode intel}
 {$asmmode intel}
 
 
 {$ifdef go32v2}
 {$ifdef go32v2}

+ 1 - 0
tests/webtbs/tw0932.pp

@@ -1,3 +1,4 @@
+{ %CPU=i386 }
 program test;
 program test;
 
 
 {$ASMMODE Intel }
 {$ASMMODE Intel }

+ 1 - 0
tests/webtbs/tw0944.pp

@@ -1,3 +1,4 @@
+{ %CPU=i386 }
 {$ifdef TP}
 {$ifdef TP}
 {$N+}
 {$N+}
 {$endif TP}
 {$endif TP}

+ 1 - 0
tests/webtbs/tw1023.pp

@@ -1,3 +1,4 @@
+{ %CPU=i386 }
 { Source provided for Free Pascal Bug Report 1023 }
 { Source provided for Free Pascal Bug Report 1023 }
 { Submitted by "Denis Yarkovoy" on  2000-07-03 }
 { Submitted by "Denis Yarkovoy" on  2000-07-03 }
 { e-mail: [email protected] }
 { e-mail: [email protected] }

+ 1 - 0
tests/webtbs/tw1066a.pp

@@ -1,3 +1,4 @@
+{ %CPU=i386 }
 { Source provided for Free Pascal Bug Report 1066 }
 { Source provided for Free Pascal Bug Report 1066 }
 { Submitted by "Fernando Oscar Schmitt" on  2000-07-24 }
 { Submitted by "Fernando Oscar Schmitt" on  2000-07-24 }
 { e-mail: [email protected] }
 { e-mail: [email protected] }

+ 1 - 0
tests/webtbs/tw1066b.pp

@@ -1,3 +1,4 @@
+{ %CPU=i386 }
 {----------------cut here----------------}
 {----------------cut here----------------}
 
 
 {$asmmode intel}
 {$asmmode intel}

+ 1 - 0
tests/webtbs/tw1090.pp

@@ -1,3 +1,4 @@
+{ %CPU=i386 }
 {$asmmode intel}
 {$asmmode intel}
 const
 const
   Number = $7FFFFFF;
   Number = $7FFFFFF;

+ 1 - 0
tests/webtbs/tw1117.pp

@@ -1,3 +1,4 @@
+{ %CPU=i386 }
 {$asmmode intel}
 {$asmmode intel}
 var
 var
   l1,l2 : longint;
   l1,l2 : longint;

+ 1 - 0
tests/webtbs/tw1122.pp

@@ -1,3 +1,4 @@
+{ %CPU=i386 }
 {$mode objfpc}
 {$mode objfpc}
 uses sysutils;
 uses sysutils;
 {$asmmode intel}
 {$asmmode intel}

+ 1 - 0
tests/webtbs/tw1157.pp

@@ -1,3 +1,4 @@
+{ %CPU=i386 }
 { Source provided for Free Pascal Bug Report 1157 }
 { Source provided for Free Pascal Bug Report 1157 }
 { Submitted by "Colin Goldie" on  2000-10-06 }
 { Submitted by "Colin Goldie" on  2000-10-06 }
 { e-mail: [email protected] }
 { e-mail: [email protected] }