Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/mbas
diff options
context:
space:
mode:
authorRafael Teixeira <monoman@gmail.com>2005-10-07 22:39:15 +0400
committerRafael Teixeira <monoman@gmail.com>2005-10-07 22:39:15 +0400
commitfeb5308425edc9b06ffffc4b402fdfd8fbd66ef9 (patch)
treed78deeb9ad17b17babf39a470937191c3ca44b4d /mcs/mbas
parent675c1b674be81660ee8c8be7c6ad06710df84edb (diff)
2005-10-07 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* in all versions of test-mbas.make at every depth added line: RUNTIME_FLAGS = --debug so that logs for individual test execution give ever so helpful stacktraces WITH line-numbers when exceptions occur in the compiler. svn path=/trunk/mcs/; revision=51426
Diffstat (limited to 'mcs/mbas')
-rw-r--r--mcs/mbas/Test/ChangeLog6
-rw-r--r--mcs/mbas/Test/errors/test-mbas.make1
-rw-r--r--mcs/mbas/Test/test-mbas.make1
-rw-r--r--mcs/mbas/Test/tests/attributes/test-mbas.make1
-rw-r--r--mcs/mbas/Test/tests/conversions/test-mbas.make1
-rw-r--r--mcs/mbas/Test/tests/directives/test-mbas.make1
-rw-r--r--mcs/mbas/Test/tests/expressions/test-mbas.make1
-rw-r--r--mcs/mbas/Test/tests/general/test-mbas.make1
-rw-r--r--mcs/mbas/Test/tests/latebinding/test-mbas.make1
-rw-r--r--mcs/mbas/Test/tests/namespace/test-mbas.make1
-rw-r--r--mcs/mbas/Test/tests/statements/test-mbas.make1
-rw-r--r--mcs/mbas/Test/tests/test-mbas.make1
-rw-r--r--mcs/mbas/Test/tests/typemembers/test-mbas.make1
-rw-r--r--mcs/mbas/Test/tests/types/test-mbas.make1
14 files changed, 19 insertions, 0 deletions
diff --git a/mcs/mbas/Test/ChangeLog b/mcs/mbas/Test/ChangeLog
index 22bbea3eedb..28bbaf21c93 100644
--- a/mcs/mbas/Test/ChangeLog
+++ b/mcs/mbas/Test/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-07 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
+ * in all versions of test-mbas.make at every depth added line:
+ RUNTIME_FLAGS = --debug
+ so that logs for individual test execution give ever so helpful
+ stacktraces WITH line-numbers when exceptions occur in the compiler.
+
2005-08-04 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* misc/RedimPreserve.vb : Refactored printing code and now test redimensioning
multiple arrays in the same statement (previously not working)
diff --git a/mcs/mbas/Test/errors/test-mbas.make b/mcs/mbas/Test/errors/test-mbas.make
index c3057f4d884..deb453b5c3e 100644
--- a/mcs/mbas/Test/errors/test-mbas.make
+++ b/mcs/mbas/Test/errors/test-mbas.make
@@ -9,6 +9,7 @@ endif
COMPILER_FLAGS = /libpath:../../../../class/lib/default /imports:System
LIBRARY_OPT = /target:library
DISTFILES = $(wildcard README.tests) $(wildcard *.vb) $(wildcard *.make) $(widlcard *.pl)
+RUNTIME_FLAGS = --debug
run-test-local:
$(MAKE) clean-local
diff --git a/mcs/mbas/Test/test-mbas.make b/mcs/mbas/Test/test-mbas.make
index 0867fc053ec..ec172b81344 100644
--- a/mcs/mbas/Test/test-mbas.make
+++ b/mcs/mbas/Test/test-mbas.make
@@ -9,6 +9,7 @@ endif
COMPILER_FLAGS = /libpath:../../../class/lib/default /imports:System
LIBRARY_OPT = /target:library
DISTFILES = $(wildcard README.tests) $(wildcard *.vb)
+RUNTIME_FLAGS = --debug
run-test-local:
$(MAKE) clean-local
diff --git a/mcs/mbas/Test/tests/attributes/test-mbas.make b/mcs/mbas/Test/tests/attributes/test-mbas.make
index d82f16e686f..079037ea83b 100644
--- a/mcs/mbas/Test/tests/attributes/test-mbas.make
+++ b/mcs/mbas/Test/tests/attributes/test-mbas.make
@@ -9,6 +9,7 @@ endif
COMPILER_FLAGS = /libpath:../../../../../class/lib/default /imports:System
LIBRARY_OPT = /target:library
DISTFILES = $(wildcard README.tests) $(wildcard *.vb) $(wildcard *.make) $(widlcard *.pl)
+RUNTIME_FLAGS = --debug
run-test-local:
$(MAKE) clean-local
diff --git a/mcs/mbas/Test/tests/conversions/test-mbas.make b/mcs/mbas/Test/tests/conversions/test-mbas.make
index d82f16e686f..079037ea83b 100644
--- a/mcs/mbas/Test/tests/conversions/test-mbas.make
+++ b/mcs/mbas/Test/tests/conversions/test-mbas.make
@@ -9,6 +9,7 @@ endif
COMPILER_FLAGS = /libpath:../../../../../class/lib/default /imports:System
LIBRARY_OPT = /target:library
DISTFILES = $(wildcard README.tests) $(wildcard *.vb) $(wildcard *.make) $(widlcard *.pl)
+RUNTIME_FLAGS = --debug
run-test-local:
$(MAKE) clean-local
diff --git a/mcs/mbas/Test/tests/directives/test-mbas.make b/mcs/mbas/Test/tests/directives/test-mbas.make
index d82f16e686f..079037ea83b 100644
--- a/mcs/mbas/Test/tests/directives/test-mbas.make
+++ b/mcs/mbas/Test/tests/directives/test-mbas.make
@@ -9,6 +9,7 @@ endif
COMPILER_FLAGS = /libpath:../../../../../class/lib/default /imports:System
LIBRARY_OPT = /target:library
DISTFILES = $(wildcard README.tests) $(wildcard *.vb) $(wildcard *.make) $(widlcard *.pl)
+RUNTIME_FLAGS = --debug
run-test-local:
$(MAKE) clean-local
diff --git a/mcs/mbas/Test/tests/expressions/test-mbas.make b/mcs/mbas/Test/tests/expressions/test-mbas.make
index d82f16e686f..079037ea83b 100644
--- a/mcs/mbas/Test/tests/expressions/test-mbas.make
+++ b/mcs/mbas/Test/tests/expressions/test-mbas.make
@@ -9,6 +9,7 @@ endif
COMPILER_FLAGS = /libpath:../../../../../class/lib/default /imports:System
LIBRARY_OPT = /target:library
DISTFILES = $(wildcard README.tests) $(wildcard *.vb) $(wildcard *.make) $(widlcard *.pl)
+RUNTIME_FLAGS = --debug
run-test-local:
$(MAKE) clean-local
diff --git a/mcs/mbas/Test/tests/general/test-mbas.make b/mcs/mbas/Test/tests/general/test-mbas.make
index d82f16e686f..079037ea83b 100644
--- a/mcs/mbas/Test/tests/general/test-mbas.make
+++ b/mcs/mbas/Test/tests/general/test-mbas.make
@@ -9,6 +9,7 @@ endif
COMPILER_FLAGS = /libpath:../../../../../class/lib/default /imports:System
LIBRARY_OPT = /target:library
DISTFILES = $(wildcard README.tests) $(wildcard *.vb) $(wildcard *.make) $(widlcard *.pl)
+RUNTIME_FLAGS = --debug
run-test-local:
$(MAKE) clean-local
diff --git a/mcs/mbas/Test/tests/latebinding/test-mbas.make b/mcs/mbas/Test/tests/latebinding/test-mbas.make
index d82f16e686f..079037ea83b 100644
--- a/mcs/mbas/Test/tests/latebinding/test-mbas.make
+++ b/mcs/mbas/Test/tests/latebinding/test-mbas.make
@@ -9,6 +9,7 @@ endif
COMPILER_FLAGS = /libpath:../../../../../class/lib/default /imports:System
LIBRARY_OPT = /target:library
DISTFILES = $(wildcard README.tests) $(wildcard *.vb) $(wildcard *.make) $(widlcard *.pl)
+RUNTIME_FLAGS = --debug
run-test-local:
$(MAKE) clean-local
diff --git a/mcs/mbas/Test/tests/namespace/test-mbas.make b/mcs/mbas/Test/tests/namespace/test-mbas.make
index d82f16e686f..079037ea83b 100644
--- a/mcs/mbas/Test/tests/namespace/test-mbas.make
+++ b/mcs/mbas/Test/tests/namespace/test-mbas.make
@@ -9,6 +9,7 @@ endif
COMPILER_FLAGS = /libpath:../../../../../class/lib/default /imports:System
LIBRARY_OPT = /target:library
DISTFILES = $(wildcard README.tests) $(wildcard *.vb) $(wildcard *.make) $(widlcard *.pl)
+RUNTIME_FLAGS = --debug
run-test-local:
$(MAKE) clean-local
diff --git a/mcs/mbas/Test/tests/statements/test-mbas.make b/mcs/mbas/Test/tests/statements/test-mbas.make
index 738dcfa43e6..f5649743ec0 100644
--- a/mcs/mbas/Test/tests/statements/test-mbas.make
+++ b/mcs/mbas/Test/tests/statements/test-mbas.make
@@ -9,6 +9,7 @@ endif
COMPILER_FLAGS = /libpath:../../../../../class/lib/default /imports:System
LIBRARY_OPT = /target:library
DISTFILES = $(wildcard README.tests) $(wildcard *.vb) $(wildcard *.make) $(widlcard *.pl)
+RUNTIME_FLAGS = --debug
run-test-local:
$(MAKE) clean-local
diff --git a/mcs/mbas/Test/tests/test-mbas.make b/mcs/mbas/Test/tests/test-mbas.make
index c2a6b696904..1d1cd0a5507 100644
--- a/mcs/mbas/Test/tests/test-mbas.make
+++ b/mcs/mbas/Test/tests/test-mbas.make
@@ -9,6 +9,7 @@ endif
COMPILER_FLAGS = /libpath:../../../../class/lib/default /imports:System
LIBRARY_OPT = /target:library
DISTFILES = $(wildcard README.tests) $(wildcard ./*/*.vb) $(wildcard *.make) $(widlcard *.pl)
+RUNTIME_FLAGS = --debug
run-test-local:
$(MAKE) clean-local
diff --git a/mcs/mbas/Test/tests/typemembers/test-mbas.make b/mcs/mbas/Test/tests/typemembers/test-mbas.make
index d82f16e686f..079037ea83b 100644
--- a/mcs/mbas/Test/tests/typemembers/test-mbas.make
+++ b/mcs/mbas/Test/tests/typemembers/test-mbas.make
@@ -9,6 +9,7 @@ endif
COMPILER_FLAGS = /libpath:../../../../../class/lib/default /imports:System
LIBRARY_OPT = /target:library
DISTFILES = $(wildcard README.tests) $(wildcard *.vb) $(wildcard *.make) $(widlcard *.pl)
+RUNTIME_FLAGS = --debug
run-test-local:
$(MAKE) clean-local
diff --git a/mcs/mbas/Test/tests/types/test-mbas.make b/mcs/mbas/Test/tests/types/test-mbas.make
index d82f16e686f..079037ea83b 100644
--- a/mcs/mbas/Test/tests/types/test-mbas.make
+++ b/mcs/mbas/Test/tests/types/test-mbas.make
@@ -9,6 +9,7 @@ endif
COMPILER_FLAGS = /libpath:../../../../../class/lib/default /imports:System
LIBRARY_OPT = /target:library
DISTFILES = $(wildcard README.tests) $(wildcard *.vb) $(wildcard *.make) $(widlcard *.pl)
+RUNTIME_FLAGS = --debug
run-test-local:
$(MAKE) clean-local