jackxiao / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

QA system flags #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Supply a flag to each individual QA test.
- 'q' quick: the test do not use slow or variable-execution-time function
(GC, Pool, Sleep, Connect, ...)
- 'f' may fail : the test may failed depending the platform, TCP/IP
connection, ...
- ...

Original issue reported on code.google.com by sou...@gmail.com on 5 Aug 2008 at 7:59

GoogleCodeExporter commented 9 years ago
flags are:
  d for desactivated: the test is disabled.
  f for fast: the test execution is fast. Time should be less that 10ms.
  t for time: the test execution time is always the same. The test do not use any
variable-execution-time function (CollectGarbage, Poll, Socket, ...)
  r for reliable: external parameters (like the platform, CPU load, TCP/IP
connection, weather, ...) cannot make the test to fail.

Original comment by sou...@gmail.com on 7 Aug 2008 at 8:22