Browse Source

* tests are not supposed to work anymore on linux with a fixed 16 byte aligned stack

git-svn-id: trunk@43007 -
florian 5 years ago
parent
commit
49005d3948
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tests/webtbs/tw6687.pp
  2. 1 1
      tests/webtbs/tw8155.pp

+ 1 - 1
tests/webtbs/tw6687.pp

@@ -1,5 +1,5 @@
 { %cpu=i386 }
 { %cpu=i386 }
-{ %target=win32,linux,freebsd,haiku }
+{ %target=win32,freebsd,haiku }
 
 
 {$ifdef fpc}
 {$ifdef fpc}
 {$mode delphi}
 {$mode delphi}

+ 1 - 1
tests/webtbs/tw8155.pp

@@ -1,5 +1,5 @@
 { %cpu=i386 }
 { %cpu=i386 }
-{ %target=win32,linux,freebsd,haiku }
+{ %target=win32,freebsd,haiku }
 
 
 {$ifdef fpc}
 {$ifdef fpc}
 {$mode delphi}
 {$mode delphi}