Skip to content
Started 3 yr 1 mo ago
Took 42 min
Failed

Build #12 (Mar 23, 2021, 7:57:30 PM)

Build Artifacts
Changes
  1. Remove context checking for at:put: (details / githubweb)
  2. Remove some unrefenced primitives and update primitive table (details / githubweb)
  3. Take into account PR comments, tough the primitiveTable stays unchanged (details / githubweb)
  4. More manual CMakeSettings management. (details / githubweb)
  5. Non cygwin builds weren't setting CMAKE_CURRENT_SOURCE_DIR_TO_OUT (details / githubweb)
  6. Clean out some debugging leftovers. Remove untested Cog items from CMakeSettings.json. (details / githubweb)
  7. [test] found a reproducible case for the ephemeron bug. (details / githubweb)
  8. Update pointers in mourn queue during compaction. (details / githubweb)
  9. Introduce swapMournQueueFields to swap topx and myx during compaction. (details / githubweb)
  10. Refactoring methods and extracting state to an object (details / githubweb)
  11. Fix simulation with new streams (details / githubweb)
  12. [fix] fix usage of images in the simulation (details / githubweb)
  13. [fix] update setup to run images (details / githubweb)
  14. [fix] testOverflowRememberedSetShouldMakeItGrow was accidentally working, because the object was allocated accidentaly in the old space. (details / githubweb)
  15. [improvement] now checks that the size of the segment is equal to the memory old space size. There is another test checking that the oldSpaceSize is the size we ask anyway. (details / githubweb)
  16. [fix] fix test was wrong if the OldSpace was containing some garbage. (details / githubweb)
  17. Workaround for unscanned ephemeron allocation (details / githubweb)
  18. Fix object stack relocation. (details / githubweb)
  19. Correctly handle unscanned ephemeron queue (details / githubweb)
  20. Making the tests to run. (details / githubweb)
  21. Adding missing inline (details / githubweb)
  22. Adding auxiliary class (details / githubweb)
  23. Fixing the type of the variable (details / githubweb)
  24. Adding the 4 bad primitives (details / githubweb)
  25. Review all memory acceses and implement unscanned ephemeron queue with malloc/realloc (details / githubweb)
  26. Accelerate tests by configuring the max size of the obj stacks (+ fix merge issue) (details / githubweb)
  27. Cleaning up comment (details / githubweb)
  28. Fix allocation simulation in ffi tests (details / githubweb)
  29. Move simulation code closer to the simulator (details / githubweb)
  30. Fix compilation (details / githubweb)
  31. Fix FFI tests (details / githubweb)
  32. Move back ObjStackPageSlots initialization to initialize (details / githubweb)
  33. Fix segment writing (details / githubweb)
  34. Adding collection of the compiling statistics in the VM. (details / githubweb)
  35. Update StackInterpreter.class.st (details / githubweb)
  36. Change to fail the primitive if the receiver is a context since  a context is not a common object and have its own implementation of at:put: (details / githubweb)
  37. Added null primitive generator and maycallback flags (details / githubweb)
  38. Adding tests and marshalling processing of LargeInteger when 32/64 bits in 32 bits platforms, and 64 bits in 64 bits platforms (details / githubweb)
  39. Fixing the propagation of the types, so it is correctly transpiled (details / githubweb)
  40. Refactoring primitive property flags, so it can be outside the interpreter and put in the JIT (details / githubweb)
  41. Expossing accessors as API (details / githubweb)
  42. Merging (details / githubweb)
  43. Adding more events (details / githubweb)

Pull request #162 updated at 7:57:15 PM on Mar 23, 2021

Revision: d04db97c01f28130ee96adf4e55caddf528f0900
Repository: https://github.com/pharo-project/opensmalltalk-vm.git
  • PR-162
Test Result (180 failures / +4)Show all failed tests >>>