Skip to content

Instantly share code, notes, and snippets.

@track3r
Created December 21, 2017 09:31
Show Gist options
  • Save track3r/e7ded4a6a73d82c50fe37b1985e426a2 to your computer and use it in GitHub Desktop.
Save track3r/e7ded4a6a73d82c50fe37b1985e426a2 to your computer and use it in GitHub Desktop.
Objmap test output
h: 0x10c880330 new
h: 0x10c880330 set: 0
h: 0x10c880330 set: 1
h: 0x10c880330, not found 1
h: 0x10c880330 set: 2
h: 0x10c880330, not found 2
h: 0x10c880330 set: 3
h: 0x10c880330, not found 3
h: 0x10c880330 set: 4
h: 0x10c880330, not found 4
=== Collect ===
h: 0x10c880330
h: 0x10c880330 0 != 4
key 0
key 1
key 2
key 3
key 4
h: 0x10c880330 { ComponentE => a, ComponentA => a, ComponentB => b, ComponentC => c, ComponentD => a }
h: 0x10c880330 1 != 0
key 0
key 1
key 2
key 3
key 4
h: 0x10c880330 { ComponentE => a, ComponentA => a, ComponentB => b, ComponentC => c, ComponentD => a }
h: 0x10c880330 2 != 1
key 0
key 1
key 2
key 3
key 4
h: 0x10c880330 { ComponentE => a, ComponentA => a, ComponentB => b, ComponentC => c, ComponentD => a }
h: 0x10c880330 3 != 2
key 0
key 1
key 2
key 3
key 4
h: 0x10c880330 { ComponentE => a, ComponentA => a, ComponentB => b, ComponentC => c, ComponentD => a }
h: 0x10c880330 4 != 3
key 0
key 1
key 2
key 3
key 4
h: 0x10c880330 { ComponentE => a, ComponentA => a, ComponentB => b, ComponentC => c, ComponentD => a }
key 0
key 1
key 2
key 3
key 4
Test.hx:117: ComponentE
h: 0x10c880330 exists 5
h: 0x10c880330, not found 5
Test.hx:120: map is broken
Test.hx:117: ComponentA
h: 0x10c880330 exists 6
h: 0x10c880330, not found 6
Test.hx:120: map is broken
Test.hx:117: ComponentB
h: 0x10c880330 exists 7
h: 0x10c880330, not found 7
Test.hx:120: map is broken
Test.hx:117: ComponentC
h: 0x10c880330 exists 8
h: 0x10c880330, not found 8
Test.hx:120: map is broken
Test.hx:117: ComponentD
h: 0x10c880330 exists 9
h: 0x10c880330, not found 9
Test.hx:120: map is broken
############# Errors running tests:
RunTests.hx:142: Error running objmap : failed:cpp64/Test
There were errors:
Error running objmap : failed:cpp64/Test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment