changeset 739:0ea4c218a3ee

updated meta data for Torture
author thomask
date Sat, 12 Nov 2005 07:32:34 +0000
parents 5c6df2afb08f
children a14f98c3ae83
files nocompile/b/bug_e2ir_299_C.d nocompile/bit_02.d nocompile/c/class_19.d nocompile/debug_info_02.d nocompile/inline_07.d nocompile/invariant_17.d nocompile/invariant_26.d nocompile/new_20.d nocompile/o/opIndex_06_D.d nocompile/o/opIndex_06_E.d nocompile/o/opIndex_06_F.d nocompile/o/opIndex_06_G.d nocompile/o/opIndex_06_H.d nocompile/o/opIndex_06_I.d nocompile/s/string_postfix_06_D.d nocompile/s/string_postfix_06_E.d nocompile/s/string_postfix_06_F.d nocompile/u/unittest_06.d
diffstat 18 files changed, 154 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/nocompile/b/bug_e2ir_299_C.d	Sat Nov 12 07:30:11 2005 +0000
+++ b/nocompile/b/bug_e2ir_299_C.d	Sat Nov 12 07:32:34 2005 +0000
@@ -9,8 +9,7 @@
 
 // function literals cannot call nested functions
 
-// __DSTRESS_DFLAGS__ -inline
-// __DSTRESS_ELINE__ 20
+// __DSTRESS_ELINE__ 19
 
 module dstress.nocompile.b.bug_e2ir_299_C;
 
--- a/nocompile/bit_02.d	Sat Nov 12 07:30:11 2005 +0000
+++ b/nocompile/bit_02.d	Sat Nov 12 07:32:34 2005 +0000
@@ -2,7 +2,7 @@
 // $Date$
 // $Author$
 
-// __DSTRESS_DFLAGS__ 10
+// __DSTRESS_ELINE__ 10
 
 module dstress.nocompile.bit_02;
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/class_19.d	Sat Nov 12 07:32:34 2005 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 16 
+
+module dstress.nocompile.c.class_19;
+
+class A{
+}
+
+class B : A{
+}
+
+void main(){
+	B b = new A();
+}
+
--- a/nocompile/debug_info_02.d	Sat Nov 12 07:30:11 2005 +0000
+++ b/nocompile/debug_info_02.d	Sat Nov 12 07:32:34 2005 +0000
@@ -6,8 +6,7 @@
 // @date@	2005-03-25
 // @uri@	news:opsn61vgpg23k2f5@nrage.netwin.co.nz
 
-// __DSTRESS_DFLAGS__ -g
-// __DSTRESS_ELINE__ 14
+// __DSTRESS_ELINE__ 13
 
 module dstress.nocompile.debug_info_02;
 
--- a/nocompile/inline_07.d	Sat Nov 12 07:30:11 2005 +0000
+++ b/nocompile/inline_07.d	Sat Nov 12 07:32:34 2005 +0000
@@ -7,8 +7,7 @@
 // @uri@	news:cv77ei$27mv$3@digitaldaemon.com
 // @url@	nntp://news.digitalmars.com/digitalmars.D.bugs/3017
 
-// __DSTRESS_DFLAGS__ -inline
-// __DSTRESS_ELINE__ 22
+// __DSTRESS_ELINE__ 21
 
 module dstress.nocompile.inline_07;
 
--- a/nocompile/invariant_17.d	Sat Nov 12 07:30:11 2005 +0000
+++ b/nocompile/invariant_17.d	Sat Nov 12 07:32:34 2005 +0000
@@ -9,7 +9,8 @@
 
 // invariant may not call non-static public class member functions (stack overflow)
 
-// __DSTRESS_ELINE__ 25
+// __DSTRESS_TORTURE_BLOCK__ -release
+// __DSTRESS_ELINE__ 26
 
 module dstress.nocompile.invariant_17;
 
