Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
418523d
Display Jasmine test results in Karma browsers
mattsoulanille Jun 9, 2022
3155ca8
Merge remote-tracking branch 'upstream/master' into karma_jasmine_htm…
mattsoulanille Jun 22, 2022
07bfc7a
[layers] Remove 'async (done) =>' Jasmine antipattern
mattsoulanille Jun 22, 2022
a60eacf
Update jasmine and jasmine types
mattsoulanille Jun 22, 2022
c012e8a
Upgrade karma-jasmine to ~5.1.0 to fix specFilter not working
mattsoulanille Jun 22, 2022
385092e
[webgl] Fix test value type
mattsoulanille Jun 22, 2022
da458a9
[tflite] Fix test esbuild bundle missing input files
mattsoulanille Jun 17, 2022
90422a4
[data] Remove deprecated 'async (done) =>' jasmine style
mattsoulanille Jun 23, 2022
4ebf81b
[data] Use a browser that allows autoplay
mattsoulanille Jun 23, 2022
69b67b0
Comment out 'wasm pre.js' describe, which has only disabled tests
mattsoulanille Jun 23, 2022
6e0cd3d
Remove 'Response' constructor from util_test to work in Node
mattsoulanille Jun 23, 2022
004ef46
Merge remote-tracking branch 'upstream/master' into karma_jasmine_htm…
mattsoulanille Jun 23, 2022
5be5f24
Bump tsconfig lib to es2019
mattsoulanille Jun 23, 2022
75e3cf8
[converter] Avoid spying on properties of the 'tfOps' module
mattsoulanille Jun 23, 2022
4851622
Disable no-any for spyOps type assertion
mattsoulanille Jun 23, 2022
099479e
Add module_name back to converter test lib
mattsoulanille Jun 23, 2022
fa157c2
[converter] Remove deprecated 'async (done) =>' jasmine style
mattsoulanille Jun 24, 2022
e522d10
Merge branch 'master' into karma_jasmine_html_reporter
mattsoulanille Jun 24, 2022
8bdb229
Bazel lint
mattsoulanille Jun 24, 2022
bf939f0
lint
mattsoulanille Jun 24, 2022
e5f586b
Use describeWithFlags instead of an if statement to disable tests tha…
mattsoulanille Jun 24, 2022
bea3ac5
Merge branch 'master' into karma_jasmine_html_reporter
mattsoulanille Jun 27, 2022
d1de3a1
Merge branch 'master' into karma_jasmine_html_reporter
mattsoulanille Jun 29, 2022
1da4de3
Fix lint errors
mattsoulanille Jun 29, 2022
dd2cdce
Merge branch 'master' into karma_jasmine_html_reporter
mattsoulanille Jun 29, 2022
f85c244
Merge branch 'master' into karma_jasmine_html_reporter
mattsoulanille Jun 29, 2022
b2c93fa
Merge branch 'master' into karma_jasmine_html_reporter
mattsoulanille Jun 29, 2022
9a96d24
Merge branch 'master' into karma_jasmine_html_reporter
mattsoulanille Jun 29, 2022
172db2c
Merge branch 'master' into karma_jasmine_html_reporter
mattsoulanille Jun 29, 2022
dc9fc38
Add missing jasmine dependency to automl and update rollup-plugin-typ…
mattsoulanille Jun 29, 2022
241835e
Fix e2e tests
mattsoulanille Jun 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Comment out 'wasm pre.js' describe, which has only disabled tests
  • Loading branch information
mattsoulanille committed Jun 23, 2022
commit 69b67b029309f28497ede1ab28fe24ed5722233e
4 changes: 2 additions & 2 deletions tfjs-backend-wasm/src/index_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ describeWithFlags('wasm init', BROWSER_ENVS, () => {
});
});

describe('wasm pre.js', () => {
// describe('wasm pre.js', () => {
// Temporarily disabled due to node 16 incompatability
// it('works if process variable is undefined', async () => {
// tf.engine().reset();
Expand All @@ -259,4 +259,4 @@ describe('wasm pre.js', () => {
// tf.engine().disposeVariables();
// tf.engine().reset();
// });
});
// });