Skip to content

Commit 9b8f429

Browse files
committed
Run ContextPolicyTest, ContextPolyglotAccessTest with isolated context.
1 parent 8217cbf commit 9b8f429

File tree

3 files changed

+856
-462
lines changed

3 files changed

+856
-462
lines changed

truffle/src/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test/polyglot/ByteSequenceTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ public byte byteAt(int index) {
7575

7676
@BeforeClass
7777
public static void runWithWeakEncapsulationOnly() {
78+
/*
79+
* This test does not use polyglot context, no point running it with isolated context.
80+
*/
7881
TruffleTestAssumptions.assumeWeakEncapsulation();
7982
}
8083

0 commit comments

Comments
 (0)