mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-07 15:19:07 +02:00
* skip some tests for wince.
git-svn-id: trunk@4110 -
This commit is contained in:
parent
2ee656c1ad
commit
f96b571e38
@ -1,6 +1,8 @@
|
|||||||
{ Old file: tbs0016.pp }
|
{ Old file: tbs0016.pp }
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
|
{ %skiptarget=wince }
|
||||||
|
|
||||||
uses
|
uses
|
||||||
crt;
|
crt;
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
{ Old file: tbs0125.pp }
|
{ Old file: tbs0125.pp }
|
||||||
{ wrong colors with DOS CRT unit OK 0.99.6 (PFV) }
|
{ wrong colors with DOS CRT unit OK 0.99.6 (PFV) }
|
||||||
|
|
||||||
|
{ %skiptarget=wince }
|
||||||
|
|
||||||
uses
|
uses
|
||||||
crt;
|
crt;
|
||||||
var
|
var
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
{ Old file: tbs0266.pp }
|
{ Old file: tbs0266.pp }
|
||||||
{ linux crt write cuts 256 char OK 0.99.13 (PFV) }
|
{ linux crt write cuts 256 char OK 0.99.13 (PFV) }
|
||||||
|
|
||||||
|
{ %skiptarget=wince }
|
||||||
|
|
||||||
PROGRAM t10;
|
PROGRAM t10;
|
||||||
|
|
||||||
USES CRT;
|
USES CRT;
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
{ %skiptarget=wince }
|
||||||
|
|
||||||
uses
|
uses
|
||||||
crt;
|
crt;
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
{ %skiptarget=wince }
|
||||||
|
|
||||||
{
|
{
|
||||||
This file is part of the Free Pascal test suite.
|
This file is part of the Free Pascal test suite.
|
||||||
Copyright (c) 1999-2004 by the Free Pascal development team.
|
Copyright (c) 1999-2004 by the Free Pascal development team.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
{ %skiptarget=wince }
|
||||||
|
|
||||||
unit {vidutil}tu2002;
|
unit {vidutil}tu2002;
|
||||||
Interface
|
Interface
|
||||||
uses
|
uses
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{ %SKIPEMU=qemu-arm }
|
{ %SKIPEMU=qemu-arm }
|
||||||
|
{ %SKIPTARGET=wince }
|
||||||
|
|
||||||
{ Source provided for Free Pascal Bug Report 1152 }
|
{ Source provided for Free Pascal Bug Report 1152 }
|
||||||
{ Submitted by "Dirk Verwiebe" on 2000-09-30 }
|
{ Submitted by "Dirk Verwiebe" on 2000-09-30 }
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ %target=win32,wince }
|
{ %target=win32 }
|
||||||
|
|
||||||
uses Windows;
|
uses Windows;
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
{ %skiptarget=wince }
|
||||||
uses
|
uses
|
||||||
dos;
|
dos;
|
||||||
var
|
var
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ %target=win32,wince }
|
{ %target=win32 }
|
||||||
{ %OPT=-Sew }
|
{ %OPT=-Sew }
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
Loading…
Reference in New Issue
Block a user