Home
last modified time | relevance | path

Searched refs:outcome (Results 1 – 25 of 87) sorted by relevance

1234

/openbmc/linux/tools/memory-model/scripts/
H A Djudgelitmus.sh116 if test "$outcome" = DEADLOCK
122 echo " !!! Unexpected non-$outcome verification" $litmus
125 echo " !!! Unexpected non-$outcome verification" >> $LKMM_DESTDIR/$litmusout 2>&1
131 echo " !!! Unexpected non-$outcome deadlock" $litmus
134 echo " !!! Unexpected non-$outcome deadlock" $litmus >> $LKMM_DESTDIR/$litmusout 2>&1
137 elif grep '^Observation' $LKMM_DESTDIR/$litmusout | grep -q $outcome || test "$outcome" = Maybe
141 if test \( -n "$LKMM_HW_MAP_FILE" -a "$outcome" = Sometimes \) -o -n "$datarace_modeled"
149 echo " $flag non-$outcome verification" $litmus
152 echo " $flag non-$outcome verification" >> $LKMM_DESTDIR/$litmusout 2>&1
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_most_recent_builds_states.py53 build.outcome = Build.IN_PROGRESS
103 task1.outcome = Task.OUTCOME_SUCCESS
120 task2.outcome = Task.OUTCOME_SUCCESS
143 build.outcome = Build.SUCCEEDED
161 build.outcome = Build.FAILED
192 build.outcome = Build.CANCELLED
H A Dtest_builddashboard_page_artifacts.py60 started_on=now, completed_on=now, outcome=Build.SUCCEEDED)
86 outcome=Build.SUCCEEDED)
142 outcome=Build.SUCCEEDED)
H A Dtest_toastertable_ui.py79 outcome=Build.SUCCEEDED)
85 outcome=Build.SUCCEEDED)
H A Dtest_builddashboard_page.py38 outcome=Build.SUCCEEDED)
43 outcome=Build.SUCCEEDED)
48 outcome=Build.FAILED)
H A Dtest_project_page.py39 outcome=Build.IN_PROGRESS)
/openbmc/u-boot/tools/buildman/
H A Dtest.py171 def assertSummary(self, text, arch, plus, boards, outcome=OUTCOME_ERR): argument
173 expected_colour = (col.GREEN if outcome == OUTCOME_OK else
174 col.YELLOW if outcome == OUTCOME_WARN else col.RED)
224 outcome=OUTCOME_WARN)
226 outcome=OUTCOME_WARN)
228 outcome=OUTCOME_WARN)
239 outcome=OUTCOME_OK)
249 outcome=OUTCOME_WARN)
272 outcome=OUTCOME_OK)
286 outcome=OUTCOME_OK)
H A Dbuilder.py783 board_dict[board.target] = outcome
786 for line in outcome.err_lines:
811 if outcome.config:
817 if outcome.environment:
963 outcome = result['_outcome']
1002 outcome = board_dict[target]
1003 sizes = outcome.sizes
1212 outcome = board_dict[target]
1213 if outcome.rc == OUTCOME_UNKNOWN:
1215 elif outcome.rc < base_outcome:
[all …]
/openbmc/linux/tools/memory-model/litmus-tests/
H A DMP+poonceonces.litmus6 * Can the counter-intuitive message-passing outcome be prevented with
27 exists (1:r0=1 /\ 1:r1=0) (* Bad outcome. *)
H A DLB+poonceonces.litmus6 * Can the counter-intuitive outcome for the load-buffering pattern
H A DMP+pooncerelease+poacquireonce.litmus28 exists (1:r0=1 /\ 1:r1=0) (* Bad outcome. *)
H A DMP+fencewmbonceonce+fencermbonceonce.litmus30 exists (1:r0=1 /\ 1:r1=0) (* Bad outcome. *)
H A DMP+onceassign+derefonce.litmus33 exists (1:r0=x /\ 1:r1=0) (* Bad outcome. *)
H A DMP+polockonce+poacquiresilsil.litmus33 exists (1:r1=1 /\ 1:r2=0 /\ 1:r3=1) (* Bad outcome. *)
H A DMP+polockmbonce+poacquiresilsil.litmus34 exists (1:r1=1 /\ 1:r2=0 /\ 1:r3=1) (* Bad outcome. *)
/openbmc/linux/fs/xfs/scrub/
H A Dalloc.c175 enum xbtree_recpacking outcome; in xchk_xref_is_used_space() local
181 error = xfs_alloc_has_records(sc->sa.bno_cur, agbno, len, &outcome); in xchk_xref_is_used_space()
184 if (outcome != XBTREE_RECPACKING_EMPTY) in xchk_xref_is_used_space()
H A Drefcount.c587 enum xbtree_recpacking outcome; in xchk_xref_is_not_shared() local
594 XFS_REFC_DOMAIN_SHARED, agbno, len, &outcome); in xchk_xref_is_not_shared()
597 if (outcome != XBTREE_RECPACKING_EMPTY) in xchk_xref_is_not_shared()
608 enum xbtree_recpacking outcome; in xchk_xref_is_not_cow_staging() local
615 agbno, len, &outcome); in xchk_xref_is_not_cow_staging()
618 if (outcome != XBTREE_RECPACKING_EMPTY) in xchk_xref_is_not_cow_staging()
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/
H A Dbuildtest.py144 while Build.objects.get(pk=build_pk).outcome == Build.IN_PROGRESS:
151 self.assertEqual(Build.objects.get(pk=build_pk).outcome,
155 logger.info("\nBuild finished %s" % build_request.build.outcome)
H A Dtest_core_image_min.py73 tasks = Task.objects.filter(outcome=2).values('id', 'sstate_result')
164 builds = Build.objects.filter(outcome=0).values('id')
215 builds = Build.objects.filter(outcome=0).values('id')
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py214 Q(outcome=Build.IN_PROGRESS) |
215 Q(outcome=Build.CANCELLED)
510 Q(outcome=Build.SUCCEEDED) | \
511 Q(outcome=Build.FAILED) | \
512 Q(outcome=Build.CANCELLED)
664 return Build.BUILD_OUTCOME[int(self.outcome)][1]
722 return self.outcome == Build.IN_PROGRESS and \
731 return self.outcome == Build.IN_PROGRESS and \
738 return self.outcome == Build.IN_PROGRESS and \
749 return self.outcome == Build.IN_PROGRESS and \
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Dchecksettings.py158 …Build.objects.filter(outcome=Build.IN_PROGRESS).update(outcome=Build.FAILED, completed_on=timezone…
H A Drunbuilds.py92 br.build.outcome = Build.FAILED
121 br.build.outcome = Build.FAILED
139 br.build.outcome = Build.FAILED
/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/
H A D0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch29 enum outcome outcome;
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dutils.py70 build.outcome = Build.CANCELLED
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dprojecttags.py103 elif task_object.outcome == task_object.OUTCOME_FAILED:
105 elif task_object.outcome == task_object.OUTCOME_SUCCESS and show_green:

1234