--- a/nocompile/invariant_26.d	Sat Nov 12 07:30:11 2005 +0000
+++ b/nocompile/invariant_26.d	Sat Nov 12 07:32:34 2005 +0000
@@ -2,7 +2,8 @@
 // $Date$
 // $Author$
 
-// __DSTRESS_ELINE__ 18
+// __DSTRESS_TORTURE_BLOCK__ -release
+// __DSTRESS_ELINE__ 19
 
 module dstress.nocompile.invariant_26;
 
--- a/nocompile/new_20.d	Sat Nov 12 07:30:11 2005 +0000
+++ b/nocompile/new_20.d	Sat Nov 12 07:32:34 2005 +0000
@@ -3,6 +3,7 @@
 // $Author$
 
 // __DSTRESS_ELINE__ 11
+// __DSTRESS_TORTURE_BLOCK__ -release
 
 module dstress.nocompile.new_20;
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/o/opIndex_06_D.d	Sat Nov 12 07:32:34 2005 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+//  __DSTRESS_ELINE__ 10
+
+module dstress.nocompile.o.opIndex_06_D;
+
+void main(){
+	const wchar c = "abc"[-1];
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/o/opIndex_06_E.d	Sat Nov 12 07:32:34 2005 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+//  __DSTRESS_ELINE__ 10
+
+module dstress.nocompile.o.opIndex_06_E;
+
+void main(){
+	const wchar c = "abc"[3];
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/o/opIndex_06_F.d	Sat Nov 12 07:32:34 2005 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+//  __DSTRESS_ELINE__ 10
+
+module dstress.nocompile.o.opIndex_06_F;
+
+void main(){
+	const dchar c = "abc"[3];
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/o/opIndex_06_G.d	Sat Nov 12 07:32:34 2005 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+//  __DSTRESS_ELINE__ 10
+
+module dstress.nocompile.o.opIndex_06_G;
+
+void main(){
+	const dchar c = "abc"[-1];
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/o/opIndex_06_H.d	Sat Nov 12 07:32:34 2005 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+//  __DSTRESS_ELINE__ 10
+
+module dstress.nocompile.o.opIndex_06_H;
+
+void main(){
+	const char c = "abc"[-1];
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/o/opIndex_06_I.d	Sat Nov 12 07:32:34 2005 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+//  __DSTRESS_ELINE__ 10
+
+module dstress.nocompile.o.opIndex_06_I;
+
+void main(){
+	const char c = "abc"[3];
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_06_D.d	Sat Nov 12 07:32:34 2005 +0000
@@ -0,0 +1,20 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 19
+
+module dstress.nocompile.s.string_postfix_06_D;
+
+void test(char[] a){
+}
+
+void test(wchar[] a){
+}
+
+void test(dchar[] a){
+}
+
+void main(){
+	test("a"c "b"w);
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_06_E.d	Sat Nov 12 07:32:34 2005 +0000
@@ -0,0 +1,20 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 19
+
+module dstress.nocompile.s.string_postfix_06_E;
+
+void test(char[] a){
+}
+
+void test(wchar[] a){
+}
+
+void test(dchar[] a){
+}
+
+void main(){
+	test("a"c "b"d);
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_06_F.d	Sat Nov 12 07:32:34 2005 +0000
@@ -0,0 +1,20 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 19
+
+module dstress.nocompile.s.string_postfix_06_F;
+
+void test(char[] a){
+}
+
+void test(wchar[] a){
+}
+
+void test(dchar[] a){
+}
+
+void main(){
+	test("a"w "b"d);
+}
--- a/nocompile/u/unittest_06.d	Sat Nov 12 07:30:11 2005 +0000
+++ b/nocompile/u/unittest_06.d	Sat Nov 12 07:32:34 2005 +0000
@@ -2,7 +2,7 @@
 // $Date$
 // $Author$
 
-// __DSTRESS_DFLAGS__ 13
+// __DSTRESS_ELINE__ 13
 
 module dstress.nocompile.u.unittest_06;