Bug 1462 - buildbot integration with several configurations
buildbot integration with several configurations
Status: CLOSED WORKSFORME
Product: dce
Classification: Unclassified
Component: other
unspecified
All All
: P5 enhancement
Assigned To: Hajime Tazaki
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-06-21 02:16 EDT by Hajime Tazaki
Modified: 2013-02-22 10:39 EST (History)
1 user (show)

See Also:


Attachments
patch to support several combinations btw/ Loaders and FiberManager (5.11 KB, patch)
2012-09-11 09:12 EDT, Hajime Tazaki
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hajime Tazaki 2012-06-21 02:16:00 EDT
we should implement all the combinations of
-  between magic loader and coojaloader
-  pthread fiber and ucontext fiber
Comment 1 Hajime Tazaki 2012-09-11 09:12:41 EDT
Created attachment 1449 [details]
patch to support several combinations btw/ Loaders and FiberManager

initial patch for the test script
Comment 2 Hajime Tazaki 2012-09-19 22:21:02 EDT
pushed to dce repo.
http://code.nsnam.org/furbani/ns-3-dce/rev/9055b93b8b08
Comment 3 Hajime Tazaki 2012-09-27 02:10:26 EDT
integrated with:
Cooja (non-vdl) + Pthread:  PASS process-manager 0.880ms
Cooja (non-vdl) + Ucontext: PASS process-manager 0.580ms
Cooja (vdl) + Ucontext:     PASS process-manager 0.640ms
Dlm (vdl) + Ucontext:       PASS process-manager 0.060ms

Cooja (vdl) + Pthread and Dlm (vdl) + Pthread aren't integrated at this moment because of the bugs of elf-loader about race-condition in multiple threads environment.