From f2e7b2ec4c43cf3aa9913d68414a080f8bf21e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Bausson?= Date: Tue, 5 Dec 2023 17:49:22 +0100 Subject: [PATCH] #50 linux test compat: Renamed identically named tests & increased wait() on intermittently failing test. --- .../Debug/Complex/Debug Examples Complex.suite | 2 +- .../{SoCInterconnects.test => SoCInterconnectsDebug.test} | 4 ++-- .../Run/Complex/Run Examples Complex.suite | 2 +- .../{SoCInterconnects.test => SoCInterconnectsRun.test} | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename tests/rcptt/org.eclipse.poosl.rcptt.examples/Debug/Complex/{SoCInterconnects.test => SoCInterconnectsDebug.test} (97%) rename tests/rcptt/org.eclipse.poosl.rcptt.examples/Run/Complex/{SoCInterconnects.test => SoCInterconnectsRun.test} (97%) diff --git a/tests/rcptt/org.eclipse.poosl.rcptt.examples/Debug/Complex/Debug Examples Complex.suite b/tests/rcptt/org.eclipse.poosl.rcptt.examples/Debug/Complex/Debug Examples Complex.suite index 0d0abaf5..a495b248 100644 --- a/tests/rcptt/org.eclipse.poosl.rcptt.examples/Debug/Complex/Debug Examples Complex.suite +++ b/tests/rcptt/org.eclipse.poosl.rcptt.examples/Debug/Complex/Debug Examples Complex.suite @@ -16,7 +16,7 @@ _zLEq4FpOEeWVIdXlfxjrJw // kind: 'test' name: 'Fisher' path: 'Fisher.test' _zLm2YFpOEeWVIdXlfxjrJw // kind: 'test' name: 'MarsRover' path: 'MarsRover.test' _zMRkwFpOEeWVIdXlfxjrJw // kind: 'test' name: 'MPSoc' path: 'MPSoc.test' _zMyiIFpOEeWVIdXlfxjrJw // kind: 'test' name: 'PARProtocol' path: 'PARProtocol.test' -_zNV7wFpOEeWVIdXlfxjrJw // kind: 'test' name: 'SoCInterconnects' path: 'SoCInterconnects.test' +_zNV7wFpOEeWVIdXlfxjrJw // kind: 'test' name: 'SoCInterconnectsDebug' path: 'SoCInterconnectsDebug.test' _zN4HQFpOEeWVIdXlfxjrJw // kind: 'test' name: 'TeenageHomework' path: 'TeenageHomework.test' _zOXPcFpOEeWVIdXlfxjrJw // kind: 'test' name: 'Wireless' path: 'Wireless.test' _iMO70HMTEeWfnqGXk_ItXA // kind: 'test' name: 'TraceExample' path: 'TraceExample.test' diff --git a/tests/rcptt/org.eclipse.poosl.rcptt.examples/Debug/Complex/SoCInterconnects.test b/tests/rcptt/org.eclipse.poosl.rcptt.examples/Debug/Complex/SoCInterconnectsDebug.test similarity index 97% rename from tests/rcptt/org.eclipse.poosl.rcptt.examples/Debug/Complex/SoCInterconnects.test rename to tests/rcptt/org.eclipse.poosl.rcptt.examples/Debug/Complex/SoCInterconnectsDebug.test index f09a89e9..e6ac2c12 100644 --- a/tests/rcptt/org.eclipse.poosl.rcptt.examples/Debug/Complex/SoCInterconnects.test +++ b/tests/rcptt/org.eclipse.poosl.rcptt.examples/Debug/Complex/SoCInterconnectsDebug.test @@ -1,7 +1,7 @@ --- RCPTT testcase --- Format-Version: 1.0 Contexts: _jSds4OTxEeS0itSwbx-n-w,_lVE1EONVEeSZttsAewanYQ,_eJkWsFVnEea5R70fIjiNMA -Element-Name: SoCInterconnects +Element-Name: SoCInterconnectsDebug Element-Type: testcase Element-Version: 3.0 External-Reference: @@ -17,7 +17,7 @@ Entry-Name: .content file-poosl-debug "poosl.examples/models-complex/SoCInterconnects/Mesh/mesh.poosl" select-root-click-record click-resume -wait 50 +wait 200 get-view Console | get-button Terminate | click try -times 10 -delay 50 -command { with [get-view Console] { diff --git a/tests/rcptt/org.eclipse.poosl.rcptt.examples/Run/Complex/Run Examples Complex.suite b/tests/rcptt/org.eclipse.poosl.rcptt.examples/Run/Complex/Run Examples Complex.suite index 30a548a0..89266ff3 100644 --- a/tests/rcptt/org.eclipse.poosl.rcptt.examples/Run/Complex/Run Examples Complex.suite +++ b/tests/rcptt/org.eclipse.poosl.rcptt.examples/Run/Complex/Run Examples Complex.suite @@ -16,7 +16,7 @@ _593Y4FpEEeWVIdXlfxjrJw // kind: 'test' name: 'Fisher' path: 'Fisher.test' _63LmgFpEEeWVIdXlfxjrJw // kind: 'test' name: 'MarsRover' path: 'MarsRover.test' _7urPMFpEEeWVIdXlfxjrJw // kind: 'test' name: 'MPSoc' path: 'MPSoc.test' _90574FpEEeWVIdXlfxjrJw // kind: 'test' name: 'PARProtocol' path: 'PARProtocol.test' -_BPPUwFpFEeWVIdXlfxjrJw // kind: 'test' name: 'SoCInterconnects' path: 'SoCInterconnects.test' +_BPPUwFpFEeWVIdXlfxjrJw // kind: 'test' name: 'SoCInterconnectsRun' path: 'SoCInterconnectsRun.test' _DGtzwFpFEeWVIdXlfxjrJw // kind: 'test' name: 'TeenageHomework' path: 'TeenageHomework.test' _EUeAUFpFEeWVIdXlfxjrJw // kind: 'test' name: 'Wireless' path: 'Wireless.test' diff --git a/tests/rcptt/org.eclipse.poosl.rcptt.examples/Run/Complex/SoCInterconnects.test b/tests/rcptt/org.eclipse.poosl.rcptt.examples/Run/Complex/SoCInterconnectsRun.test similarity index 97% rename from tests/rcptt/org.eclipse.poosl.rcptt.examples/Run/Complex/SoCInterconnects.test rename to tests/rcptt/org.eclipse.poosl.rcptt.examples/Run/Complex/SoCInterconnectsRun.test index e5fca8da..36a8b928 100644 --- a/tests/rcptt/org.eclipse.poosl.rcptt.examples/Run/Complex/SoCInterconnects.test +++ b/tests/rcptt/org.eclipse.poosl.rcptt.examples/Run/Complex/SoCInterconnectsRun.test @@ -1,7 +1,7 @@ --- RCPTT testcase --- Format-Version: 1.0 Contexts: _jSds4OTxEeS0itSwbx-n-w,_lVE1EONVEeSZttsAewanYQ,_ldH90ONVEeSZttsAewanYQ -Element-Name: SoCInterconnects +Element-Name: SoCInterconnectsRun Element-Type: testcase Element-Version: 3.0 External-Reference: