From 05eb41d2b9103ddb17e02ed965225779bcf50c4d Mon Sep 17 00:00:00 2001 From: Nadeem Yaseen <70559777+NadeemYaseen@users.noreply.github.com> Date: Sat, 17 Aug 2024 06:48:03 -0700 Subject: [PATCH] Fix Xvfb error for GUI Testcase in CGA (#1675) * remove no needed tools * corrected parser path * fix typo * Incremented patch version --------- Co-authored-by: NadeemYaseen Co-authored-by: NadeemYaseen --- CMakeLists.txt | 2 +- tests/TestGui/compiler_flow/raptor_run.sh | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 95ff3360d..538b7f47d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ set(VERSION_MINOR 0) # Add the spdlog directory to the include path include_directories(${CMAKE_CURRENT_SOURCE_DIR}/third_party/spdlog/include ${CMAKE_CURRENT_SOURCE_DIR}/third_party/exprtk ${CMAKE_CURRENT_SOURCE_DIR}/third_party/scope_guard) -set(VERSION_PATCH 414) +set(VERSION_PATCH 415) option( diff --git a/tests/TestGui/compiler_flow/raptor_run.sh b/tests/TestGui/compiler_flow/raptor_run.sh index 8276f20d4..bf20378d8 100755 --- a/tests/TestGui/compiler_flow/raptor_run.sh +++ b/tests/TestGui/compiler_flow/raptor_run.sh @@ -17,7 +17,7 @@ function end_time(){ function parse_cga(){ cd $main_path tail -n100 ./results_dir/raptor.log > ./results_dir/raptor_tail.log - timeout 15m python3 ../../../parser.py ./results_dir/results.log ./results_dir/raptor_perf.log + timeout 15m python3 ../../../../../parser.py ./results_dir/results.log ./results_dir/raptor_perf.log mv CGA_Result.json ./results_dir } @@ -91,7 +91,8 @@ fi function compile () { - + module unload synopsys/1.0 + cd $main_path/results_dir echo $PWD @@ -115,4 +116,4 @@ cat raptor_perf.log >> results.log echo -e "#############################################\n" >> results.log end_time -parse_cga \ No newline at end of file +parse_cga