Issue5083
Created on 2009-01-27 20:30 by gpolo, last changed 2009-01-28 20:06 by gpolo.
|
msg80668 - (view) |
Author: Guilherme Polo (gpolo) |
Date: 2009-01-27 20:30 |
|
I would like to add a 'gui' resource in regrtest, this would be nice for
the ttk module that I'm planning to do add very soon (after I solve
another issue about tests).
|
|
msg80713 - (view) |
Author: Guilherme Polo (gpolo) |
Date: 2009-01-28 14:44 |
|
Uhm, maybe this 'gui' resource is too special to live in use_resources ?
Maybe a new option in regrtest would be better ?
|
|
msg80714 - (view) |
Author: Benjamin Peterson (benjamin.peterson) |
Date: 2009-01-28 15:47 |
|
Do the tests require human interaction? If so, it should definitely be
another option.
Otherwise, I'm don't know if we'll be wreaking havok with the buildbots
by including it in -uall even if it is automatic.
|
|
msg80715 - (view) |
Author: Guilherme Polo (gpolo) |
Date: 2009-01-28 15:52 |
|
> Do the tests require human interaction? If so, it should definitely be
> another option.
>
No interaction is needed for the current ones.
> Otherwise, I'm don't know if we'll be wreaking havok with the buildbots
> by including it in -uall even if it is automatic.
>
I'm worried that those buildbots systems are not really supposed to
have all the libraries required installed, the only exception would be
the ones running under Windows.
|
|
msg80721 - (view) |
Author: Brett Cannon (brett.cannon) |
Date: 2009-01-28 18:35 |
|
Well, if the libraries for Ttk are not included then the tests should
get skipped when the import fails.
A key reason to leaving something out of 'all' is if it takes a REALLY
long time like the zipfile64 tests.
|
|
msg80723 - (view) |
Author: Guilherme Polo (gpolo) |
Date: 2009-01-28 19:30 |
|
> Well, if the libraries for Ttk are not included then the tests should
> get skipped when the import fails.
>
Ah yes, good you said that because I wasn't doing it.
> A key reason to leaving something out of 'all' is if it takes a REALLY
> long time like the zipfile64 tests.
I will add a 'gui' resource on regrtest then.
|
|
msg80725 - (view) |
Author: Guilherme Polo (gpolo) |
Date: 2009-01-28 20:06 |
|
Added in r69063
|
|
| Date |
User |
Action |
Args |
| 2009-01-28 20:06:52 | gpolo | set | status: open -> closed resolution: fixed messages:
+ msg80725 |
| 2009-01-28 19:30:32 | gpolo | set | messages:
+ msg80723 |
| 2009-01-28 18:35:23 | brett.cannon | set | nosy:
+ brett.cannon messages:
+ msg80721 |
| 2009-01-28 15:52:37 | gpolo | set | messages:
+ msg80715 |
| 2009-01-28 15:47:24 | benjamin.peterson | set | nosy:
+ benjamin.peterson messages:
+ msg80714 |
| 2009-01-28 14:44:51 | gpolo | set | messages:
+ msg80713 |
| 2009-01-27 20:30:20 | gpolo | create | |
|