c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Take over compiler/machine/backend configuration from act #7

Closed MattWindsor91 closed 4 years ago

MattWindsor91 commented 4 years ago

I’m currently making the tester depend on act for all of the compiler/machine/backend introspection. Once this tester is complete, it’ll likely be the only part of act depending on that information, in which case I wager act-tester would do a better job of maintaining that configuration itself.

This would then reduce act to a fuzzer and C litmus test manipulator, which seems closer to what it actually is.

However, this is likely to not be a priority this side of a paper, so I’m wishlisting it. (Labelling it WONTFIX for now, but I’ll eventually make a new label.)

MattWindsor91 commented 4 years ago

This has ended up becoming the case out of convenience when implementing other bits of the tester, so I'm closing this.