소스 검색

+ added tests for already solved bug (crashed with IE in 2.0.4)

git-svn-id: trunk@7347 -
Jonas Maebe 18 년 전
부모
커밋
4ff8d4f15c
4개의 변경된 파일37개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .gitattributes
  2. 8 0
      tests/webtbf/tw8738.pas
  3. 12 0
      tests/webtbf/uw8738a.pas
  4. 14 0
      tests/webtbf/uw8738b.pas

+ 3 - 0
.gitattributes

@@ -7301,6 +7301,7 @@ tests/webtbf/tw8451.pp svneol=native#text/plain
 tests/webtbf/tw8528.pp svneol=native#text/plain
 tests/webtbf/tw8528.pp svneol=native#text/plain
 tests/webtbf/tw8583.pp svneol=native#text/plain
 tests/webtbf/tw8583.pp svneol=native#text/plain
 tests/webtbf/tw8588.pp svneol=native#text/plain
 tests/webtbf/tw8588.pp svneol=native#text/plain
+tests/webtbf/tw8738.pas svneol=native#text/plain
 tests/webtbf/tw8777a.pp svneol=native#text/plain
 tests/webtbf/tw8777a.pp svneol=native#text/plain
 tests/webtbf/tw8777b.pp svneol=native#text/plain
 tests/webtbf/tw8777b.pp svneol=native#text/plain
 tests/webtbf/tw8777c.pp svneol=native#text/plain
 tests/webtbf/tw8777c.pp svneol=native#text/plain
@@ -7321,6 +7322,8 @@ tests/webtbf/uw3450.pp svneol=native#text/plain
 tests/webtbf/uw3969.pp svneol=native#text/plain
 tests/webtbf/uw3969.pp svneol=native#text/plain
 tests/webtbf/uw4103.pp svneol=native#text/plain
 tests/webtbf/uw4103.pp svneol=native#text/plain
 tests/webtbf/uw6922.pp svneol=native#text/plain
 tests/webtbf/uw6922.pp svneol=native#text/plain
+tests/webtbf/uw8738a.pas svneol=native#text/plain
+tests/webtbf/uw8738b.pas svneol=native#text/plain
 tests/webtbs/tu2002.pp svneol=native#text/plain
 tests/webtbs/tu2002.pp svneol=native#text/plain
 tests/webtbs/tw0555.pp svneol=native#text/plain
 tests/webtbs/tw0555.pp svneol=native#text/plain
 tests/webtbs/tw0630.pp svneol=native#text/plain
 tests/webtbs/tw0630.pp svneol=native#text/plain

+ 8 - 0
tests/webtbf/tw8738.pas

@@ -0,0 +1,8 @@
+{ %fail }
+
+program test;
+
+uses uw8738b;
+
+begin
+end.

+ 12 - 0
tests/webtbf/uw8738a.pas

@@ -0,0 +1,12 @@
+unit uw8738a;
+
+interface
+
+implementation
+
+initialization
+
+finalization
+
+end.
+

+ 14 - 0
tests/webtbf/uw8738b.pas

@@ -0,0 +1,14 @@
+unit uw8738b;
+
+interface
+
+uses uw8738a, uw8738a;
+
+implementation
+
+initialization
+
+finalization
+
+end.
+