Browse Source

* added %FAIL because cdecl and virtual are not compatible

pierre 23 years ago
parent
commit
9baf191d7b
2 changed files with 14 additions and 2 deletions
  1. 7 1
      tests/test/cg/tcalobj3.pp
  2. 7 1
      tests/test/cg/tcalpvr3.pp

+ 7 - 1
tests/test/cg/tcalobj3.pp

@@ -1,3 +1,6 @@
+{ %FAIL }
+{ this test should fail at compilation
+  because cdecl and virtual are incompatible PM }
 {****************************************************************}
 {****************************************************************}
 {  CODE GENERATOR TEST PROGRAM                                   }
 {  CODE GENERATOR TEST PROGRAM                                   }
 {  Copyright (c) 2002 Carl Eric Codere                           }
 {  Copyright (c) 2002 Carl Eric Codere                           }
@@ -3294,7 +3297,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2002-09-07 15:40:53  peter
+  Revision 1.4  2002-10-21 08:03:14  pierre
+   * added %FAIL because cdecl and virtual are not compatible
+
+  Revision 1.3  2002/09/07 15:40:53  peter
     * old logs removed and tabs fixed
     * old logs removed and tabs fixed
 
 
   Revision 1.2  2002/05/05 19:13:19  carl
   Revision 1.2  2002/05/05 19:13:19  carl

+ 7 - 1
tests/test/cg/tcalpvr3.pp

@@ -1,3 +1,6 @@
+{ %FAIL }
+{  fail added because cdecl and virtual methods are 
+   incompatible PM }
 {****************************************************************}
 {****************************************************************}
 {  CODE GENERATOR TEST PROGRAM                                   }
 {  CODE GENERATOR TEST PROGRAM                                   }
 {****************************************************************}
 {****************************************************************}
@@ -601,7 +604,10 @@ end.
 
 
 {
 {
    $Log$
    $Log$
-   Revision 1.2  2002-09-07 15:40:54  peter
+   Revision 1.3  2002-10-21 08:03:14  pierre
+    * added %FAIL because cdecl and virtual are not compatible
+
+   Revision 1.2  2002/09/07 15:40:54  peter
      * old logs removed and tabs fixed
      * old logs removed and tabs fixed
 
 
    Revision 1.1  2002/05/05 13:58:50  carl
    Revision 1.1  2002/05/05 13:58:50  carl