Skip to content

Instantly share code, notes, and snippets.

@asajeffrey
Created March 17, 2020 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asajeffrey/3b1680ee0d5cfe490bf0cf9e671d1d10 to your computer and use it in GitHub Desktop.
Save asajeffrey/3b1680ee0d5cfe490bf0cf9e671d1d10 to your computer and use it in GitHub Desktop.
mach test-wpt --release --pref gfx.texture-swizzling.enabled=false /_webgl/conformance2/rendering/ --no-pause
Running 40 tests in web-platform-tests
▶ CRASH [expected ERROR] b'/_webgl/conformance2/rendering/uniform-block-buffer-size.html'
│ DESCRIPTION: This test verifies an active UniformBlock should be populated with a large enough buffer object
│ PASS WebGL context exists
│ Testing drawArrays and drawArraysInstanced
│ PASS getError was expected value: NO_ERROR : Set up succeeded
│ FAIL getError expected: INVALID_OPERATION. Was NO_ERROR : drawArrays: UniformBlock is not backed by a buffer
│ FAIL getError expected: INVALID_OPERATION. Was NO_ERROR : drawArraysInstanced: UniformBlock is not backed by a buffer
│ Stack trace for thread "WebGL thread"
│ stack backtrace:
│ 0: <servo::backtrace::Print as core::fmt::Debug>::fmt
│ 1: core::fmt::write
│ 2: std::io::Write::write_fmt
│ 3: servo::backtrace::print
│ 4: servo::install_crash_handler::handler
│ 5: _sigtramp
│ 6: _ZN4Gen714updateDispatchEP13GLDContextRecP17GLDRenderDispatchPj
│ 7: gldUpdateDispatch
│ 8: gleDoDrawDispatchCoreGL3
│ 9: glDrawArrays_ACC_GL3Exec
│ 10: canvas::webgl_thread::WebGLImpl::apply
│ 11: canvas::webgl_thread::WebGLThread::handle_msg
│ 12: canvas::webgl_thread::WebGLThread::process
│ 13: std::sys_common::backtrace::__rust_begin_short_backtrace
│ 14: _ZN3std9panicking3try7do_call17h6933bcfedbf63907E.llvm.13687756787792682403
│ 15: __rust_maybe_catch_panic
│ 16: core::ops::function::FnOnce::call_once{{vtable.shim}}
│ 17: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once
│ 18: std::sys::unix::thread::Thread::new::thread_start
│ 19: _pthread_body
└ 20: _pthread_start
Ran 40 tests finished in 8.5 seconds.
• 39 ran as expected. 0 tests skipped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment