bytecodealliance / cranelift

Cranelift code generator
https://cranelift.readthedocs.io/
2.49k stars 202 forks source link

Pager problems #196

Closed stoklund closed 6 years ago

stoklund commented 6 years ago

In 0538615ccc0b600d4f534dae2ee966d5ed0df9b7, pager functionality was added to the cton-util executable that runs the file tests. It's causing me some trouble:

Could we remove this pager functionality again, or at least make it optional?

I think it would make sense to take another look at how we compute "slow" tests if that list is the problem. The tests that are listed as slow now are not actually problematic.

cc @sunfishcode

sunfishcode commented 6 years ago

I'm ok removing it.