Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update Eagle in externals to the beta 35 release. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4f1502bc6dc534cc291d8048313316f5 |
User & Date: | mistachkin 2016-04-01 22:18:03.328 |
Context
2016-04-08
| ||
22:10 | Update SQLite core library to the 3.12.1 release. check-in: 85962b83b1 user: mistachkin tags: trunk | |
2016-04-01
| ||
22:18 | Update Eagle in externals to the beta 35 release. check-in: 4f1502bc6d user: mistachkin tags: trunk | |
05:11 | Improve intermediate output isolation while building. check-in: 4a4ba16124 user: mistachkin tags: trunk | |
Changes
Changes to Externals/Eagle/bin/Eagle.dll.
cannot compute difference between binary files
Changes to Externals/Eagle/bin/EagleShell.exe.
cannot compute difference between binary files
Changes to Externals/Eagle/bin/EagleShell.exe.config.
︙ | ︙ | |||
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | <!-- <requiredRuntime version="v2.0.50727" safemode="false" /> <requiredRuntime version="v4.0.30319" safemode="false" /> --> </startup> <runtime> <!-- <legacyCorruptedStateExceptionsPolicy enabled="true" /> <NetFx40_LegacySecurityPolicy enabled="true" /> <generatePublisherEvidence enabled="false" /> --> <!-- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Eagle" publicKeyToken="29c6297630be05eb" culture="neutral" /> | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | <!-- <requiredRuntime version="v2.0.50727" safemode="false" /> <requiredRuntime version="v4.0.30319" safemode="false" /> --> </startup> <runtime> <!-- NOTE: These are known to be useful with Eagle. Some of these only work on the .NET Framework 4.0. --> <!-- <legacyCorruptedStateExceptionsPolicy enabled="true" /> <NetFx40_LegacySecurityPolicy enabled="true" /> <generatePublisherEvidence enabled="false" /> --> <!-- NOTE: Most of these have not been tested with Eagle. Some of these only work on the .NET Framework 2.0 -OR- .NET Framework 4.0. --> <!-- <alwaysFlowImpersonationPolicy enabled="false" /> <appDomainManagerAssembly value="Eagle, ..." /> <appDomainManagerType value="Eagle._Components.Public.DomainManager" /> <appDomainResourceMonitoring enabled="false" /> <bypassTrustedAppStrongNames enabled="false" /> <CompatSortNLSVersion enabled="4096" /> <developmentMode developerInstallation="false" /> <disableCachingBindingFailure enabled="0" /> <disableCommitThreadStack enabled="0" /> <disableFusionUpdatesFromADManager enabled="0" /> <enforceFIPSPolicy enabled="true" /> <etwEnable enabled="true" /> <forcePerformanceCounterUniqueSharedMemoryReads enabled="false" /> <gcConcurrent enabled="true" /> <gcServer enabled="false" /> <generatePublisherEvidence enabled="true" /> <legacyCorruptedStateExceptionsPolicy enabled="false" /> <legacyImpersonationPolicy enabled="false" /> <legacyV1CASPolicy enabled="false" /> <loadFromRemoteSources enabled="false" /> <NetFx40_LegacySecurityPolicy enabled="false" /> <NetFx40_PInvokeStackResilience enabled="0" /> <PreferComInsteadOfManagedRemoting enabled="false" /> <qualifyAssembly partialName="Eagle" fullName="Eagle, ..." /> <shadowCopyVerifyByTimestamp enabled="false" /> <supportPortability PKT="31bf3856ad364e35" enabled="false" /> <TimeSpan_LegacyFormatMode enabled="false" /> <UseSmallInternalThreadStacks enabled="false" /> --> <!-- NOTE: This could be used to redirect assembly binding for Eagle, to avoid needing the exact build number. --> <!-- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Eagle" publicKeyToken="29c6297630be05eb" culture="neutral" /> |
︙ | ︙ | |||
60 61 62 63 64 65 66 67 | <bindingRedirect oldVersion="1.0.0.0-1.0.65535.65535" newVersion="[info engine PatchLevel]" /> </dependentAssembly> </assemblyBinding> --> </runtime> </configuration> | > > > > > > > > > > > > > > > | 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 | <bindingRedirect oldVersion="1.0.0.0-1.0.65535.65535" newVersion="[info engine PatchLevel]" /> </dependentAssembly> </assemblyBinding> --> </runtime> <system.diagnostics> <!-- NOTE: This can be used to enable trace logging to a test file. --> <!-- <trace> <listeners> <add name="eagleLogListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="eagle.log" /> </listeners> </trace> --> </system.diagnostics> </configuration> |
Changes to Externals/Eagle/bin/EagleShell.exe.mda.config.
︙ | ︙ | |||
72 73 74 75 76 77 78 79 80 81 82 83 84 85 | <openGenericCERCall /> <overlappedFreeError /> <pInvokeLog /> <pInvokeLog> <filter> <match dllName="advapi32.dll" /> <match dllName="advpack.dll" /> <match dllName="kernel32.dll" /> <match dllName="mscoree.dll" /> <match dllName="msvcrt.dll" /> <match dllName="ntdll.dll" /> <match dllName="shell32.dll" /> <match dllName="user32.dll" /> <match dllName="wintrust.dll" /> | > | 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | <openGenericCERCall /> <overlappedFreeError /> <pInvokeLog /> <pInvokeLog> <filter> <match dllName="advapi32.dll" /> <match dllName="advpack.dll" /> <match dllName="crypt32.dll" /> <match dllName="kernel32.dll" /> <match dllName="mscoree.dll" /> <match dllName="msvcrt.dll" /> <match dllName="ntdll.dll" /> <match dllName="shell32.dll" /> <match dllName="user32.dll" /> <match dllName="wintrust.dll" /> |
︙ | ︙ |
Changes to Externals/Eagle/bin/EagleShell32.exe.
cannot compute difference between binary files
Changes to Externals/Eagle/bin/x64/Spilornis.dll.
cannot compute difference between binary files
Changes to Externals/Eagle/bin/x86/Spilornis.dll.
cannot compute difference between binary files
Changes to Externals/Eagle/lib/Eagle1.0/init.eagle.
︙ | ︙ | |||
207 208 209 210 211 212 213 214 215 216 217 218 219 220 | # NOTE: Return the important platform information for use by the test # suite or other callers. # return [expr {[isEagle] && [info exists ::eagle_platform($name)] && \ [string length [string trim $::eagle_platform($name)]] > 0 ? \ $::eagle_platform($name) : $default}] } proc getPluginPath { pattern } { # # NOTE: This should work properly in both Tcl and Eagle. # foreach loaded [info loaded] { if {[regexp -- $pattern [lindex $loaded end]]} then { | > > > > > > > > > > > > > | 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 | # NOTE: Return the important platform information for use by the test # suite or other callers. # return [expr {[isEagle] && [info exists ::eagle_platform($name)] && \ [string length [string trim $::eagle_platform($name)]] > 0 ? \ $::eagle_platform($name) : $default}] } proc getPluginName { pattern } { # # NOTE: This should work properly in both Tcl and Eagle. # foreach loaded [info loaded] { if {[regexp -- $pattern [lindex $loaded end]]} then { return [lindex $loaded 1] } } return "" } proc getPluginPath { pattern } { # # NOTE: This should work properly in both Tcl and Eagle. # foreach loaded [info loaded] { if {[regexp -- $pattern [lindex $loaded end]]} then { |
︙ | ︙ | |||
832 833 834 835 836 837 838 839 840 841 842 843 844 845 | } result] == 0} then { return $result } } return $default } proc getPluginFlags { pattern } { foreach loaded [info loaded] { set plugin [lindex $loaded end] if {[regexp -- $pattern $plugin]} then { return [string map [list , " "] \ | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 | } result] == 0} then { return $result } } return $default } proc addRuntimeOption { name } { # # NOTE: Returns non-zero if the specified runtime option was added. # if {[llength [info commands debug]] > 0} then { if {[llength [info subcommands debug runtimeoption]] > 0} then { if {[catch {debug runtimeoption add $name} result] == 0} then { return $result } } } if {[llength [info commands object]] > 0} then { if {[catch { object invoke Interpreter.GetActive AddRuntimeOption $name } result] == 0} then { return $result } } return false } proc removeRuntimeOption { name } { # # NOTE: Returns non-zero if the specified runtime option was removed. # if {[llength [info commands debug]] > 0} then { if {[llength [info subcommands debug runtimeoption]] > 0} then { if {[catch {debug runtimeoption remove $name} result] == 0} then { return $result } } } if {[llength [info commands object]] > 0} then { if {[catch { object invoke Interpreter.GetActive RemoveRuntimeOption $name } result] == 0} then { return $result } } return false } proc getBasePath {} { set assembly [object invoke -flags +NonPublic \ Eagle._Components.Private.GlobalState GetAssembly] return [object invoke -flags +NonPublic \ Eagle._Components.Private.PathOps GetBasePath $assembly \ [file dirname [lindex [info assembly] 1]]] } proc getPluginFlags { pattern } { foreach loaded [info loaded] { set plugin [lindex $loaded end] if {[regexp -- $pattern $plugin]} then { return [string map [list , " "] \ |
︙ | ︙ | |||
1463 1464 1465 1466 1467 1468 1469 | set trusted false; # NOTE: Already trusted. } try { # # NOTE: Download the script file from the web site. # | | > > > > > > > | 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 | set trusted false; # NOTE: Already trusted. } try { # # NOTE: Download the script file from the web site. # return [interp readorgetscriptfile -- "" $uri]; # synchronous. } finally { if {$trusted && \ [lindex [uri softwareupdates] end] eq "trusted"} then { # # NOTE: Stop trusting ONLY our own self-signed SSL certificate. # uri softwareupdates false } } } proc getDownloadBaseUri {} { # # NOTE: Just return the current base URI for downloads. # return [info engine DownloadBaseUri]; # NOTE: Current. } # # NOTE: This proc is used to check for new versions -OR- new update # scripts for the runtime when a user executes the interactive # "#check" command. To disable this functionality, simply # redefine this procedure to do nothing. # |
︙ | ︙ | |||
1709 1710 1711 1712 1713 1714 1715 | # # NOTE: Grab the base URI field (i.e. it may be a mirror # site). # set baseUri [lindex $fields 6] if {$checkBuild && [string length $baseUri] == 0} then { | | | 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 | # # NOTE: Grab the base URI field (i.e. it may be a mirror # site). # set baseUri [lindex $fields 6] if {$checkBuild && [string length $baseUri] == 0} then { set baseUri [getDownloadBaseUri]; # primary site. } # # NOTE: Grab the notes field (which may be empty). # set notes [lindex $fields 10] |
︙ | ︙ | |||
1735 1736 1737 1738 1739 1740 1741 | # NOTE: Are we supposed to prompt the interactive user, # if any, to upgrade now? # set text [appendArgs \ $updateUriType " build " $patchLevel ", dated " \ $dateTime ", is newer than the running build " \ $enginePatchLevel ", dated " $engineDateTime \ | | | | > > > > > > > > > > > < | | 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 | # NOTE: Are we supposed to prompt the interactive user, # if any, to upgrade now? # set text [appendArgs \ $updateUriType " build " $patchLevel ", dated " \ $dateTime ", is newer than the running build " \ $enginePatchLevel ", dated " $engineDateTime \ ", based on the data from " $updateBaseUri] if {$prompt && [isInteractive]} then { # # NOTE: Is the [object] command available? If not, # this cannot be done. # if {[llength [info commands object]] > 0} then { set messageCaption [appendArgs \ [info engine Name] " (" [lindex [info level 0] 0] \ " script)"] set messageText [appendArgs \ "The " $text \n\n "Run the updater now?"] if {$automatic} then { append messageText \n\n \ "WARNING: The updater process will be run " \ "in automatic mode and there will be no " \ "further prompts." } if {[object invoke -flags +NonPublic \ Eagle._Components.Private.WindowOps YesOrNo \ $messageText $messageCaption false]} then { # # NOTE: Ok, run the updater now and then exit. # runUpdateAndExit $automatic } } } |
︙ | ︙ | |||
1939 1940 1941 1942 1943 1944 1945 | set code 0; set result "" # # NOTE: Manually override file name to be returned by # [info script] to refer back to the originally # read script base URI. # | > > > | | > > > > | | > | 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 | set code 0; set result "" # # NOTE: Manually override file name to be returned by # [info script] to refer back to the originally # read script base URI. # set pushed false if {[llength [info commands object]] > 0} then { object invoke -flags +NonPublic Interpreter.GetActive \ PushScriptLocation $baseUri true set pushed true } try { # # NOTE: Evaluate the update script in the context of # the caller. # set code [catch {uplevel 1 $scriptData} result] } finally { # # NOTE: Reset manual override of the script file name # to be returned by [info script]. # if {$pushed} then { object invoke -flags +NonPublic Interpreter.GetActive \ PopScriptLocation true } } # # NOTE: Keep track of the number of update scripts that # generate Ok and Error return codes. # if {$code == 0} then { |
︙ | ︙ | |||
1981 1982 1983 1984 1985 1986 1987 | # NOTE: The patch level from the line is less, we are more # up-to-date than the latest version? # return [list [appendArgs \ "running build " $enginePatchLevel ", dated " \ $engineDateTime ", is newer than the " $updateUriType \ " build " $patchLevel ", dated " $dateTime \ | | | | 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 | # NOTE: The patch level from the line is less, we are more # up-to-date than the latest version? # return [list [appendArgs \ "running build " $enginePatchLevel ", dated " \ $engineDateTime ", is newer than the " $updateUriType \ " build " $patchLevel ", dated " $dateTime \ ", based on the data " "from " $updateBaseUri]] } elseif {$checkBuild} then { # # NOTE: The patch levels are equal, we are up-to-date. # return [list [appendArgs \ "running build " $enginePatchLevel ", dated " \ $engineDateTime ", is the " $updateUriType \ " build, based on the data from " $updateBaseUri]] } } } } } # |
︙ | ︙ | |||
2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 | # NOTE: Old style test, use [test1] command. # set command test1 } return [uplevel 1 [list $command $name $description] $args] } proc isObjectHandle { value } { set pattern [string map [list \\ \\\\ \[ \\\[ \] \\\]] $value] set objects [info objects $pattern] if {[llength $objects] == 1 && [lindex $objects 0] eq $value} then { return true | > > > > > > > > > > > > | 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 | # NOTE: Old style test, use [test1] command. # set command test1 } return [uplevel 1 [list $command $name $description] $args] } proc getStringFromObjectHandle { value {default ""} } { if {[isObjectHandle $value]} then { return [object invoke $value ToString] } if {[string length $default] > 0} then { return $default } return $value } proc isObjectHandle { value } { set pattern [string map [list \\ \\\\ \[ \\\[ \] \\\]] $value] set objects [info objects $pattern] if {[llength $objects] == 1 && [lindex $objects 0] eq $value} then { return true |
︙ | ︙ | |||
2337 2338 2339 2340 2341 2342 2343 | # # NOTE: This is an [unknown] procedure that normally produces an # appropriate error message; however, it can optionally try # to invoke a static object method. # # TODO: Add support for auto-loading packages here in the future? # | | | 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 | # # NOTE: This is an [unknown] procedure that normally produces an # appropriate error message; however, it can optionally try # to invoke a static object method. # # TODO: Add support for auto-loading packages here in the future? # if {[hasRuntimeOption eagleUnknownObjectInvoke] && \ [llength [info commands object]] > 0} then { # # NOTE: In the context of the caller, attempt to invoke a static # object method using the specified arguments (which may # contain variable names). # if {[catch { |
︙ | ︙ | |||
2852 2853 2854 2855 2856 2857 2858 | # # NOTE: Exports the necessary commands from this package and import them # into the global namespace. # exportAndImportPackageCommands [namespace current] [list \ isEagle isWindows isInteractive haveGaruda isTclThread isMono \ isSameFileName getEnvironmentVariable combineFlags getCompileInfo \ | | | 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 | # # NOTE: Exports the necessary commands from this package and import them # into the global namespace. # exportAndImportPackageCommands [namespace current] [list \ isEagle isWindows isInteractive haveGaruda isTclThread isMono \ isSameFileName getEnvironmentVariable combineFlags getCompileInfo \ getPlatformInfo getPluginName getPluginPath appendArgs lappendArgs \ getDictionaryValue getColumnValue getRowColumnValue tqputs tqlog \ readFile readSharedFile writeFile appendFile appendLogFile \ appendSharedFile appendSharedLogFile readAsciiFile writeAsciiFile \ readUnicodeFile writeUnicodeFile getDirResultPath addToPath \ removeFromPath execShell lshuffle ldifference filter map reduce \ getLengthModifier debug findDirectories findDirectoriesRecursive \ findFiles findFilesRecursive exportAndImportPackageCommands] false \ |
︙ | ︙ |
Changes to Externals/Eagle/lib/Eagle1.0/safe.eagle.
︙ | ︙ | |||
48 49 50 51 52 53 54 | # appropriate error message. # # TODO: Add support for auto-loading packages here in the future? # return -code error "invalid command name \"$name\"" } | > | | | | | | | | | > | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | # appropriate error message. # # TODO: Add support for auto-loading packages here in the future? # return -code error "invalid command name \"$name\"" } namespace eval ::tcl::tm { # # NOTE: Ideally, this procedure should be created in the "::tcl::tm" # namespace. # proc ::tcl::tm::UnknownHandler { original name args } { # # NOTE: Do nothing except call the original handler. # uplevel 1 $original [::linsert $args 0 $name] } } proc tclPkgUnknown { name args } { # # NOTE: Do nothing since this is [most likely] a safe # interpreter. # |
︙ | ︙ |
Changes to Externals/Eagle/lib/Eagle1.0/shell.eagle.
︙ | ︙ | |||
26 27 28 29 30 31 32 33 34 35 36 37 38 39 | ########################################################################### # # NOTE: Commands specific to initializing the Eagle interactive shell # environment should be placed here. # proc help { args } { host result Break [appendArgs \ "\nFor interactive help please use: #help " $args \ "\nFor commercial support, please use: #support\n"] catch { object invoke Interpreter.GetActive Host.WriteLine \ "\nPlease press any key to continue...\n" | > > > > > | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | ########################################################################### # # NOTE: Commands specific to initializing the Eagle interactive shell # environment should be placed here. # proc help { args } { # <help> # Displays interactive command help using the interactive "#help" # command. # </help> host result Break [appendArgs \ "\nFor interactive help please use: #help " $args \ "\nFor commercial support, please use: #support\n"] catch { object invoke Interpreter.GetActive Host.WriteLine \ "\nPlease press any key to continue...\n" |
︙ | ︙ |
Changes to Externals/Eagle/lib/Eagle1.0/test.eagle.
︙ | ︙ | |||
211 212 213 214 215 216 217 218 219 220 221 222 223 224 | set result [join [split $result] " && "] } } } return $result } proc testDebugBreak {} { if {[isEagle]} then { # # NOTE: In Eagle, simply break into the interactive loop using the # integrated script debugger. # | > > > > > > > > > > > > > > | 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 | set result [join [split $result] " && "] } } } return $result } proc fixTimingConstraints { constraints } { # # HACK: In Eagle, when the right test constraint is present, *any* tests # where PASSED / FAILED results can vary non-deterministically due # to timing issues (e.g. performance) are forbidden from causing # the overall test run to fail. # if {[isEagle] && [haveConstraint officialStableReleaseInProgress]} then { return [fixConstraints [concat $constraints [list fail.false]]] } else { return [fixConstraints $constraints] } } proc testDebugBreak {} { if {[isEagle]} then { # # NOTE: In Eagle, simply break into the interactive loop using the # integrated script debugger. # |
︙ | ︙ | |||
801 802 803 804 805 806 807 | proc getTemporaryPath {} { # # NOTE: Build the list of "temporary directory" override # environment variables to check. # set names [list] | | | 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 | proc getTemporaryPath {} { # # NOTE: Build the list of "temporary directory" override # environment variables to check. # set names [list] foreach name [list EAGLE_TEST_TEMP EAGLE_TEMP TEMP TMP] { # # NOTE: Make sure we handle all the reasonable "cases" of # the environment variable names. # lappend names [string toupper $name] [string tolower $name] \ [string totitle $name] } |
︙ | ︙ | |||
955 956 957 958 959 960 961 | proc getTestLogId {} { return [expr {[info exists ::test_log_id] ? \ [append result . $::test_log_id] : ""}] } proc getDefaultTestLog {} { | > > > | > > > | > | | 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 | proc getTestLogId {} { return [expr {[info exists ::test_log_id] ? \ [append result . $::test_log_id] : ""}] } proc getDefaultTestLog {} { set executable [info nameofexecutable] if {![info exists ::no(temporaryTestLog)]} then { set path [getTemporaryPath] } else { set path [file dirname $executable] } return [file join $path [appendArgs \ [file tail $executable] [getTestLogId] .test. [pid] .log]] } proc getTestLog {} { return [expr {[info exists ::test_log] ? $::test_log : ""}] } proc getLastTestLog {} { |
︙ | ︙ | |||
1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 | if {[info exists ::test_uncounted_leaks] && \ [string length $::test_uncounted_leaks] > 0} then { return $::test_uncounted_leaks } return [list] } # # NOTE: This procedure should return non-zero if the [exec] command may be # used by the specified test package procedure. # proc canTestExec { procName } { if {[info exists ::no(exec)]} then { | > > > > > > > > | 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 | if {[info exists ::test_uncounted_leaks] && \ [string length $::test_uncounted_leaks] > 0} then { return $::test_uncounted_leaks } return [list] } proc getTestAssemblyName {} { if {[isEagle]} then { return [lindex [split [lindex [info assembly] 0] ,] 0] } else { return Eagle } } # # NOTE: This procedure should return non-zero if the [exec] command may be # used by the specified test package procedure. # proc canTestExec { procName } { if {[info exists ::no(exec)]} then { |
︙ | ︙ | |||
1493 1494 1495 1496 1497 1498 1499 | # HACK: Prevent spurious errors dealing with [test] command options # that are missing from native Tcl. # set badOptionPattern {^bad option ".*?":\ must be -body, -cleanup, -constraints, -errorOutput,\ -match, -output, -result, -returnCodes, or -setup$} | > > > > | > | > | 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 | # HACK: Prevent spurious errors dealing with [test] command options # that are missing from native Tcl. # set badOptionPattern {^bad option ".*?":\ must be -body, -cleanup, -constraints, -errorOutput,\ -match, -output, -result, -returnCodes, or -setup$} set badMatchValuePattern {^bad -match value ".*?": must be\ exact, glob, or regexp$} if {[isEagle] || \ (![regexp -- $badOptionPattern $result] && \ ![regexp -- $badMatchValuePattern $result])} then { tputs $::test_channel [appendArgs \ "ERROR (runTest): " $result \n] } } unhookPuts } } |
︙ | ︙ | |||
1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 | if {[isEagle]} then { # # NOTE: Support for some of all of these entity types may not be # present in the interpreter, initialize all these counts # to zero and then try to query each one individually below # wrapped in a catch. # set array(scopes,$index) 0 set array(assemblies,$index) 0 set array(processes,$index) 0 set array(objects,$index) 0 set array(objectCallbacks,$index) 0 set array(objectTypes,$index) 0 set array(objectInterfaces,$index) 0 set array(objectNamespaces,$index) 0 catch {set array(scopes,$index) [llength [scope list]]} catch {set array(assemblies,$index) [llength [object assemblies]]} catch {set array(processes,$index) [llength [getProcesses ""]]} catch {set array(objects,$index) [llength [info objects]]} catch {set array(objectCallbacks,$index) [llength [info callbacks]]} catch {set array(objectTypes,$index) [llength [object types]]} catch {set array(objectInterfaces,$index) [llength [object interfaces]]} | > > | 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 | if {[isEagle]} then { # # NOTE: Support for some of all of these entity types may not be # present in the interpreter, initialize all these counts # to zero and then try to query each one individually below # wrapped in a catch. # set array(previousPid,$index) 0 set array(scopes,$index) 0 set array(assemblies,$index) 0 set array(processes,$index) 0 set array(objects,$index) 0 set array(objectCallbacks,$index) 0 set array(objectTypes,$index) 0 set array(objectInterfaces,$index) 0 set array(objectNamespaces,$index) 0 catch {set array(previousPid,$index) [expr {[info previouspid] != 0}]} catch {set array(scopes,$index) [llength [scope list]]} catch {set array(assemblies,$index) [llength [object assemblies]]} catch {set array(processes,$index) [llength [getProcesses ""]]} catch {set array(objects,$index) [llength [info objects]]} catch {set array(objectCallbacks,$index) [llength [info callbacks]]} catch {set array(objectTypes,$index) [llength [object types]]} catch {set array(objectInterfaces,$index) [llength [object interfaces]]} |
︙ | ︙ | |||
1694 1695 1696 1697 1698 1699 1700 | if {![info exists ::no(uncountedProcesses)]} then { lappend array(uncounted,$index) processes } } } | | > | | | > | 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 | if {![info exists ::no(uncountedProcesses)]} then { lappend array(uncounted,$index) processes } } } proc reportTestStatistics { channel fileName stop statsVarName filesVarName } { set statistics [list afters variables commands procedures namespaces \ files temporaryFiles channels aliases interpreters environment \ loaded] if {[isEagle]} then { # # TODO: For now, tracking "leaked" assemblies is meaningless because # the .NET Framework has no way to unload them without tearing # down the entire application domain. # lappend statistics \ previousPid scopes assemblies processes objects objectCallbacks \ objectTypes objectInterfaces objectNamespaces connections \ transactions modules delegates tcl tclInterps tclThreads \ tclCommands scriptThreads } # # NOTE: Show what leaked, if anything. # set count 0; upvar 1 $statsVarName array |
︙ | ︙ | |||
1777 1778 1779 1780 1781 1782 1783 | } # # NOTE: If we are supposed to stop or break into the debugger whenever # a leak is detected, do it now. # if {$count > 0} then { | > > > > | | 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 | } # # NOTE: If we are supposed to stop or break into the debugger whenever # a leak is detected, do it now. # if {$count > 0} then { # # BUGFIX: Is we are already stopping (e.g. due to a test failure), do # not try to stop again. # if {!$stop && [isStopOnLeak]} then { tresult Error "OVERALL RESULT: STOP-ON-LEAK\n" unset -nocomplain ::test_suite_running error ""; # no message } elseif {[isBreakOnLeak]} then { testDebugBreak } |
︙ | ︙ | |||
2053 2054 2055 2056 2057 2058 2059 | set fileNames [lshuffle $fileNames] } # # NOTE: Show the exact arguments we received since they may not # have been displayed by the caller (or anybody else). # | > | | | | | > | 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 | set fileNames [lshuffle $fileNames] } # # NOTE: Show the exact arguments we received since they may not # have been displayed by the caller (or anybody else). # if {![info exists ::no(runMetadata)]} then { tputs $channel [appendArgs "---- test run path: \"" $path \"\n] tputs $channel [appendArgs "---- test run file names: " \ [formatList [removePathFromFileNames $path $fileNames]] \n] tputs $channel [appendArgs "---- test run skip file names: " \ [formatList $skipFileNames] \n] } # # NOTE: Keep going unless this becomes true (i.e. if one of the # test files signals us to stop). # set stop false |
︙ | ︙ | |||
2091 2092 2093 2094 2095 2096 2097 | # # NOTE: In terms of files, not tests, what percent done are we now? # set percent [formatDecimal \ [expr {$total != 0 ? 100.0 * ($count / double($total)) : 100}]] if {$percent != $lastPercent} then { | > | | > | 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 | # # NOTE: In terms of files, not tests, what percent done are we now? # set percent [formatDecimal \ [expr {$total != 0 ? 100.0 * ($count / double($total)) : 100}]] if {$percent != $lastPercent} then { if {![info exists ::no(runPercent)]} then { reportTestPercent $channel $percent \ $total [llength $failed] [llength $leaked] } set lastPercent $percent } # # NOTE: If the starting file names have been specified by the caller, # skip over all the file names before one of them. |
︙ | ︙ | |||
2227 2228 2229 2230 2231 2232 2233 | if {[catch { # # NOTE: Are we being prevented from waiting before the file? # if {![info exists ::no(preWait)]} then { if {[info exists ::test_wait(pre)] && \ [string is integer -strict $::test_wait(pre)]} then { | > | | | > > > > > > > > | | | | > > > > > > > > | | | > > | | > | 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 | if {[catch { # # NOTE: Are we being prevented from waiting before the file? # if {![info exists ::no(preWait)]} then { if {[info exists ::test_wait(pre)] && \ [string is integer -strict $::test_wait(pre)]} then { if {![info exists ::no(runMetadata)]} then { tputs $channel [appendArgs \ "---- waiting for " $::test_wait(pre) \ " milliseconds before test file...\n"] } after $::test_wait(pre); # NOTE: Sleep. } } # # NOTE: Log that this test file has started. # if {![info exists ::no(runStartFile)]} then { tputs $channel [appendArgs "==== \"" $fileName "\" START\n"] } # # NOTE: Evaluate the file in the context of the caller, # catching any errors. If an error is raised and # the stop-on-failure flag is set, assume it was # a test failure and that we need to stop any and # all further processing of test files. # uplevel 1 [list source $fileName] # # NOTE: Log that this test file has ended. # if {![info exists ::no(runEndFile)]} then { tputs $channel [appendArgs "==== \"" $fileName "\" END\n"] } # # NOTE: Are we being prevented from waiting after the file? # if {![info exists ::no(postWait)]} then { if {[info exists ::test_wait(post)] && \ [string is integer -strict $::test_wait(post)]} then { if {![info exists ::no(runMetadata)]} then { tputs $channel [appendArgs \ "---- waiting for " $::test_wait(post) \ " milliseconds after test file...\n"] } after $::test_wait(post); # NOTE: Sleep. } } } error]} then { # # NOTE: Most likely, this error was caused by malformed or # incorrect code in-between the tests themselves. We # need to report this. # if {![info exists ::no(runErrorFile)]} then { tputs $channel [appendArgs "==== \"" $fileName "\" ERROR \"" \ $error \"\n] } # # NOTE: Stop further processing after this loop iteration? # if {[isStopOnFailure]} then { # # NOTE: This will terminate the loop right after the test |
︙ | ︙ | |||
2327 2328 2329 2330 2331 2332 2333 | # # NOTE: In terms of files, not tests, what percent done are we now? # set percent [formatDecimal \ [expr {$total != 0 ? 100.0 * ($count / double($total)) : 100}]] if {$percent != $lastPercent} then { | > | | > > | | | | | > > | > > > | | > > | > > | | > > | | > > | | | | | | | | | | | | | | > > | > | 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 | # # NOTE: In terms of files, not tests, what percent done are we now? # set percent [formatDecimal \ [expr {$total != 0 ? 100.0 * ($count / double($total)) : 100}]] if {$percent != $lastPercent} then { if {![info exists ::no(runPercent)]} then { reportTestPercent $channel $percent \ $total [llength $failed] [llength $leaked] } set lastPercent $percent } # # NOTE: Unset the current test file name, it is no longer # needed. # unset -nocomplain ::test_file # # NOTE: Is resource leak checking explicitly disabled? # if {![info exists ::no(leak)]} then { # # NOTE: Get "after" resource counts for leak tracking. # recordTestStatistics leaks after if {![info exists ::no(runStatistics)]} then { # # NOTE: Determine if any resource leaks have occurred and # output diagnostics as necessary if they have. # reportTestStatistics $channel $fileName $stop leaks leaked } } } else { # # NOTE: This entire file has been skipped. Record that fact in the # test suite log file. # if {![info exists ::no(runNonTestFile)]} then { tputs $channel [appendArgs \ "==== \"" $fileName "\" NON_TEST_FILE\n"] } # # NOTE: This file does not actually count towards the total (i.e. # it contains no actual tests). # incr total -1 } # # NOTE: In terms of files, not tests, what percent done are we now? # set percent [formatDecimal \ [expr {$total != 0 ? 100.0 * ($count / double($total)) : 100}]] if {$percent != $lastPercent} then { if {![info exists ::no(runPercent)]} then { reportTestPercent $channel $percent \ $total [llength $failed] [llength $leaked] } set lastPercent $percent } # # NOTE: If the test file raised an error (i.e. to indicate a # test failure with the stop-on-failure flag enabled), # break out of the test loop now. # if {$stop} then { break } } else { # # NOTE: This entire file has been skipped. Record that fact in the # test suite log file. # if {![info exists ::no(runSkippedFile)]} then { tputs $channel [appendArgs "==== \"" $fileName "\" SKIPPED\n"] } # # NOTE: This file does not actually count towards the total (i.e. # it is part of the test suite infrastructure). # incr total -1 } # # NOTE: In terms of files, not tests, what percent done are we now? # set percent [formatDecimal \ [expr {$total != 0 ? 100.0 * ($count / double($total)) : 100}]] if {$percent != $lastPercent} then { if {![info exists ::no(runPercent)]} then { reportTestPercent $channel $percent \ $total [llength $failed] [llength $leaked] } set lastPercent $percent } } # # NOTE: Reset the host title because we may have changed it in the for # loop (above). # if {![info exists ::no(runPercent)]} then { clearTestPercent $channel } if {![info exists ::no(runMetadata)]} then { tputs $channel [appendArgs "---- sourced " $count " test " \ [expr {$count > 1 ? "files" : "file"}] \n] # # NOTE: Show the files that had failing and/or leaking tests. # if {[llength $failed] > 0} then { tputs $channel [appendArgs "---- files with failing tests: " \ [formatList $failed] \n] } if {[llength $leaked] > 0} then { tputs $channel [appendArgs "---- files with leaking tests: " \ [formatList $leaked] \n] } } if {![info exists ::no(runStatisticCounts)]} then { reportTestStatisticCounts $channel leaks } } proc isTestSuiteRunning {} { # # NOTE: Return non-zero if the test suite appears to be running. # return [expr {[info exists ::test_suite_running] && \ |
︙ | ︙ | |||
2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 | } amd64 { return x64 } ia32_on_win64 { return wow64 } default { return unknown } } } proc architectureForPlatform { platform } { | > > > | 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 | } amd64 { return x64 } ia32_on_win64 { return wow64 } arm64 { return arm64 } default { return unknown } } } proc architectureForPlatform { platform } { |
︙ | ︙ | |||
2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 | x64 { return x64 } ia32_on_win64 - wow64 { return ia32_on_win64 } default { return unknown } } } if {[isEagle]} then { | > > > | 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 | x64 { return x64 } ia32_on_win64 - wow64 { return ia32_on_win64 } arm64 { return arm64 } default { return unknown } } } if {[isEagle]} then { |
︙ | ︙ | |||
3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 | tputs $channel [appendArgs \ "---- purge \"" $name "\" results: " $result \n] catch {uplevel 1 [list debug cleanup]} result tputs $channel [appendArgs \ "---- cleanup \"" $name "\" results: " $result \n] } proc evalWithTimeout { script {milliseconds 2000} {resultVarName ""} } { # # NOTE: Verify that the number of milliseconds requested is greater than # zero. # | > > > > > > > > > > > > | 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 | tputs $channel [appendArgs \ "---- purge \"" $name "\" results: " $result \n] catch {uplevel 1 [list debug cleanup]} result tputs $channel [appendArgs \ "---- cleanup \"" $name "\" results: " $result \n] catch {uplevel 1 [list object invoke -flags +NonPublic \ Eagle._Components.Private.EnumOps ClearEnumCache]} result tputs $channel [appendArgs \ "---- EnumOps cleanup results: " $result \n] catch {uplevel 1 [list object invoke -flags +NonPublic \ Eagle._Components.Private.HelpOps ClearHelpCache]} result tputs $channel [appendArgs \ "---- HelpOps cleanup results: " $result \n] } proc evalWithTimeout { script {milliseconds 2000} {resultVarName ""} } { # # NOTE: Verify that the number of milliseconds requested is greater than # zero. # |
︙ | ︙ | |||
3250 3251 3252 3253 3254 3255 3256 | after flags =$flags } } finally { interp bgerror {} $bgerror } } | | | > > > > > > > > > > | 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 | after flags =$flags } } finally { interp bgerror {} $bgerror } } proc tclLoadForTest { {varName ""} {findFlags ""} {loadFlags ""} } { if {[string length $varName] > 0} then { upvar 1 $varName loaded } set loaded 0 if {![tcl ready]} then { set command [list tcl load] if {[string length $findFlags] > 0} then { lappend command -findflags $findFlags } if {[string length $loadFlags] > 0} then { lappend command -loadflags $loadFlags } uplevel 1 $command; set loaded 1 set module [tcl module] set interp [tcl master] tputs $::test_channel [appendArgs \ "---- native Tcl loaded, module \"" $module \ "\", interpreter \"" $interp \"\n] |
︙ | ︙ | |||
3364 3365 3366 3367 3368 3369 3370 | # NOTE: We could not execute the native Tcl shell (perhaps one # is not available?). # return [expr {$verbose ? [appendArgs "error: " $result] : "error"}] } } finally { # | > > > > | | | | | | | | | | > | 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 | # NOTE: We could not execute the native Tcl shell (perhaps one # is not available?). # return [expr {$verbose ? [appendArgs "error: " $result] : "error"}] } } finally { # # NOTE: Should we delete the temporary file we created, if any? # if {![info exists ::no(deleteTestExecTclFile)]} then { # # NOTE: Did we create a temporary file to hold the Tcl script? # if {[info exists fileName] && \ [string length $fileName] > 0 && \ [file exists $fileName]} then { # # NOTE: Delete the temporary file we used to query the machine # type for the native Tcl shell. # catch {file delete $fileName} } } } } proc getTclVersionForTclShell { {shell ""} } { return [testExecTclScript { puts -nonewline stdout [info tclversion] |
︙ | ︙ | |||
3599 3600 3601 3602 3603 3604 3605 | # # NOTE: We need several of our test related commands in the global # namespace as well. # exportAndImportPackageCommands [namespace current] [list \ tputs ttclLog tlog getSoftwareRegistryKey haveConstraint \ addConstraint haveOrAddConstraint getConstraints removeConstraint \ | > | | | | | | | 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 | # # NOTE: We need several of our test related commands in the global # namespace as well. # exportAndImportPackageCommands [namespace current] [list \ tputs ttclLog tlog getSoftwareRegistryKey haveConstraint \ addConstraint haveOrAddConstraint getConstraints removeConstraint \ fixConstraints fixTimingConstraints calculateBogoCops \ calculateRelativePerformance formatTimeStamp formatElapsedTime \ sourceIfValid processTestArguments getTclShellFileName \ getTemporaryPath getFiles getTestFiles getTestRunId getTestLogId \ getDefaultTestLog getTestLog getLastTestLog getTestSuite \ getTestMachine getTestPlatform getTestConfiguration getTestSuffix \ getTestUncountedLeaks getTestAssemblyName testExec testClrExec \ execTestShell isRandomOrder isBreakOnLeak isStopOnFailure \ isStopOnLeak isExitOnComplete returnInfoScript runTestPrologue \ runTestEpilogue hookPuts unhookPuts runTest testDebugBreak \ testArrayGet testShim tsource recordTestStatistics \ reportTestStatistics formatList formatListAsDict pathToRegexp \ inverseLsearchGlob removePathFromFileNames formatDecimal \ clearTestPercent reportTestPercent runAllTests isTestSuiteRunning \ |
︙ | ︙ |
Changes to Externals/Eagle/lib/Test1.0/constraints.eagle.
︙ | ︙ | |||
18 19 20 21 22 23 24 | # NOTE: Use our own namespace here because even though we do not directly # support namespaces ourselves, we do not want to pollute the global # namespace if this script actually ends up being evaluated in Tcl. # namespace eval ::Eagle { proc getKnownBuildTypes {} { return [list \ | | | > | | | | | | > | | | | | | | | > | | | | | > | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | # NOTE: Use our own namespace here because even though we do not directly # support namespaces ourselves, we do not want to pollute the global # namespace if this script actually ends up being evaluated in Tcl. # namespace eval ::Eagle { proc getKnownBuildTypes {} { return [list \ NetFx20 NetFx35 NetFx40 NetFx45 NetFx451 NetFx452 \ NetFx46 NetFx461 Bare LeanAndMean Database MonoOnUnix \ Development] } proc getKnownCompileOptions {} { return [list \ APPDOMAINS APPROVED_VERBS ARM ARM64 ASSEMBLY_RELEASE \ ASSEMBLY_STRONG_NAME_TAG ASSEMBLY_TAG ASSEMBLY_TEXT ASSEMBLY_URI \ BREAK_ON_EXITING BREAKPOINTS CACHE_ARGUMENT_TOSTRING \ CACHE_ARGUMENTLIST_TOSTRING CACHE_DICTIONARY CACHE_RESULT_TOSTRING \ CACHE_STATISTICS CACHE_STRINGLIST_TOSTRING CALLBACK_QUEUE CAS_POLICY \ CODE_ANALYSIS COM_TYPE_CACHE CONSOLE DAEMON DATA DEAD_CODE DEBUG \ DEBUGGER DEBUGGER_ARGUMENTS DEBUGGER_ENGINE DEBUGGER_EXECUTE \ DEBUGGER_EXPRESSION DEBUGGER_VARIABLE DEBUG_TRACE DEBUG_WRITE DRAWING \ DYNAMIC EAGLE EMBEDDED_LIBRARY EMBED_CERTIFICATE EXECUTE_CACHE \ EXPRESSION_FLAGS FAST_ERRORCODE FAST_ERRORINFO FOR_TEST_USE_ONLY \ HAVE_SIZEOF HISTORY IA64 INTERACTIVE_COMMANDS INTERNALS_VISIBLE_TO \ ISOLATED_INTERPRETERS ISOLATED_PLUGINS LIBRARY LICENSING \ LIMITED_EDITION LIST_CACHE MONO MONO_BUILD MONO_HACKS MONO_LEGACY \ NATIVE NATIVE_PACKAGE NATIVE_THREAD_ID NATIVE_UTILITY \ NATIVE_UTILITY_BSTR NETWORK NET_20 NET_20_FAST_ENUM NET_20_ONLY \ NET_20_SP1 NET_20_SP2 NET_30 NET_35 NET_40 NET_45 NET_451 NET_452 \ NET_46 NET_461 NON_WORKING_CODE NOTIFY NOTIFY_ACTIVE NOTIFY_ARGUMENTS \ NOTIFY_EXCEPTION NOTIFY_EXECUTE NOTIFY_EXPRESSION NOTIFY_GLOBAL \ NOTIFY_OBJECT OBSOLETE OBFUSCATION OFFICIAL PARSE_CACHE PATCHLEVEL \ PLUGIN_COMMANDS POLICY_TRACE PREVIOUS_RESULT RANDOMIZE_ID REMOTING \ SAMPLE SECURITY SERIALIZATION SHARED_ID_POOL SHELL SOURCE_ID \ SOURCE_TIMESTAMP STATIC TCL TCL_KITS TCL_THREADED TCL_THREADS \ TCL_UNICODE TCL_WRAPPER TEST THREADING THROW_ON_DISPOSED TRACE \ TYPE_CACHE UNIX USE_APPDOMAIN_FOR_ID USE_NAMESPACES VERBOSE WEB \ WINDOWS WINFORMS WIX_30 WIX_35 WIX_36 WIX_37 WIX_38 WIX_39 WIX_310 \ X64 X86 XML] } proc getKnownMonoVersions { {force false} } { # # NOTE: This job of this procedure is to return the list of "known" # versions of Mono supported by the test suite infrastructure. # if {$force || ![info exists ::no(monoVersions)]} then { return [list \ [list 2 0] [list 2 2] [list 2 4] [list 2 6] [list 2 8] [list 2 10] \ [list 2 11] [list 2 12] [list 3 0] [list 3 1] [list 3 2] [list 3 3] \ [list 3 4] [list 3 5] [list 3 6] [list 3 8] [list 3 10] [list 3 12] \ [list 4 0] [list 4 2]] } } # # NOTE: This procedure was adapted from the one listed on the Tcl Wiki page # at "http://wiki.tcl.tk/43". It is only intended to be used on very # small lists because of its heavy use of recursion and complexity on # the order of O(N!). |
︙ | ︙ | |||
110 111 112 113 114 115 116 117 118 119 120 121 122 123 | # the default value (i.e. it always fully checks readiness), # return true. # return [expr { [catch {interp readylimit {}} readylimit] || $readylimit == 0 }] } # # NOTE: This procedure should return non-zero if the "whoami" command may # be executed by the test suite infrastructure outside the context # of any specific tests. # proc canExecWhoAmI {} { | > > > > > > > > > > > > > > > > | 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 | # the default value (i.e. it always fully checks readiness), # return true. # return [expr { [catch {interp readylimit {}} readylimit] || $readylimit == 0 }] } proc canExecComSpec {} { if {[info exists ::no(exec)]} then { return false } if {[info exists ::no(comSpec)]} then { return false } if {[info exists ::no(canExecComSpec)]} then { return false } return true } # # NOTE: This procedure should return non-zero if the "whoami" command may # be executed by the test suite infrastructure outside the context # of any specific tests. # proc canExecWhoAmI {} { |
︙ | ︙ | |||
479 480 481 482 483 484 485 | # if {[info exists ::tcl_platform(os)] && \ [string length $::tcl_platform(os)] > 0 && \ [info exists ::tcl_platform(osVersion)] && \ [string length $::tcl_platform(osVersion)] > 0 && \ [regexp -- {^\d+\.\d+$} $::tcl_platform(osVersion)]} then { # | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | > | | | > > > > > > > | 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 | # if {[info exists ::tcl_platform(os)] && \ [string length $::tcl_platform(os)] > 0 && \ [info exists ::tcl_platform(osVersion)] && \ [string length $::tcl_platform(osVersion)] > 0 && \ [regexp -- {^\d+\.\d+$} $::tcl_platform(osVersion)]} then { # # NOTE: Grab the reported Windows version. # set osVersion $::tcl_platform(osVersion) # # NOTE: Double check that we are not being lied to by Windows # about its real version number. # set extra "" if {[canExecComSpec] && [info exists ::env(ComSpec)]} then { # # NOTE: Take advantage of the Windows command processor to # run its internal VER command, which appears to always # report the real Windows version number. # if {[catch { exec $::env(ComSpec) /C VER } comSpecVersion] == 0 && \ [regexp -- {Version (\d+\.\d+)} $comSpecVersion \ dummy comSpecVersion]} then { # # NOTE: If the value reported to the process does not match # the value returned from the Windows command processor, # replace it. We must know the real Windows version. # if {$osVersion eq $comSpecVersion} then { set extra "---- Reported and detected Windows versions match\n" } else { set extra [appendArgs \ "==== WARNING: Reported and detected Windows versions " \ "do not match: " $osVersion " versus " $comSpecVersion \ ", resetting...\n"] set osVersion $comSpecVersion } } } # # NOTE: Start out with the OS name, removing all spaces and then # append the reported (or detected) OS version number. # set version [appendArgs \ [string map [list " " ""] $::tcl_platform(os)] _ \ $osVersion] # # NOTE: Add constraint containing the OS name and version number. # addConstraint [appendArgs osVersion. $version] # # NOTE: Show what we found for the OS name and version number. # tputs $channel [appendArgs \ "yes (" $::tcl_platform(os) " v" $osVersion ")\n"] # # NOTE: Log any extra message now. # if {[string length $extra] > 0} then { tputs $channel $extra } # # NOTE: We are done here, return now. # return } } |
︙ | ︙ | |||
769 770 771 772 773 774 775 776 777 778 779 780 781 782 | if {$validFile} then { # # NOTE: Add a constraint to show that a valid Fossil # repository file appears to be available. # addConstraint fossil_repository_file # # NOTE: If we are not prevented from doing so, save # the test repository file for the repository # currently in use to a suitably named global # variable. # if {![info exists ::no(setRepositoryFile)]} then { | > > > > > | 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 | if {$validFile} then { # # NOTE: Add a constraint to show that a valid Fossil # repository file appears to be available. # addConstraint fossil_repository_file # # NOTE: Make sure the file name is fully normalized. # set repository [file normalize $repository] # # NOTE: If we are not prevented from doing so, save # the test repository file for the repository # currently in use to a suitably named global # variable. # if {![info exists ::no(setRepositoryFile)]} then { |
︙ | ︙ | |||
930 931 932 933 934 935 936 | proc checkForShell { channel } { tputs $channel "---- checking for shell... " set name [file rootname [file tail [info nameofexecutable]]] if {[isEagle]} then { | > > > > > > | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 | proc checkForShell { channel } { tputs $channel "---- checking for shell... " set name [file rootname [file tail [info nameofexecutable]]] if {[isEagle]} then { # # NOTE: By default, use strict matching of the shell executable # name (exact); otherwise, match any executable names that # start with "Eagle". # if {![info exists ::no(strictCheckForShell)]} then { set match [expr {$name eq "Eagle" || $name eq "EagleShell"}] } else { set match [string match Eagle* $name] } # # NOTE: Does the name of the executable file appear to be a match # for one of the "well-known" shells? # if {$match} then { # # NOTE: We are running in Eagle via the EagleShell. # addConstraint shell addConstraint [appendArgs shell. $name] tputs $channel "yes (Eagle)\n" # # NOTE: We are done here, return now. # return } } else { if {[string match tclsh* $name]} then { # # NOTE: We are running in Tcl via tclsh. # addConstraint shell addConstraint [appendArgs shell. $name] tputs $channel "yes (Tcl)\n" # # NOTE: We are done here, return now. # return } } tputs $channel no\n } proc checkForOfficialStableReleaseInProgress { channel } { # # NOTE: If the tests appear to be running as part of the official stable # release process for Eagle, then add the test constraint that will # be checked by the [fixTimingConstraints] procedure, so that tests # using it will not be counted against the overall results of the # test run. # tputs $channel "---- checking for official stable release in progress... " if {[info exists ::env(OFFICIAL)] && [info exists ::env(STABLE)]} then { addConstraint officialStableReleaseInProgress tputs $channel yes\n } else { tputs $channel no\n } } proc checkForDebug { channel } { tputs $channel "---- checking for debug... " if {[info exists ::tcl_platform(debug)] && $::tcl_platform(debug)} then { addConstraint debug |
︙ | ︙ | |||
1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 | addConstraint [appendArgs command. $name] tputs $channel yes\n } else { tputs $channel no\n } } proc checkForNamespaces { channel quiet } { tputs $channel "---- checking for namespace support... " if {[isEagle]} then { # # NOTE: Check if namespace support was compiled into the core | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 | addConstraint [appendArgs command. $name] tputs $channel yes\n } else { tputs $channel no\n } } proc checkForSubCommand { channel names } { tputs $channel [appendArgs "---- checking for sub-command \"" $names \ "\"... "] # # NOTE: Is the sub-command available? The list of names must have # exactly two elements. The first element must be the command # name and the second element must be the sub-command name. # if {[llength $names] == 2} then { set commandName [lindex $names 0] set subCommandName [lindex $names 1] if {[isEagle]} then { if {[catch { # # NOTE: For Eagle, use the [info subcommands] sub-command. # info subcommands $commandName } subCommands] == 0} then { if {[lsearch -exact -- $subCommands $subCommandName] != -1} then { # # NOTE: Yes, it appears that it is available. # addConstraint [appendArgs \ subCommand. $commandName . $subCommandName] # # NOTE: Show that the sub-command was found. # tputs $channel yes\n # # NOTE: We are done here, return now. # return } } } elseif {$::tcl_version >= 8.5} then { if {[catch { # # NOTE: For Tcl 8.5+, use the [namespace ensemble] sub-command. # namespace ensemble configure $commandName } subCommands] == 0} then { foreach {name value} [getDictionaryValue $subCommands -map] { if {$name eq $subCommandName} then { # # NOTE: Yes, it appears that it is available. # addConstraint [appendArgs \ subCommand. $commandName . $subCommandName] # # NOTE: Show that the sub-command was found. # tputs $channel yes\n # # NOTE: We are done here, return now. # return } } } } } tputs $channel no\n } proc checkForNamespaces { channel quiet } { tputs $channel "---- checking for namespace support... " if {[isEagle]} then { # # NOTE: Check if namespace support was compiled into the core |
︙ | ︙ | |||
1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 | addConstraint tip429 tputs $channel yes\n } else { tputs $channel no\n } } proc checkForTiming { channel threshold {constraint ""} {tries 1} {delay 1000} {average false} {asynchronous false} } { tputs $channel [appendArgs \ "---- checking for precision timing (threshold of " $threshold \ " milliseconds" [expr {$average ? " average" : ""}] ", delay of " \ | > > > > > > > > > > > > > > > | 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 | addConstraint tip429 tputs $channel yes\n } else { tputs $channel no\n } } proc checkForTip440 { channel } { tputs $channel "---- checking for TIP #440... " # # NOTE: Is the interpreter TIP #440 ready? # if {[catch {set ::tcl_platform(engine)} engine] == 0} then { addConstraint tip440 tputs $channel [appendArgs "yes (" $engine ")\n"] } else { tputs $channel no\n } } proc checkForTiming { channel threshold {constraint ""} {tries 1} {delay 1000} {average false} {asynchronous false} } { tputs $channel [appendArgs \ "---- checking for precision timing (threshold of " $threshold \ " milliseconds" [expr {$average ? " average" : ""}] ", delay of " \ |
︙ | ︙ | |||
1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 | tputs $channel yes\n } } else { tputs $channel no\n } } proc checkForTimeIntensive { channel } { tputs $channel "---- checking for time intensive testing... " # # NOTE: Are we allowed to do time intensive testing? # | > > > > > > > > > > > > > > > > | 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 | tputs $channel yes\n } } else { tputs $channel no\n } } proc checkForProcessorIntensive { channel } { tputs $channel "---- checking for processor intensive testing... " # # NOTE: Are we allowed to do processor intensive testing? # if {![info exists ::no(processorIntensive)]} then { addConstraint maybeProcessorIntensive addConstraint processorIntensive tputs $channel yes\n } else { tputs $channel no\n } } proc checkForTimeIntensive { channel } { tputs $channel "---- checking for time intensive testing... " # # NOTE: Are we allowed to do time intensive testing? # |
︙ | ︙ | |||
1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 | tputs $channel yes\n } else { tputs $channel no\n } } else { addConstraint stackIntensive tputs $channel yes\n } } else { tputs $channel no\n } } | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 | tputs $channel yes\n } else { tputs $channel no\n } } else { addConstraint stackIntensive tputs $channel yes\n } } else { tputs $channel no\n } } proc checkForStackSize { channel } { tputs $channel "---- checking for stack size... " # # NOTE: Are we allowed to do stack size testing? # if {![info exists ::no(stackSize)]} then { if {[isEagle]} then { # # NOTE: Attempt to query for the executable stack size. # if {[catch { set reserve [object invoke -create UIntPtr Zero] set commit [object invoke -create UIntPtr Zero] object invoke -flags +NonPublic \ Eagle._Components.Private.FileOps \ GetPeFileStackReserveAndCommit \ [info nameofexecutable] reserve commit set reserve; # primitive, already numeric. } stackSize] == 0 && $stackSize > 0} then { addConstraint [appendArgs stackSize.0x [format %x $stackSize]] tputs $channel [appendArgs "yes (" $stackSize ")\n"] } else { tputs $channel no\n } } else { # # NOTE: There is no cross-platform way to check this in # native Tcl. # addConstraint stackSize.unlimited; # TODO: Fix me? tputs $channel yes\n } } else { tputs $channel no\n } } |
︙ | ︙ | |||
2313 2314 2315 2316 2317 2318 2319 | # # NOTE: Keep track of the specific image runtime version for usage in # test constraints. # addConstraint [appendArgs imageRuntime $version] | | | | 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 | # # NOTE: Keep track of the specific image runtime version for usage in # test constraints. # addConstraint [appendArgs imageRuntime $version] tputs $channel [appendArgs \ $::eagle_platform(imageRuntimeVersion) " (" $dotVersion )\n] } else { tputs $channel no\n } } proc checkForFrameworkVersion { channel } { tputs $channel "---- checking for framework version... " |
︙ | ︙ | |||
2345 2346 2347 2348 2349 2350 2351 | # NOTE: If the framework version was found, add a test constraint # for it now. # if {[string length $version] > 0} then { addConstraint [appendArgs framework $version] } | | | | 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 | # NOTE: If the framework version was found, add a test constraint # for it now. # if {[string length $version] > 0} then { addConstraint [appendArgs framework $version] } tputs $channel [appendArgs \ $::eagle_platform(frameworkVersion) " (" $dotVersion )\n] } else { tputs $channel no\n } } proc checkForRuntimeVersion { channel } { tputs $channel "---- checking for runtime version... " |
︙ | ︙ | |||
2490 2491 2492 2493 2494 2495 2496 | addConstraint [appendArgs monoBug $constraintVersion] addConstraint [appendArgs monoBug $constraintVersion Only] addConstraint [appendArgs monoCrash $constraintVersion] addConstraint [appendArgs monoCrash $constraintVersion Only] } } | | | | 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 | addConstraint [appendArgs monoBug $constraintVersion] addConstraint [appendArgs monoBug $constraintVersion Only] addConstraint [appendArgs monoCrash $constraintVersion] addConstraint [appendArgs monoCrash $constraintVersion Only] } } tputs $channel [appendArgs \ $::eagle_platform(runtimeVersion) " (" $dotVersion )\n] } else { tputs $channel no\n } } proc checkForProcessBits { channel } { tputs $channel "---- checking for process bits... " |
︙ | ︙ | |||
2531 2532 2533 2534 2535 2536 2537 | if {$::tcl_platform(machine) eq $machine && \ $::tcl_platform(processBits) eq $bits} then { # # NOTE: Yes, it matches. # addConstraint [appendArgs $machine . $bits bit] | | | < < < | 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 | if {$::tcl_platform(machine) eq $machine && \ $::tcl_platform(processBits) eq $bits} then { # # NOTE: Yes, it matches. # addConstraint [appendArgs $machine . $bits bit] tputs $channel yes\n } else { tputs $channel no\n } } else { tputs $channel "no, unknown\n" } } proc checkForTestCallStack { channel } { tputs $channel "---- checking for test call stack... " |
︙ | ︙ | |||
2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 | } else { tputs $channel no\n } } else { tputs $channel disabled\n } } proc checkForAssembly { channel name } { tputs $channel [appendArgs "---- checking for assembly \"" $name \ "\"... "] # # NOTE: Can the assembly be loaded? | > > > > > > > > > > > > > > > > | 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 | } else { tputs $channel no\n } } else { tputs $channel disabled\n } } proc checkForLibraryAssemblyName { channel } { tputs $channel "---- checking for library assembly name... " # # NOTE: What is the name of the core library assembly? Normally, # this will be "Eagle"; however, it could be something else. # if {[catch {getTestAssemblyName} assemblyName] == 0} then { addConstraint [appendArgs libraryAssemblyName. $assemblyName] tputs $channel [appendArgs "yes (" $assemblyName ")\n"] } else { tputs $channel no\n } } proc checkForAssembly { channel name } { tputs $channel [appendArgs "---- checking for assembly \"" $name \ "\"... "] # # NOTE: Can the assembly be loaded? |
︙ | ︙ | |||
3302 3303 3304 3305 3306 3307 3308 | if {![info exists ::no(setWix)]} then { set ::test_wix $directory } # # NOTE: Show where we found it. # | | > | 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 | if {![info exists ::no(setWix)]} then { set ::test_wix $directory } # # NOTE: Show where we found it. # tputs $channel [appendArgs \ "yes (" $version ", via " $where ", \"" \ $directory "\")\n"] # # NOTE: We are done here, return now. # return } |
︙ | ︙ | |||
3335 3336 3337 3338 3339 3340 3341 | # # NOTE: Keep track of the specific target framework for usage in test # constraints. # addConstraint [appendArgs targetFramework. $targetFramework] | | < | 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 | # # NOTE: Keep track of the specific target framework for usage in test # constraints. # addConstraint [appendArgs targetFramework. $targetFramework] tputs $channel [appendArgs "yes (" $targetFramework )\n] } else { tputs $channel no\n } } proc checkForNativeUtility { channel } { tputs $channel "---- checking for native utility... " |
︙ | ︙ | |||
3365 3366 3367 3368 3369 3370 3371 | if {$nativeUtility ni "disabled unavailable"} then { addConstraint nativeUtility } addConstraint [appendArgs nativeUtility. $nativeUtility] | | | | 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 | if {$nativeUtility ni "disabled unavailable"} then { addConstraint nativeUtility } addConstraint [appendArgs nativeUtility. $nativeUtility] tputs $channel [appendArgs \ $::eagle_platform(nativeUtility) " (" $nativeUtility )\n] } else { tputs $channel unknown\n } } else { tputs $channel no\n } } |
︙ | ︙ | |||
3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 | } # # NOTE: We are not running on Windows 10, return the normal value. # return 393297 } proc checkForNetFx4x { channel } { tputs $channel "---- checking for .NET Framework 4.x... " # # NOTE: Platform must be Windows for this constraint to even be # checked (i.e. we require the registry). | > > > > > > > > > > > > > > > > > | 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 | } # # NOTE: We are not running on Windows 10, return the normal value. # return 393297 } proc getFrameworkSetup461Value {} { # # NOTE: Check if we are running on Windows 10 or later. # if {[isWindows] && $::tcl_platform(osVersion) >= 10.0} then { # # NOTE: We are running on Windows 10, return the special value. # return 394254 } # # NOTE: We are not running on Windows 10, return the normal value. # return 394271 } proc checkForNetFx4x { channel } { tputs $channel "---- checking for .NET Framework 4.x... " # # NOTE: Platform must be Windows for this constraint to even be # checked (i.e. we require the registry). |
︙ | ︙ | |||
3496 3497 3498 3499 3500 3501 3502 | # (or 378675 for Windows 8.1), then the .NET Framework 4.5.1 # is installed. However, if the "release" value is also # greater than or equal to 379893, then the .NET Framework # 4.5.2 is installed, which is an in-place upgrade to 4.5.1 # (and 4.5). If the "release" value is also greater than or # equal to 393297 (393295 on Windows 10), then the .NET # Framework 4.6 is installed, which is an in-place upgrade | | > > > | > > > > > > > > | 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 | # (or 378675 for Windows 8.1), then the .NET Framework 4.5.1 # is installed. However, if the "release" value is also # greater than or equal to 379893, then the .NET Framework # 4.5.2 is installed, which is an in-place upgrade to 4.5.1 # (and 4.5). If the "release" value is also greater than or # equal to 393297 (393295 on Windows 10), then the .NET # Framework 4.6 is installed, which is an in-place upgrade # to 4.5.x. Similar handling is necessary for the .NET # Framework 4.6.1. For more information, see: # # https://msdn.microsoft.com/en-us/library/hh925568.aspx # if {$release >= [getFrameworkSetup461Value]} then { addConstraint dotNet451OrHigher addConstraint dotNet452OrHigher addConstraint dotNet46OrHigher addConstraint dotNet461 addConstraint dotNet461OrHigher set version 4.6.1 } elseif {$release >= [getFrameworkSetup46Value]} then { addConstraint dotNet451OrHigher addConstraint dotNet452OrHigher addConstraint dotNet46 addConstraint dotNet46OrHigher set version 4.6 } elseif {$release >= 379893} then { |
︙ | ︙ | |||
3602 3603 3604 3605 3606 3607 3608 | } } if {[llength $visualStudioVersions] > 0} then { # # NOTE: Show where we found the latest version. # | | > | 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 | } } if {[llength $visualStudioVersions] > 0} then { # # NOTE: Show where we found the latest version. # tputs $channel [appendArgs \ "yes (" $visualStudioVersions ", \"" \ $::test_visual_studio "\")\n"] } else { tputs $channel no\n } } proc checkForNativeDebugger { channel } { |
︙ | ︙ | |||
3743 3744 3745 3746 3747 3748 3749 | # # NOTE: We need several of our test constraint related commands in the # global namespace. # exportAndImportPackageCommands [namespace current] [list \ getKnownBuildTypes getKnownCompileOptions getKnownMonoVersions \ | | | | | | | > | | | > | | 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 | # # NOTE: We need several of our test constraint related commands in the # global namespace. # exportAndImportPackageCommands [namespace current] [list \ getKnownBuildTypes getKnownCompileOptions getKnownMonoVersions \ lpermute alwaysFullInterpReady canExecComSpec canExecWhoAmI \ canExecTclShell canExecFossil isTestMono isTestAdministrator \ canPing checkForTestSuiteFiles checkForPlatform \ checkForWindowsVersion checkForScriptLibrary checkForVariable \ checkForTclOptions checkForWindowsCommandProcessor checkForFossil \ checkForEagle checkForSymbols checkForLogFile checkForGaruda \ checkForShell checkForOfficialStableReleaseInProgress checkForDebug \ checkForTk checkForVersion checkForCommand checkForSubCommand \ checkForNamespaces checkForTestExec checkForTestMachine \ checkForTestPlatform checkForTestConfiguration checkForTestSuffix \ checkForFile checkForPathFile checkForNativeCode checkForTip127 \ checkForTip194 checkForTip207 checkForTip241 checkForTip285 \ checkForTip405 checkForTip426 checkForTip429 checkForTip440 \ checkForTiming checkForPerformance checkForBigLists \ checkForProcessorIntensive checkForTimeIntensive checkForFullTest \ checkForMemoryIntensive checkForStackIntensive checkForStackSize \ checkForInteractive checkForInteractiveCommand \ checkForUserInteraction checkForNetwork checkForCompileOption \ checkForKnownCompileOptions] false false ########################################################################### ############################## END Tcl ONLY ############################### ########################################################################### |
︙ | ︙ |
Changes to Externals/Eagle/lib/Test1.0/prologue.eagle.
︙ | ︙ | |||
1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 | # NOTE: Has machine detection support been disabled? # if {![info exists no(machine)]} then { checkForMachine $test_channel 32 intel; # (i.e. x86) checkForMachine $test_channel 32 arm; # (i.e. arm) checkForMachine $test_channel 64 ia64; # (i.e. itanium) checkForMachine $test_channel 64 amd64; # (i.e. x64) } # # NOTE: Has test suite call stack probing been disabled? # if {![info exists no(testCallStack)]} then { checkForTestCallStack $test_channel | > | 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 | # NOTE: Has machine detection support been disabled? # if {![info exists no(machine)]} then { checkForMachine $test_channel 32 intel; # (i.e. x86) checkForMachine $test_channel 32 arm; # (i.e. arm) checkForMachine $test_channel 64 ia64; # (i.e. itanium) checkForMachine $test_channel 64 amd64; # (i.e. x64) checkForMachine $test_channel 64 arm64; # (i.e. arm64) } # # NOTE: Has test suite call stack probing been disabled? # if {![info exists no(testCallStack)]} then { checkForTestCallStack $test_channel |
︙ | ︙ | |||
1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 | # # NOTE: Has software update trust detection support been disabled? # if {![info exists no(softwareUpdate)]} then { checkForSoftwareUpdateTrust $test_channel } # # NOTE: Has strong name detection support been disabled? # if {![info exists no(strongName)]} then { checkForStrongName $test_channel } | > > > > > > > | 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 | # # NOTE: Has software update trust detection support been disabled? # if {![info exists no(softwareUpdate)]} then { checkForSoftwareUpdateTrust $test_channel } # # NOTE: Has library assembly name detection support been disabled? # if {![info exists no(libraryAssemblyName)]} then { checkForLibraryAssemblyName $test_channel } # # NOTE: Has strong name detection support been disabled? # if {![info exists no(strongName)]} then { checkForStrongName $test_channel } |
︙ | ︙ | |||
1293 1294 1295 1296 1297 1298 1299 | unset password user timeout database server } # # NOTE: Has symbol testing support been disabled? # if {![info exists no(assemblySymbols)]} then { | | | 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 | unset password user timeout database server } # # NOTE: Has symbol testing support been disabled? # if {![info exists no(assemblySymbols)]} then { checkForSymbols $test_channel [lindex [info assembly] end] assembly } # # NOTE: Has object handle reference count tracking support been disabled # (at compile-time)? # if {![info exists no(refCount)]} then { |
︙ | ︙ | |||
1586 1587 1588 1589 1590 1591 1592 | # if {![info exists no(compileWinForms)]} then { checkForCompileOption $test_channel WINFORMS } # # NOTE: Has runtime license checking support been disabled (at | | > > > > > > > > > > > > | 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 | # if {![info exists no(compileWinForms)]} then { checkForCompileOption $test_channel WINFORMS } # # NOTE: Has runtime license checking support been disabled (at # compile-time)? This only applies to third-party plugins # and applications. # if {![info exists no(compileLicensing)]} then { # # NOTE: This is not currently used by any tests. # checkForCompileOption $test_channel LICENSING } # # NOTE: Has runtime "limited edition" checking support been # disabled (at compile-time)? This only applies to # third-party plugins and applications. # if {![info exists no(compileLimitedEdition)]} then { # # NOTE: This is not currently used by any tests. # checkForCompileOption $test_channel LIMITED_EDITION } } } # # NOTE: Has dynamic loading testing support been disabled? # if {![info exists no(dynamic)]} then { |
︙ | ︙ | |||
1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 | checkForObjectMember $test_channel Eagle._Tests.Default \ *TestComplainCallbackThrow* checkForObjectMember $test_channel Eagle._Tests.Default \ *TestComplainCallbackNoThrow* } if {![info exists no(testLoad)]} then { # # NOTE: For tests "load-1.6" and "load-1.7". # checkForObjectMember $test_channel Eagle._Tests.Default \ *TestLoadPluginViaBytes* } if {![info exists no(testPermute)]} then { # | > > > > > > > > > > > > > > > > > > > > > > > > > | | 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 | checkForObjectMember $test_channel Eagle._Tests.Default \ *TestComplainCallbackThrow* checkForObjectMember $test_channel Eagle._Tests.Default \ *TestComplainCallbackNoThrow* } # # NOTE: Has custom match mode testing been disabled? # if {![info exists no(testMatchMode)]} then { # # NOTE: For test "stringMatch-101.1". # checkForObjectMember $test_channel Eagle._Tests.Default \ *TestSetMatchCallback* } # # NOTE: Has web client testing been disabled? # if {![info exists no(testWebClient)]} then { # # NOTE: For test "socket-3.50". # checkForObjectMember $test_channel Eagle._Tests.Default \ *TestHasNewScriptWebClientCallback* checkForObjectMember $test_channel Eagle._Tests.Default \ *TestSetNewScriptWebClientCallback* } if {![info exists no(testLoad)]} then { # # NOTE: For tests "load-1.6" and "load-1.7". # checkForObjectMember $test_channel Eagle._Tests.Default \ *TestLoadPluginViaBytes* } if {![info exists no(testPermute)]} then { # # NOTE: For tests "lpermute-1.3" and "lpermute-1.4". # checkForObjectMember $test_channel Eagle._Tests.Default \ *TestPermute* } if {![info exists no(testDynamicCallback)]} then { # |
︙ | ︙ | |||
2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 | if {![info exists no(testDisposable)]} then { # # NOTE: For test "object-2.8". # checkForObjectMember $test_channel Eagle._Tests.Default+Disposable \ *ToString* Eagle._Tests.Default.Disposable.ToString } } # # NOTE: Has MSBuild testing support been disabled? # if {![info exists no(msBuild)]} then { # | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 | if {![info exists no(testDisposable)]} then { # # NOTE: For test "object-2.8". # checkForObjectMember $test_channel Eagle._Tests.Default+Disposable \ *ToString* Eagle._Tests.Default.Disposable.ToString } # # NOTE: Has ISubCommand testing support been disabled? # if {![info exists no(testSubCommand)]} then { # # NOTE: For tests "redefine-2.*". # checkForObjectMember $test_channel Eagle._Tests.Default+SubCommand \ *ToString* Eagle._Tests.Default.SubCommand.ToString } # # NOTE: Has IResolve testing support been disabled? # if {![info exists no(testResolve)]} then { # # NOTE: For tests "resolver-1.*". # checkForObjectMember $test_channel Eagle._Tests.Default+Resolve \ *ToString* Eagle._Tests.Default.Resolve.ToString } # # NOTE: Has TraceListener testing support been disabled? # if {![info exists no(testTraceListener)]} then { # # NOTE: For test "basic-1.74". # checkForObjectMember $test_channel Eagle._Tests.Default+Listener \ *WriteLine* Eagle._Tests.Default.Listener.WriteLine checkForObjectMember $test_channel Eagle._Tests.Default+Listener \ *Flush* Eagle._Tests.Default.Listener.Flush # # NOTE: For test "basic-1.75". # checkForObjectMember $test_channel Eagle._Tests.Default+Listener \ * Eagle._Tests.Default.Listener } } # # NOTE: Has MSBuild testing support been disabled? # if {![info exists no(msBuild)]} then { # |
︙ | ︙ | |||
2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 | if {![info exists no(tclOptions)]} then { checkForTclOptions $test_channel } if {![info exists no(checkForBigLists)]} then { checkForBigLists $test_channel } if {![info exists no(checkForTimeIntensive)]} then { checkForTimeIntensive $test_channel } if {![info exists no(checkForFullTest)]} then { checkForFullTest $test_channel } if {![info exists no(checkForMemoryIntensive)]} then { checkForMemoryIntensive $test_channel } if {![info exists no(checkForStackIntensive)]} then { checkForStackIntensive $test_channel } if {![info exists no(windowsCommandProcessor)]} then { checkForWindowsCommandProcessor $test_channel cmd.exe } if {![info exists no(fossil)]} then { checkForFossil $test_channel | > > > > > > > > | 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 | if {![info exists no(tclOptions)]} then { checkForTclOptions $test_channel } if {![info exists no(checkForBigLists)]} then { checkForBigLists $test_channel } if {![info exists no(checkForProcessorIntensive)]} then { checkForProcessorIntensive $test_channel } if {![info exists no(checkForTimeIntensive)]} then { checkForTimeIntensive $test_channel } if {![info exists no(checkForFullTest)]} then { checkForFullTest $test_channel } if {![info exists no(checkForMemoryIntensive)]} then { checkForMemoryIntensive $test_channel } if {![info exists no(checkForStackIntensive)]} then { checkForStackIntensive $test_channel } if {![info exists no(checkForStackSize)]} then { checkForStackSize $test_channel } if {![info exists no(windowsCommandProcessor)]} then { checkForWindowsCommandProcessor $test_channel cmd.exe } if {![info exists no(fossil)]} then { checkForFossil $test_channel |
︙ | ︙ | |||
2849 2850 2851 2852 2853 2854 2855 | checkForEagle $test_channel } if {![info exists no(noLogFile)]} then { checkForLogFile $test_channel } | | | > > > > | 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 | checkForEagle $test_channel } if {![info exists no(noLogFile)]} then { checkForLogFile $test_channel } if {![info exists no(executableSymbols)]} then { checkForSymbols $test_channel [info nameofexecutable] executable } if {![info exists no(garuda)]} then { checkForGaruda $test_channel } if {![info exists no(shell)]} then { checkForShell $test_channel } if {![info exists no(officialStableReleaseInProgress)]} then { checkForOfficialStableReleaseInProgress $test_channel } if {![info exists no(debug)]} then { checkForDebug $test_channel } # # NOTE: Has Tk testing support been disabled? |
︙ | ︙ | |||
2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 | # # NOTE: Check for various extra commands that may be present. # if {![info exists no(callbackCommand)]} then { checkForCommand $test_channel callback } if {![info exists no(libraryCommand)]} then { checkForCommand $test_channel library } if {![info exists no(objectCommand)]} then { checkForCommand $test_channel object | > > > > | 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 | # # NOTE: Check for various extra commands that may be present. # if {![info exists no(callbackCommand)]} then { checkForCommand $test_channel callback } if {![info exists no(lgetCommand)]} then { checkForCommand $test_channel lget } if {![info exists no(libraryCommand)]} then { checkForCommand $test_channel library } if {![info exists no(objectCommand)]} then { checkForCommand $test_channel object |
︙ | ︙ | |||
2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 | if {![info exists no(tip426)]} then { checkForTip426 $test_channel } if {![info exists no(tip429)]} then { checkForTip429 $test_channel } # # NOTE: Has performance testing been disabled? # if {![info exists no(core)] && \ ![info exists no(checkForPerformance)]} then { checkForPerformance $test_channel | > > > > | 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 | if {![info exists no(tip426)]} then { checkForTip426 $test_channel } if {![info exists no(tip429)]} then { checkForTip429 $test_channel } if {![info exists no(tip440)]} then { checkForTip440 $test_channel } # # NOTE: Has performance testing been disabled? # if {![info exists no(core)] && \ ![info exists no(checkForPerformance)]} then { checkForPerformance $test_channel |
︙ | ︙ |
Changes to Tests/tkt-ac47dd230a.eagle.
︙ | ︙ | |||
21 22 23 24 25 26 27 28 29 | ############################################################################### runTest {test tkt-ac47dd230a-1.1 {multiple AppDomains} -setup { for {set i 1} {$i < 3} {incr i} { set appDomain($i) [object invoke AppDomain CreateDomain \ [appendArgs tkt-ac47dd230a-1.1. $i]] set result null set interpreterHelper($i) [object invoke -alias InterpreterHelper \ | > > > > > > > | < | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | ############################################################################### runTest {test tkt-ac47dd230a-1.1 {multiple AppDomains} -setup { for {set i 1} {$i < 3} {incr i} { set appDomain($i) [object invoke AppDomain CreateDomain \ [appendArgs tkt-ac47dd230a-1.1. $i]] set interpreterSettings($i) [object invoke -alias InterpreterSettings \ Create] $interpreterSettings($i) CreateFlags Default $interpreterSettings($i) InitializeFlags Default $interpreterSettings($i) ScriptFlags Default set result null set interpreterHelper($i) [object invoke -alias InterpreterHelper \ Create $appDomain($i) $interpreterSettings($i) true result] if {[string length $interpreterHelper($i)] == 0} then { error [object invoke $result ToString] } set interpreter($i) [$interpreterHelper($i) -alias Interpreter] |
︙ | ︙ | |||
61 62 63 64 65 66 67 | lappend results $code [expr {[string length $result] > 0 ? \ [object invoke $result ToString] : ""}] } set results } -cleanup { | | > | 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | lappend results $code [expr {[string length $result] > 0 ? \ [object invoke $result ToString] : ""}] } set results } -cleanup { unset -nocomplain results code result interpreter interpreterHelper \ interpreterSettings for {set i 1} {$i < 3} {incr i} { if {[info exists appDomain($i)]} then { object invoke AppDomain Unload $appDomain($i) } } |
︙ | ︙ |