1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0023273: Avoid failures due to datadir commend when data files are not present

Fix for #23273 issue.
Fix for #23273 issue (boolean/013/R9).
Modifications of tests according to #23260 issue.
Attempt to protect against hang-ups due to waiting for standard input
change of behaviour of offset/shape_type_i/D7 case.
Attempt to protect against hang-ups during initialization of menu in batch mode.
increase cpulimit for parallel incmesh.
#23260 is fixed. count_parallel is not needed anymore.
Deleted unused code.
change of behaviour of offset/shape_type_i/D7 case.
The fix was incorrect.
Second attempt to protect against hang-ups during initialization of menu in batch mode
correction of tests in order to awoid instability.
Elapsed time changed to CPU user time is performance tests.
Processing of errors on Windows.
Stop cpulimit killer if armed by test, after the test is completed
This commit is contained in:
vtn
2012-07-20 17:37:21 +04:00
parent f67d0512ac
commit 8418c61723
3594 changed files with 5492 additions and 5567 deletions

View File

@@ -16,5 +16,5 @@
# and conditions governing the rights and limitations under the License.
set Draw_GEOMETRY 1
catch {source $env(CASROOT)/src/DrawResources/CURVES.tcl}
catch {source $env(CASROOT)/src/DrawResources/SURFACES.tcl}
source $env(CASROOT)/src/DrawResources/CURVES.tcl
source $env(CASROOT)/src/DrawResources/SURFACES.tcl