summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-04-12 07:26:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-04-12 07:26:02 (GMT)
commit44b8ca4b32de8e867a95d44d64c6445d6a6bc389 (patch)
tree79664d7385677d3f885b546236251724da1cc533 /tests
parent084e0e3592fe3bef1db12395401090e9d317c590 (diff)
parent8ffd9ec61e651bc933eb844c13a99927543bf8f4 (diff)
downloadtcl-44b8ca4b32de8e867a95d44d64c6445d6a6bc389.zip
tcl-44b8ca4b32de8e867a95d44d64c6445d6a6bc389.tar.gz
tcl-44b8ca4b32de8e867a95d44d64c6445d6a6bc389.tar.bz2
revert 6b6ef4e0b1, removing the temporary tests again
Diffstat (limited to 'tests')
-rw-r--r--tests/load.test4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/load.test b/tests/load.test
index 2ca6e96..b7c1a59 100644
--- a/tests/load.test
+++ b/tests/load.test
@@ -82,10 +82,6 @@ test load-2.3 {loading with no _Init procedure} -constraints [list $dll $loaded]
test load-2.4 {loading with no _SafeInit procedure} [list $dll $loaded] {
list [catch {load [file join $testDir pkga$ext] {} child} msg] $msg
} {1 {can't use package in a safe interpreter: no Pkga_SafeInit procedure}}
-# This test fails due to --export-dynamic
-test load-2.5 {loading package with symbol conflict, this test fails when using --export-dynamic} [list $dll $loaded] {
- pkga_quote
-} {I'm in pkga.c}
test load-3.1 {error in _Init procedure, same interpreter} \
[list $dll $loaded] {