radareorg/radare2

PowerPC64 ragg2 unimplemented

Closed

#15468 opened on Nov 15, 2019

View on GitHub
 (7 comments) (0 reactions) (0 assignees)C (23,826 stars) (3,229 forks)batch import
good first issuehigh-priorityr2rragg2

Description

2 failing tests for PPC https://travis-ci.com/github/radareorg/radare2/jobs/440528096#L847

[XX] db/tools/ragg2 ragg2 debruijn sequence 2
R2_NOPLUGINS=1 radare2 -escr.utf8=0 -escr.color=0 -escr.interactive=0 -N -Qc '!ragg2 -P 2 -r; ?e' -
-- stdout
@@ -1 +1 @@
-AA
+
-- stderr
r_egg_assemble: invalid assembly

[XX] db/tools/ragg2 ragg2 debruijn sequence 1
R2_NOPLUGINS=1 radare2 -escr.utf8=0 -escr.color=0 -escr.interactive=0 -N -Qc '!ragg2 -r -P 2; ?e' -
-- stdout
@@ -1 +1 @@
-AA
+
-- stderr
r_egg_assemble: invalid assembly

Contributor guide