Details
Description
At least one test is currently failing:
$ CONF=linux-x86_64-zero-fastdebug make exploded-test TEST=compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java
...
# java.lang.AssertionError: Expected message not found: 'warning: AES instructions are not available on this CPU'.
Zero should print warnings when unsupported (all) intrinsics are enabled.
$ CONF=linux-x86_64-zero-fastdebug make exploded-test TEST=compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java
...
# java.lang.AssertionError: Expected message not found: 'warning: AES instructions are not available on this CPU'.
Zero should print warnings when unsupported (all) intrinsics are enabled.