1. 27 Apr, 2023 2 commits
    • Test: Add @Ignore to Analysis tests · a955ee5e
      In ASwB, all Transformer tests can be run by right-clicking on the project and
      clicking "Run all tests". We cannot, however, select only some specific test
      files within a project (ex. all non-analysis tests) to run tests on.
      
      Add @Ignore to analysis tests, which are not intended to be run anyways
      when determining whether Transformer is working on some device. These
      tests also don't have proper skipping logic when a device doesn't support a
      format, so they can't be run effectively on low-end devices anyways.
      
      This eases manual testing, for example when debugging whether tests all pass
      on a device.
      
      When analysis tests are desired to be run, it should be easy to comment out
      the @Ignore.
      
      PiperOrigin-RevId: 527289600
      huangdarwin committed
    • Update sdr internal fsh to accept input color transfer · b96164d6
      PiperOrigin-RevId: 527271212
      tofunmi committed
  2. 26 Apr, 2023 16 commits
  3. 25 Apr, 2023 9 commits
  4. 24 Apr, 2023 13 commits