diff --git a/packages/SwingSet/test/message-patterns.js b/packages/SwingSet/test/message-patterns.js index 44c47cf9354..b4d0e8222ca 100644 --- a/packages/SwingSet/test/message-patterns.js +++ b/packages/SwingSet/test/message-patterns.js @@ -251,6 +251,7 @@ export function buildPatterns(log) { return b.bert; }; } + // TODO /~https://github.com/Agoric/agoric-sdk/issues/1631 out.a51 = ['a51 done, got [Alleged: presence o-67], match true true']; test('a51'); diff --git a/packages/SwingSet/test/test-message-patterns.js b/packages/SwingSet/test/test-message-patterns.js index 5b80cb326e4..f4a98f888c2 100644 --- a/packages/SwingSet/test/test-message-patterns.js +++ b/packages/SwingSet/test/test-message-patterns.js @@ -57,6 +57,11 @@ async function testLocalPattern(t, name) { } testLocalPattern.title = (_, name) => `test pattern ${name} local`; for (const name of Array.from(bp.patterns.keys()).sort()) { + if (name === 'a51') { + // TODO /~https://github.com/Agoric/agoric-sdk/issues/1631 + // eslint-disable-next-line no-continue + continue; + } test('local patterns', testLocalPattern, name); } @@ -112,5 +117,6 @@ async function testCommsPattern(t, name) { } testCommsPattern.title = (_, name) => `test pattern ${name} comms`; for (const name of Array.from(bp.patterns.keys()).sort()) { + // TODO /~https://github.com/Agoric/agoric-sdk/issues/1631 test('comms patterns', testCommsPattern, name); } diff --git a/packages/dapp-svelte-wallet/api/test/test-lib-wallet.js b/packages/dapp-svelte-wallet/api/test/test-lib-wallet.js index b0eae99a3a1..66332edeb5d 100644 --- a/packages/dapp-svelte-wallet/api/test/test-lib-wallet.js +++ b/packages/dapp-svelte-wallet/api/test/test-lib-wallet.js @@ -174,7 +174,7 @@ test('lib-wallet issuer and purse methods', async t => { value: [], currentAmountSlots: { body: - '{"brand":{"@qclass":"slot","iface":"Zoe Invitation","index":0},"value":[]}', + '{"brand":{"@qclass":"slot","iface":"Alleged: Zoe Invitation brand","index":0},"value":[]}', slots: [{ kind: 'brand', petname: 'zoe invite' }], }, currentAmount: { @@ -189,7 +189,7 @@ test('lib-wallet issuer and purse methods', async t => { value: 0, currentAmountSlots: { body: - '{"brand":{"@qclass":"slot","iface":"moola","index":0},"value":0}', + '{"brand":{"@qclass":"slot","iface":"Alleged: moola brand","index":0},"value":0}', slots: [{ kind: 'brand', petname: 'moola' }], }, currentAmount: { @@ -307,7 +307,7 @@ test('lib-wallet dapp suggests issuer, instance, installation petnames', async t ], currentAmountSlots: { body: - '{"brand":{"@qclass":"slot","iface":"Zoe Invitation","index":0},"value":[{"description":"getRefund","handle":{"@qclass":"slot","index":1},"instance":{"@qclass":"slot","index":2},"installation":{"@qclass":"slot","index":3}}]}', + '{"brand":{"@qclass":"slot","iface":"Alleged: Zoe Invitation brand","index":0},"value":[{"description":"getRefund","handle":{"@qclass":"slot","index":1},"instance":{"@qclass":"slot","index":2},"installation":{"@qclass":"slot","index":3}}]}', slots: [ { kind: 'brand', petname: 'zoe invite' }, { kind: 'unnamed', petname: 'unnamed-4' }, @@ -386,7 +386,7 @@ test('lib-wallet dapp suggests issuer, instance, installation petnames', async t ], currentAmountSlots: { body: - '{"brand":{"@qclass":"slot","iface":"Zoe Invitation","index":0},"value":[{"description":"getRefund","handle":{"@qclass":"slot","index":1},"instance":{"@qclass":"slot","index":2},"installation":{"@qclass":"slot","index":3}}]}', + '{"brand":{"@qclass":"slot","iface":"Alleged: Zoe Invitation brand","index":0},"value":[{"description":"getRefund","handle":{"@qclass":"slot","index":1},"instance":{"@qclass":"slot","index":2},"installation":{"@qclass":"slot","index":3}}]}', slots: [ { kind: 'brand', petname: 'zoe invite' }, { kind: 'unnamed', petname: 'unnamed-4' }, @@ -485,7 +485,7 @@ test('lib-wallet dapp suggests issuer, instance, installation petnames', async t ], currentAmountSlots: { body: - '{"brand":{"@qclass":"slot","iface":"Zoe Invitation","index":0},"value":[{"description":"getRefund","handle":{"@qclass":"slot","index":1},"instance":{"@qclass":"slot","index":2},"installation":{"@qclass":"slot","index":3}}]}', + '{"brand":{"@qclass":"slot","iface":"Alleged: Zoe Invitation brand","index":0},"value":[{"description":"getRefund","handle":{"@qclass":"slot","index":1},"instance":{"@qclass":"slot","index":2},"installation":{"@qclass":"slot","index":3}}]}', slots: [ { kind: 'brand', petname: 'zoe invite' }, { kind: 'unnamed', petname: 'unnamed-4' }, @@ -649,7 +649,7 @@ test('lib-wallet offer methods', async t => { value: [], currentAmountSlots: { body: - '{"brand":{"@qclass":"slot","iface":"Zoe Invitation","index":0},"value":[]}', + '{"brand":{"@qclass":"slot","iface":"Alleged: Zoe Invitation brand","index":0},"value":[]}', slots: [{ kind: 'brand', petname: 'zoe invite' }], }, currentAmount: { @@ -668,7 +668,7 @@ test('lib-wallet offer methods', async t => { value: 100, currentAmountSlots: { body: - '{"brand":{"@qclass":"slot","iface":"moola","index":0},"value":100}', + '{"brand":{"@qclass":"slot","iface":"Alleged: moola brand","index":0},"value":100}', slots: [{ kind: 'brand', petname: 'moola' }], }, currentAmount: {