Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db1c46ea authored by Anton Ivanov's avatar Anton Ivanov
Browse files

Add postsubmit mappings in frameworks/native to run tests on real devices.

Flag: EXEMPT TEST_MAPPING changes only.
Test: Manual with atest --test-mapping *:postsubmit
Bug: 399409055
Change-Id: Ie419bf88f93fe3012d137441a6efea78ae2ce410
parent af9a9ce3
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -22,5 +22,21 @@
    {
      "name": "SurfaceFlinger_test"
    }
  ],
  "postsubmit": [
    {
      "name": "SurfaceFlinger_test",
      "keywords": [ "primary-device" ],
      "options": [
	// TODO(b/328119950) Known to be broken.
        {
          "exclude-filter": "LayerCallbackTest#SetNullBuffer"
        },
	// TODO(b/398306512) Flaky on real device.
        {
          "exclude-filter": "LayerRenderTypeTransactionTests/LayerRenderTypeTransactionTest#SetRelativeZBasic_BufferQueue/*"
        }
      ]
    }
  ]
}
+29 −0
Original line number Diff line number Diff line
@@ -60,5 +60,34 @@
        }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "libgui_test",
      "keywords": [ "primary-device" ],
      "options": [
        // TODO(b/397776630): Failing on real devices.
        {
          "exclude-filter": "InputSurfacesTest#input_respects_scaled_touchable_region_overflow"
        },
	// TODO(b/233363648): Failing on real devices.
        {
          "exclude-filter": "SurfaceTextureGLTest#TexturingFromCpuFilledYV12BufferNpot"
        },
        {
          "exclude-filter": "SurfaceTextureGLTest#TexturingFromCpuFilledYV12BufferPow2"
        },
        {
          "exclude-filter": "SurfaceTextureGLTest#TexturingFromCpuFilledYV12BufferWithCrop"
        },
	// TODO(b/233363648): Flaky on real devices.
        {
          "exclude-filter": "SurfaceTextureGLToGLTest#EglMakeCurrentBeforeConsumerDeathUnrefsBuffers"
        },
        {
          "exclude-filter": "SurfaceTextureGLToGLTest#EglMakeCurrentAfterConsumerDeathUnrefsBuffers"
        }
      ]
    }
  ]
}