Origen: Problems with flow branching using test ids
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm having some trouble with conditional flow branching based on the result of a previous test. This flow code is intended generate a fall-back test point if the first test fails: bist :cpu, ip: :L2, testmode: :speed, cond: :pmin, id: :cpu_pmin bist :cpu, ip: :L2, testmode: :speed, cond: :pmax, if_failed: :cpu_pmin Using origen to render the flow with this code generates two consecutive tests with no branching: run(cpu_L2_speed_pmin_95CE6EC); run(cpu_L2_speed_pmax_95CE6EC); This does appear to work correctly when I use an id attached to a