File tree Expand file tree Collapse file tree 17 files changed +224
-8
lines changed
Expand file tree Collapse file tree 17 files changed +224
-8
lines changed Original file line number Diff line number Diff line change 22# ttk::checkbutton widget tests.
33#
44
5+ # NOTES
6+ #
7+ # * The ttk test suite holds many tests that build upon a previous one. This
8+ # is not incidental; it occurs systematically for groups of contiguous tests
9+ # in most ttk test files.
10+ #
11+ # A consequence of this practice is that attempts to run tests selectively/
12+ # individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13+ # leads to unintended failures. Therefore, invocations using these options
14+ # may be considered invalid for the ttk test suite (but not for the
15+ # corresponding core Tk tests).
16+ #
17+
518#
619# TESTFILE INITIALIZATION
720#
Original file line number Diff line number Diff line change 22# ttk::combobox widget tests
33#
44
5+ # NOTES
6+ #
7+ # * The ttk test suite holds many tests that build upon a previous one. This
8+ # is not incidental; it occurs systematically for groups of contiguous tests
9+ # in most ttk test files.
10+ #
11+ # A consequence of this practice is that attempts to run tests selectively/
12+ # individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13+ # leads to unintended failures. Therefore, invocations using these options
14+ # may be considered invalid for the ttk test suite (but not for the
15+ # corresponding core Tk tests).
16+ #
17+
518#
619# TESTFILE INITIALIZATION
720#
Original file line number Diff line number Diff line change 22# ttk::entry widget tests
33#
44
5+ # NOTES
6+ #
7+ # * The ttk test suite holds many tests that build upon a previous one. This
8+ # is not incidental; it occurs systematically for groups of contiguous tests
9+ # in most ttk test files.
10+ #
11+ # A consequence of this practice is that attempts to run tests selectively/
12+ # individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13+ # leads to unintended failures. Therefore, invocations using these options
14+ # may be considered invalid for the ttk test suite (but not for the
15+ # corresponding core Tk tests).
16+ #
17+
518#
619# TESTFILE INITIALIZATION
720#
Original file line number Diff line number Diff line change 22# Tests for images in various ttk widgets
33#
44
5+ # NOTES
6+ #
7+ # * The ttk test suite holds many tests that build upon a previous one. This
8+ # is not incidental; it occurs systematically for groups of contiguous tests
9+ # in most ttk test files.
10+ #
11+ # A consequence of this practice is that attempts to run tests selectively/
12+ # individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13+ # leads to unintended failures. Therefore, invocations using these options
14+ # may be considered invalid for the ttk test suite (but not for the
15+ # corresponding core Tk tests).
16+ #
17+
518#
619# TESTFILE INITIALIZATION
720#
Original file line number Diff line number Diff line change 22# ttk::labelframe widget tests
33#
44
5+ # NOTES
6+ #
7+ # * The ttk test suite holds many tests that build upon a previous one. This
8+ # is not incidental; it occurs systematically for groups of contiguous tests
9+ # in most ttk test files.
10+ #
11+ # A consequence of this practice is that attempts to run tests selectively/
12+ # individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13+ # leads to unintended failures. Therefore, invocations using these options
14+ # may be considered invalid for the ttk test suite (but not for the
15+ # corresponding core Tk tests).
16+ #
17+
518#
619# TESTFILE INITIALIZATION
720#
Original file line number Diff line number Diff line change 22# ttk::notebook widget tests
33#
44
5+ # NOTES
6+ #
7+ # * The ttk test suite holds many tests that build upon a previous one. This
8+ # is not incidental; it occurs systematically for groups of contiguous tests
9+ # in most ttk test files.
10+ #
11+ # A consequence of this practice is that attempts to run tests selectively/
12+ # individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13+ # leads to unintended failures. Therefore, invocations using these options
14+ # may be considered invalid for the ttk test suite (but not for the
15+ # corresponding core Tk tests).
16+ #
17+
518#
619# TESTFILE INITIALIZATION
720#
Original file line number Diff line number Diff line change 22# ttk::panedwindow widget tests
33#
44
5+ # NOTES
6+ #
7+ # * The ttk test suite holds many tests that build upon a previous one. This
8+ # is not incidental; it occurs systematically for groups of contiguous tests
9+ # in most ttk test files.
10+ #
11+ # A consequence of this practice is that attempts to run tests selectively/
12+ # individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13+ # leads to unintended failures. Therefore, invocations using these options
14+ # may be considered invalid for the ttk test suite (but not for the
15+ # corresponding core Tk tests).
16+ #
17+
518#
619# TESTFILE INITIALIZATION
720#
Original file line number Diff line number Diff line change 22# ttk::progressbar widget tests
33#
44
5+ # NOTES
6+ #
7+ # * The ttk test suite holds many tests that build upon a previous one. This
8+ # is not incidental; it occurs systematically for groups of contiguous tests
9+ # in most ttk test files.
10+ #
11+ # A consequence of this practice is that attempts to run tests selectively/
12+ # individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13+ # leads to unintended failures. Therefore, invocations using these options
14+ # may be considered invalid for the ttk test suite (but not for the
15+ # corresponding core Tk tests).
16+ #
17+
518#
619# TESTFILE INITIALIZATION
720#
Original file line number Diff line number Diff line change 22# ttk::radiobutton widget tests.
33#
44
5+ # NOTES
6+ #
7+ # * The ttk test suite holds many tests that build upon a previous one. This
8+ # is not incidental; it occurs systematically for groups of contiguous tests
9+ # in most ttk test files.
10+ #
11+ # A consequence of this practice is that attempts to run tests selectively/
12+ # individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13+ # leads to unintended failures. Therefore, invocations using these options
14+ # may be considered invalid for the ttk test suite (but not for the
15+ # corresponding core Tk tests).
16+ #
17+
518#
619# TESTFILE INITIALIZATION
720#
Original file line number Diff line number Diff line change 22# ttk::scale widget tests
33#
44
5+ # NOTES
6+ #
7+ # * The ttk test suite holds many tests that build upon a previous one. This
8+ # is not incidental; it occurs systematically for groups of contiguous tests
9+ # in most ttk test files.
10+ #
11+ # A consequence of this practice is that attempts to run tests selectively/
12+ # individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13+ # leads to unintended failures. Therefore, invocations using these options
14+ # may be considered invalid for the ttk test suite (but not for the
15+ # corresponding core Tk tests).
16+ #
17+
518#
619# TESTFILE INITIALIZATION
720#
You can’t perform that action at this time.
0 commit comments