Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update Eagle in externals to the beta 34 release. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
70020f6f06d38bfe4494f4eb44874f7e |
User & Date: | mistachkin 2015-09-29 05:10:10.612 |
Context
2015-09-29
| ||
16:58 | Changes to support the 'vtab-onepass' functionality in the SQLite core library. check-in: 80d9c54709 user: mistachkin tags: trunk | |
05:10 | Update Eagle in externals to the beta 34 release. check-in: 70020f6f06 user: mistachkin tags: trunk | |
2015-09-28
| ||
17:45 | Update the SQLite core library to the latest trunk code. check-in: a0f27df53f 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/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.
︙ | |||
1438 1439 1440 1441 1442 1443 1444 | 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 | - + + + + + + + + + + + + + - + - | {automatic false} } { # # NOTE: Grab the base URI for updates. # set updateBaseUri [info engine UpdateBaseUri] # |
︙ | |||
1669 1670 1671 1672 1673 1674 1675 | 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 | - - - - + + + + | # if {$checkBuild} then { # # NOTE: Are we supposed to prompt the interactive user, # if any, to upgrade now? # set text [appendArgs \ |
︙ | |||
1916 1917 1918 1919 1920 1921 1922 | 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 | - - - + + + - - + + | } elseif {$checkBuild && $compare < 0} then { # # 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 " \ |
︙ |
Changes to Externals/Eagle/lib/Eagle1.0/test.eagle.
︙ | |||
503 504 505 506 507 508 509 | 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 | - + | # TODO: Add more support for standard "tcltest" options here. # set options [list \ -breakOnLeak -configuration -constraints -exitOnComplete \ -file -logFile -machine -match -no -notFile -platform \ -postTest -preTest -postWait -preWait -randomOrder -skip \ -startFile -stopFile -stopOnFailure -stopOnLeak -suffix \ |
︙ | |||
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 | 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 | + + + + + + + + + | # # NOTE: We are missing the suffix, return nothing. # return "" } } proc getTestUncountedLeaks {} { 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 { return false |
︙ | |||
1428 1429 1430 1431 1432 1433 1434 | 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 | - + + + - + + + + | if {[isEagle]} then { if {$code == 0 && [regexp -- {\s==== (.*?) FAILED\s} $result]} then { set code 1 } # |
︙ | |||
1455 1456 1457 1458 1459 1460 1461 | 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 | + + + + + + + + + - + + | tresult Error "OVERALL RESULT: STOP-ON-FAILURE\n" unset -nocomplain ::test_suite_running error ""; # no message } } else { if {$error} then { # # 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$} if {[isEagle] || ![regexp -- $badOptionPattern $result]} then { |
︙ | |||
1528 1529 1530 1531 1532 1533 1534 | 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 | + - + + + + + | # # NOTE: Record counts of all object types that we track. # upvar 1 $varName array ########################################################################### if {![info exists array(uncounted,$index)]} then { |
︙ | |||
1550 1551 1552 1553 1554 1555 1556 | 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 | + - + + | ########################################################################### # # NOTE: These native resource types cannot be positively checked # for leaks (i.e. because the "leak" may be from an external # process). # if {![info exists ::no(uncountedTemporaryFiles)]} then { |
︙ | |||
1627 1628 1629 1630 1631 1632 1633 | 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 | + - + + + + + + | ######################################################################### # # NOTE: These managed resource types cannot be positively checked # for leaks (i.e. because the "leak" may be from an external # process). # if {![info exists ::no(uncountedAssemblies)]} then { |
︙ | |||
2615 2616 2617 2618 2619 2620 2621 | 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 | - + | [expr {[info exists ::test_path] ? \ $::test_path : "<none>"}] \"\n] } } } } |
︙ | |||
2658 2659 2660 2661 2662 2663 2664 | 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 | + - + + + + | # package require tcltest # # NOTE: Configure it for our use (only when it was not loaded). # if {!$loaded} then { if {[string length $verbose] > 0} then { |
︙ | |||
2829 2830 2831 2832 2833 2834 2835 | 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 | - + + + + + + + + + + + + + + + + + + | # # NOTE: Initialize the list of active test constraints from the # environment variable and/or the test flags. # set eagle_tests(Constraints) [getEnvironmentVariable testConstraints] if {[info exists test_flags(-constraints)]} then { |
︙ | |||
2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 | 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 | + + + + + + + + + + + | if {!$quiet} then { tqputs $::test_channel \ "---- removed \"testConstraint\" alias\n" } } } } proc shouldWriteTestData {} { if {[llength [info commands object]] > 0 && [catch { object invoke -flags +NonPublic \ Eagle._Components.Private.TestOps ShouldWriteTestData "" } writeTestData] == 0 && $writeTestData} then { return false } return true } proc tresult { code result } { host result $code $result; tlog $result } proc getPassPercentage {} { if {$::eagle_tests(Total) > 0} then { |
︙ | |||
3422 3423 3424 3425 3426 3427 3428 | 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 | - + | } # # NOTE: Fake loading and configuring the "tcltest" package unless we # are prevented. # if {![info exists ::no(configureTcltest)]} then { |
︙ | |||
3466 3467 3468 3469 3470 3471 3472 | 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 | - + + - - - - - - + + + + + + | checkForAndSetTestPath false [expr {![isTestSuiteRunning]}] } # # NOTE: Load and configure the "tcltest" package unless we are prevented. # if {![info exists ::no(configureTcltest)]} then { |
︙ |
Changes to Externals/Eagle/lib/Test1.0/constraints.eagle.
︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | + + + + + + | # # 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 Bare \ LeanAndMean Database MonoOnUnix Development] } proc getKnownCompileOptions {} { return [list \ APPDOMAINS APPROVED_VERBS ARM 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 \ |
︙ | |||
41 42 43 44 45 46 47 | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | - + + | 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_NAMESPACES VERBOSE WEB \ |
︙ | |||
3693 3694 3695 3696 3697 3698 3699 | 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 | - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + | ########################################################################### # # NOTE: We need several of our test constraint related commands in the # global namespace. # exportAndImportPackageCommands [namespace current] [list \ |
︙ |
Changes to Externals/Eagle/lib/Test1.0/prologue.eagle.
︙ | |||
225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 | 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | # if {[catch {package present Eagle.Test.Constraints}]} then { package require Eagle.Test.Constraints } ############################################################################# # # NOTE: *SPECIAL* This test constraint must be checked first as it can # determine if subsequent ones will emit warnings. This is only # applicable to Eagle. This block requires the "Eagle.Test" and # "Eagle.Test.Constraints" packages. # if {[isEagle]} then { # # NOTE: Has quiet testing support been disabled? # if {![info exists no(preQuiet)]} then { # # NOTE: There are checks for the "quiet" test constraint prior to # the real test constraints being initialized. Prepare for # those checks now. This will have to be repeated later, # after the real test constraints are initialized. # checkForQuiet $test_channel true } } ############################################################################# # # NOTE: Verify that the current call frame is correct and that the # interpreter call stack has not been imbalanced by previous # tests or other errors. This check only applies to Eagle. # This block requires the "Eagle.Library" package. # if {[isEagle] && [llength [info commands object]] > 0} then { # # NOTE: Check the name of the current call frame against the one # that should be used for evaluating this script file. # if {[object invoke -flags +NonPublic \ Interpreter.GetActive.CurrentFrame Name] ne \ [list source [file normalize [info script]]]} then { unset -nocomplain test_suite_running error "cannot run prologue, current frame not for this script" } # # NOTE: Attempt to determine if the this script file being run as # part of the overall test suite script file itself. If not, # issue a warning about the inability to detect "leaks" from # the tests. # if {[lsearch -glob -index 0 -- [object invoke -flags +NonPublic \ Interpreter.GetActive ScriptLocations.ToString] \ {*[/\]all.eagle}] == -1} then { # # NOTE: Check if the warning should actually be emitted. If this # warning has specifically been disabled or we are in quiet # mode, do nothing. # if {![info exists no(warningForAllEagle)] && \ ![haveConstraint quiet]} then { tputs $test_channel [appendArgs \ "==== WARNING: tests are not being run via suite script file " \ "\"all.eagle\", resource leaks will probably not be reported.\n"] } } } ############################################################################# # # NOTE: Set the local root directory of the source checkout (i.e. of Eagle # or whatever project the Eagle binaries are being used by) using a |
︙ | |||
307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 | 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 | + + | set test_flags(-file) [list *.eagle]; # default to running all test files. set test_flags(-notFile) [list l.*.eagle]; # COMPAT: Tcl. set test_flags(-startFile) [list]; # start running at these test files. set test_flags(-stopFile) [list]; # stop running after these test files. set test_flags(-match) [list *]; # default to running all tests. set test_flags(-skip) [list]; # default to skipping no tests. set test_flags(-constraints) [list]; # default to no manual constraints. set test_flags(-verbose) ""; # default to pass, body, skip, start, error. set test_flags(-logFile) ""; # default to using standard log file naming. set test_flags(-threshold) ""; # default to requiring all tests to pass. set test_flags(-randomOrder) ""; # default to deterministic order. set test_flags(-uncountedLeaks) ""; # use defaults for uncounted resources. set test_flags(-breakOnLeak) ""; # default to continue on leak. set test_flags(-stopOnFailure) ""; # default to continue on failure. set test_flags(-stopOnLeak) ""; # default to continue on leak. set test_flags(-exitOnComplete) ""; # default to not exit after complete. set test_flags(-preTest) ""; # default to not evaluating anything. set test_flags(-postTest) ""; # default to not evaluating anything. set test_flags(-preWait) ""; # default to not waiting. |
︙ | |||
367 368 369 370 371 372 373 374 375 376 377 378 379 380 | 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 | + + + + + + + + + + | [string is boolean -strict $test_flags(-randomOrder)]} then { # # NOTE: Set the test random-order flag to the one provided by the # command line. # set test_random_order $test_flags(-randomOrder) } if {[info exists test_flags(-uncountedLeaks)] && \ [string length $test_flags(-uncountedLeaks)] > 0} then { # # NOTE: Set the test uncounted leaks "list" to the one provided by # the command line. We should probably use [string is list] # here; however, that is not available until native Tcl 8.5. # set test_uncounted_leaks $test_flags(-uncountedLeaks) } if {[info exists test_flags(-breakOnLeak)] && \ [string is boolean -strict $test_flags(-breakOnLeak)]} then { # # NOTE: Set the test break-on-leak flag to the one provided by the # command line. # |
︙ | |||
480 481 482 483 484 485 486 | 537 538 539 540 541 542 543 544 545 546 547 548 549 550 | - - - - - - - - - - - - - - - - - - - - - - | if {![info exists test_log]} then { set test_log [getDefaultTestLog] } } ############################################################################# |
︙ | |||
562 563 564 565 566 567 568 | 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 | + - + | # # NOTE: When running in Eagle, check for any non-core plugins loaded into # the interpreter and issue warnings if any are found. The warning # may be used to explain subsequent test failures due to the extra # plugins being loaded (i.e. there are some tests are sensitive to # having "unexpected" plugins loaded). # if {[isEagle] && \ |
︙ | |||
763 764 765 766 767 768 769 770 771 772 773 774 775 776 | 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 | + + + + + | [string is integer -strict $test_threshold] ? \ [appendArgs $test_threshold %] : "<none>"}] \n] tputs $test_channel [appendArgs "---- random order: " \ [expr {[info exists test_random_order] && \ [string is boolean -strict $test_random_order] ? \ $test_random_order : "<none>"}] \n] tputs $test_channel [appendArgs "---- uncounted leaks: " \ [expr {[info exists test_uncounted_leaks] && \ [string length $test_uncounted_leaks] > 0 ? \ $test_uncounted_leaks : "<none>"}] \n] tputs $test_channel [appendArgs "---- break on leak: " \ [expr {[info exists test_break_on_leak] && \ [string is boolean -strict $test_break_on_leak] ? \ $test_break_on_leak : "<none>"}] \n] tputs $test_channel [appendArgs "---- stop on failure: " \ |
︙ | |||
785 786 787 788 789 790 791 | 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 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 | - - + + - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + + + + - - - + - - - - - - + + + + + - - - - - + + + + + - - - + + + + + + | tputs $test_channel [appendArgs "---- exit on complete: " \ [expr {[info exists test_exit_on_complete] && \ [string is boolean -strict $test_exit_on_complete] ? \ $test_exit_on_complete : "<none>"}] \n] # |
︙ | |||
866 867 868 869 870 871 872 | 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 | - + | # NOTE: Initialize the Eagle test constraints. # if {[isEagle]} then { # # NOTE: *WARNING* This has the effect of removing test constraints # added prior to this point. # |
︙ | |||
2239 2240 2241 2242 2243 2244 2245 | 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 | - - + + + + + + + + + + | ########################################################################### ########################## END Eagle Constraints ########################## ########################################################################### } else { # # NOTE: Make sure that Tcl honors the Eagle test constraints. # |
︙ | |||
2383 2384 2385 2386 2387 2388 2389 | 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 | + + + + + + + - + + - + + | # NOTE: For test "processIsolation-1.1". # if {![info exists no(isolated.eagle)]} then { checkForFile $test_channel [file join $test_data_path isolated.eagle] } # # NOTE: For test "basic-1.73". # if {![info exists no(callStack.eagle)]} then { checkForFile $test_channel [file join $test_data_path callStack.eagle] } # |
︙ | |||
2919 2920 2921 2922 2923 2924 2925 | 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 | + - + | } elseif {$test_cops < $test_base_cops} then { if {![info exists no(slowerBogoCops)]} then { addConstraint sameOrSlowerBogoCops addConstraint slowerBogoCops if {![info exists no(bogoCopsMultipliers)]} then { foreach multiplier $test_base_cops_multipliers { if {$multiplier != 0 && \ |
︙ |