mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Unstable test cases were reviewed Modified test cases using checktrend command Modified test cases for Linux platform Modified test cases for Debug mode
26 lines
690 B
Plaintext
Executable File
26 lines
690 B
Plaintext
Executable File
puts "==========="
|
|
puts "OCC23069"
|
|
puts "==========="
|
|
puts ""
|
|
################################################################################
|
|
# OpenGL state extraction for GL_RENDER_MODE significantly impact performance
|
|
#
|
|
# Execution of the test case is actual only for testing on specific hardware.
|
|
# Test case will be updated after starting testing on hardware.
|
|
################################################################################
|
|
|
|
set BugNumber OCC23069
|
|
|
|
#vinit
|
|
|
|
#for {set anInter 1} {$anInter <= 1000} {incr anInter} {
|
|
# box b${anInter} [expr $anInter * 20] 0 0 10 20 30
|
|
# vdisplay b${anInter}
|
|
#}
|
|
|
|
#vfit
|
|
|
|
#set Log [vfps]
|
|
|
|
# it's necessary to check value of CPU and FPS
|