Skip to content

Commit 9b9e74e

Browse files
committed
Move mesh to end of test list until we fix LLVM.
Change-Id: I8f06e80d7cea4b51e47625186e45ad44adb45b6b
1 parent faac929 commit 9b9e74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RenderScriptTests/tests/src/com/android/rs/test/RSTestCore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ public void init(RenderScriptGL rs, Resources res, int width, int height) {
8080
unitTests.add(new UT_struct(this, mRes, mCtx));
8181
unitTests.add(new UT_math(this, mRes, mCtx));
8282
unitTests.add(new UT_math_conformance(this, mRes, mCtx));
83-
unitTests.add(new UT_mesh(this, mRes, mCtx));
8483
unitTests.add(new UT_element(this, mRes, mCtx));
8584
unitTests.add(new UT_sampler(this, mRes, mCtx));
8685
unitTests.add(new UT_program_store(this, mRes, mCtx));
8786
unitTests.add(new UT_program_raster(this, mRes, mCtx));
87+
unitTests.add(new UT_mesh(this, mRes, mCtx));
8888
unitTests.add(new UT_fp_mad(this, mRes, mCtx));
8989

9090
/*

0 commit comments

Comments
 (0)